1
Fork 0
theorangeone.net-legacy/config.yml

49 lines
729 B
YAML
Raw Normal View History

2017-04-30 11:08:00 +01:00
baseURL: https://theorangeone.net
2017-04-22 19:14:41 +01:00
languageCode: en-gb
2017-04-30 11:08:00 +01:00
title: TheOrangeOne
2017-05-06 15:51:36 +01:00
params:
author: TheOrangeOne
2017-05-07 18:02:20 +01:00
author_name: Jake Howard
2017-05-07 18:43:04 +01:00
nav_items: 5
index_items: 6
2017-05-06 15:51:36 +01:00
2017-11-09 13:48:28 +00:00
summaryLength: 40
2017-06-24 20:46:06 +01:00
outputFormats:
markdown:
2017-06-24 21:22:09 +01:00
name: "txt"
mediaType: "text/plain"
2017-06-24 20:46:06 +01:00
isPlainText: true
outputs:
home:
- "html"
- "rss"
2017-09-16 23:13:02 +01:00
- "json"
2017-06-24 20:46:06 +01:00
section:
- "html"
- "rss"
2017-06-24 21:22:09 +01:00
- "txt"
2017-06-24 20:46:06 +01:00
page:
- "html"
2017-06-24 21:22:09 +01:00
- "txt"
2017-07-14 21:24:06 +01:00
- "json"
2017-06-24 20:46:06 +01:00
2017-04-22 19:34:14 +01:00
staticDir: "static/build"
2017-04-30 11:08:00 +01:00
buildDrafts: false
buildFuture: true
buildExpired: true
2017-05-05 19:45:53 +01:00
enableGitInfo: false
2017-04-30 11:08:00 +01:00
enableRobotsTXT: true
2017-05-07 22:03:37 +01:00
rssLimit: 100
2017-04-30 11:08:00 +01:00
disableHugoGeneratorInject: true
enableEmoji: true
2017-05-14 11:43:23 +01:00
MetaDataFormat: yaml
2017-04-30 11:08:00 +01:00
2017-09-30 15:17:03 +01:00
pygmentsCodefencesGuessSyntax: true
pygmentsCodefences: true
pygmentsUseClasses: true