diff options
| -rw-r--r-- | .gitignore | 1 | ||||
| -rw-r--r-- | config.toml | 3 |
2 files changed, 4 insertions, 0 deletions
@@ -1 +1,2 @@ public/ +.DS_Store diff --git a/config.toml b/config.toml index 521ae2e..e4152ca 100644 --- a/config.toml +++ b/config.toml @@ -7,6 +7,9 @@ compile_sass = true # Whether to build a search index to be used later on by a JavaScript library build_search_index = false +generate_feeds = true +author = "Nikolas" + [markdown] # Whether to do syntax highlighting # Theme can be customised by setting the `highlight_theme` variable to a theme supported by Zola |
