First cut at a photos site
This commit is contained in:
parent
1f6f7056ea
commit
f286e5062d
8 changed files with 208 additions and 1 deletions
|
@ -34,6 +34,10 @@ name = 'Eryn Wells'
|
|||
identifier = 'about'
|
||||
name = 'About'
|
||||
url = '/about/'
|
||||
[[menu.main]]
|
||||
identifier = 'photos'
|
||||
name = 'Photos'
|
||||
url = '/photos/'
|
||||
|
||||
[outputFormats]
|
||||
[outputFormats.RSS]
|
||||
|
@ -53,6 +57,7 @@ description = 'Home page of Eryn Wells'
|
|||
|
||||
[permalinks]
|
||||
blog = 'blog/:year/:month/:slug/'
|
||||
photos = 'photos/:year/:month/:slug/'
|
||||
|
||||
[taxonomies]
|
||||
category = 'categories'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue