added categories taxonomy for blog

This commit is contained in:
timurgordon
2022-02-11 11:19:47 +03:00
parent 1b584f8d4e
commit 4db8c88e3c
19 changed files with 145 additions and 103 deletions

View File

@@ -1,5 +1,5 @@
# The URL the site will be built for
base_url = "https://zola-twcss.vercel.app"
base_url = "https://ourworld.tf"
# Change this to your own URL! Please note this variable **must** be uncommented.
title = "Our World"
@@ -51,6 +51,12 @@ external_links_no_referrer = true
# For example, `...` into `…`, `"quote"` into `“curly”` etc
smart_punctuation = true
[[taxonomies]]
name = "categories"
feed = true
paginate_by = 2
paginate_path = "/blog-posts"
[extra]
# Put all your custom variables here