summaryrefslogtreecommitdiff
path: root/config.toml
diff options
context:
space:
mode:
authorLibravatar Silas Bartha <[email protected]>2024-08-15 21:47:13 -0400
committerLibravatar Silas Bartha <[email protected]>2024-08-15 21:47:13 -0400
commit73332a62e385d380ea124a6a05e65b4bef78b3ae (patch)
tree907a60548290b11e335102ca46da9cf087a30f6a /config.toml
parent6d2f00dfe6d3279d2239cf0135dcd017d1bae46b (diff)
Added RSS Feeds
Diffstat (limited to 'config.toml')
-rw-r--r--config.toml5
1 files changed, 5 insertions, 0 deletions
diff --git a/config.toml b/config.toml
index f6740e7..597031c 100644
--- a/config.toml
+++ b/config.toml
@@ -7,6 +7,11 @@ 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
+feed_filenames = ["atom.xml", "rss.xml"]
+
+author = "Silas Bartha"
+
taxonomies = [
{ name = "categories", render = false },
{ name = "languages", render = false },