Convert site config to YAML and move it to config/
Keep the old site config.toml around just in case.
This commit is contained in:
parent
cf5d8755ac
commit
48056e5be8
14 changed files with 53 additions and 0 deletions
75
config.toml
75
config.toml
|
@ -1,75 +0,0 @@
|
|||
baseURL = 'https://erynwells.me/'
|
||||
languageCode = 'en-us'
|
||||
title = 'Erynwells.me'
|
||||
defaultContentLanguage = 'en'
|
||||
|
||||
[author]
|
||||
name = 'Eryn Wells'
|
||||
|
||||
[languages]
|
||||
[languages.en]
|
||||
weight = 1
|
||||
[languages.es]
|
||||
weight = 2
|
||||
|
||||
[markup]
|
||||
[markup.highlight]
|
||||
anchorLineNos = true
|
||||
lineNos = true
|
||||
lineNumbersInTable = false
|
||||
noClasses = false
|
||||
|
||||
[mediaTypes]
|
||||
[mediaTypes.'application/rss+xml']
|
||||
delimiter = '.'
|
||||
suffixes = ['rss']
|
||||
|
||||
[menu]
|
||||
[[menu.main]]
|
||||
identifier = 'blog'
|
||||
name = 'Blog'
|
||||
url = '/blog/'
|
||||
weight = 10
|
||||
[[menu.main]]
|
||||
identifier = 'photos'
|
||||
name = 'Photos'
|
||||
url = '/photos/'
|
||||
weight = 20
|
||||
[[menu.main]]
|
||||
identifier = 'about'
|
||||
name = 'About'
|
||||
url = '/about/'
|
||||
|
||||
[outputFormats]
|
||||
[outputFormats.RSS]
|
||||
mediatype = 'application/rss+xml'
|
||||
baseName = 'feed'
|
||||
suffixes = ['rss']
|
||||
|
||||
[outputs]
|
||||
home = ['HTML', 'RSS']
|
||||
page = ['HTML', 'JSON']
|
||||
|
||||
[params]
|
||||
twitter = 'erynofwales'
|
||||
github = 'erynofwales'
|
||||
instagram = 'erynofwales'
|
||||
description = 'Home page of Eryn Wells'
|
||||
|
||||
[permalinks]
|
||||
blog = 'blog/:year/:month/:slug/'
|
||||
photos = 'photos/:year/:month/:slug/'
|
||||
|
||||
[taxonomies]
|
||||
category = 'categories'
|
||||
location = 'locations'
|
||||
series = 'series'
|
||||
tag = 'tags'
|
||||
|
||||
[privacy]
|
||||
[privacy.twitter]
|
||||
enableDNT = true
|
||||
|
||||
[services]
|
||||
[services.twitter]
|
||||
disableInlineCSS = true
|
Loading…
Add table
Add a link
Reference in a new issue