diff --git a/config.toml b/config.toml index 9ffe42c..330760b 100644 --- a/config.toml +++ b/config.toml @@ -16,6 +16,8 @@ taxonomies = [ {name = "tags", rss = true}, ] +generate_rss = true + # Whether to do syntax highlighting # Theme can be customised by setting the `highlight_theme` variable to a theme supported by Zola highlight_code = true diff --git a/content/thoughts/things-i-learnt-the-hard-way.md b/content/thoughts/things-i-learnt-the-hard-way.md index 011ebd8..8cc925d 100644 --- a/content/thoughts/things-i-learnt-the-hard-way.md +++ b/content/thoughts/things-i-learnt-the-hard-way.md @@ -1,5 +1,5 @@ +++ -title = "Thing I Learnt The Hard Way (in 30 Years of Software Development)" +title = "Things I Learnt The Hard Way (in 30 Years of Software Development)" date = 2019-06-10 [taxonomies]