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