diff --git a/config.toml b/config.toml index d07cf57..24829f1 100644 --- a/config.toml +++ b/config.toml @@ -2,7 +2,7 @@ base_url = "https://lacoloc.cafe" # Whether to automatically compile all Sass files in the sass directory -compile_sass = true +#compile_sass = true # Whether to do syntax highlighting # 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 theme = "sam" + +taxonomies = [ + {name = "tags", rss = false}, +] + [extra] # Put all your custom variables here sam_menu = [ diff --git a/content/posts/some-post.md b/content/posts/some-post.md index c8a3de0..46bc60e 100644 --- a/content/posts/some-post.md +++ b/content/posts/some-post.md @@ -1,6 +1,8 @@ +++ title = "Some Post" date = 2019-01-01 +[taxonomies] +tags = ["post de test"] +++ This is a very simple to post.