Fix tags taxonomy

This commit is contained in:
June Hardy 2020-06-09 07:59:42 +02:00
parent 0a95bbf284
commit c227d141f4
2 changed files with 8 additions and 1 deletions

View File

@ -2,7 +2,7 @@
base_url = "https://lacoloc.cafe" base_url = "https://lacoloc.cafe"
# Whether to automatically compile all Sass files in the sass directory # Whether to automatically compile all Sass files in the sass directory
compile_sass = true #compile_sass = true
# Whether to do syntax highlighting # Whether to do syntax highlighting
# Theme can be customised by setting the `highlight_theme` variable to a theme supported by Zola # Theme can be customised by setting the `highlight_theme` variable to a theme supported by Zola
@ -12,6 +12,11 @@ highlight_code = false
build_search_index = false build_search_index = false
theme = "sam" theme = "sam"
taxonomies = [
{name = "tags", rss = false},
]
[extra] [extra]
# Put all your custom variables here # Put all your custom variables here
sam_menu = [ sam_menu = [

View File

@ -1,6 +1,8 @@
+++ +++
title = "Some Post" title = "Some Post"
date = 2019-01-01 date = 2019-01-01
[taxonomies]
tags = ["post de test"]
+++ +++
This is a very simple to post. This is a very simple to post.