diff options
Diffstat (limited to 'config.toml')
| -rw-r--r-- | config.toml | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/config.toml b/config.toml index 93fb8a0..02779c8 100644 --- a/config.toml +++ b/config.toml | |||
| @@ -39,3 +39,19 @@ enableRobotsTXT = true | |||
| 39 | 39 | ||
| 40 | [markup.highlight] | 40 | [markup.highlight] |
| 41 | style = 'github' | 41 | style = 'github' |
| 42 | |||
| 43 | # Taxonomies. | ||
| 44 | [outputs] | ||
| 45 | index = ["HTML", "atom"] | ||
| 46 | section = ["HTML", "notes"] | ||
| 47 | |||
| 48 | # Output formats. | ||
| 49 | [outputFormats] | ||
| 50 | [outputFormats.atom] | ||
| 51 | mediatype = "application/rss" | ||
| 52 | rel = "atom" | ||
| 53 | baseName = "atom" | ||
| 54 | [outputFormats.notes] | ||
| 55 | mediatype = "application/rss" | ||
| 56 | rel = "notes" | ||
| 57 | baseName = "notes" | ||
