Redo all the RSS -> feeds go to feed.rss now!
This commit is contained in:
parent
ce60159540
commit
7efd9a3bd6
8 changed files with 25 additions and 10 deletions
20
config.toml
20
config.toml
|
@ -3,11 +3,6 @@ languageCode = 'en-us'
|
|||
title = 'Erynwells.me'
|
||||
defaultContentLanguage = 'en'
|
||||
|
||||
[outputFormats]
|
||||
[outputFormats.RSS]
|
||||
baseName = 'feed'
|
||||
suffixes = ['rss']
|
||||
|
||||
[author]
|
||||
name = 'Eryn Wells'
|
||||
|
||||
|
@ -17,6 +12,11 @@ name = 'Eryn Wells'
|
|||
[languages.es]
|
||||
weight = 2
|
||||
|
||||
[mediaTypes]
|
||||
[mediaTypes.'application/rss+xml']
|
||||
delimiter = '.'
|
||||
suffixes = ['rss']
|
||||
|
||||
[menu]
|
||||
[[menu.main]]
|
||||
identifier = 'blog'
|
||||
|
@ -27,6 +27,16 @@ name = 'Eryn Wells'
|
|||
name = 'Résumé'
|
||||
url = '/resume/'
|
||||
|
||||
[outputFormats]
|
||||
[outputFormats.RSS]
|
||||
mediatype = 'application/rss+xml'
|
||||
baseName = 'feed'
|
||||
suffixes = ['rss']
|
||||
|
||||
[outputs]
|
||||
home = ['HTML', 'RSS']
|
||||
page = ['HTML']
|
||||
|
||||
[params]
|
||||
twitter = 'erynofwales'
|
||||
github = 'erynofwales'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue