summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornikolaosboutalas <nikolaosboutalas@MACBOOKPRO-1B9E.station>2024-10-28 18:13:45 +0200
committerNikolaos Boutalas <nikolaosboutalas@MACBOOKPRO-1B9E.station>2026-01-04 21:47:36 +0200
commit99262312777f8f100c30b3a1fcbdfb78bf434ee0 (patch)
tree0330d4dfb653b41e5cf83747eb0140bc67221dd6
parenteea63013ab1d6f8b75f6e990594fd0cfa98a8f14 (diff)
config: add feed
-rw-r--r--.gitignore1
-rw-r--r--config.toml3
2 files changed, 4 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 364fdec..0c376ea 100644
--- a/.gitignore
+++ b/.gitignore
@@ -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