From 2d46defaae5cffb48ecdd4f501453a0c39239039 Mon Sep 17 00:00:00 2001 From: Mateja Date: Fri, 29 Jan 2021 00:17:38 +0100 Subject: Disable taxonomies and use newer syntax. --- config.toml | 7 ++++++- content/contact.md | 2 +- layouts/_default/baseof.html | 10 +++++----- layouts/_default/list.html | 2 +- 4 files changed, 13 insertions(+), 8 deletions(-) diff --git a/config.toml b/config.toml index 8ecce48..f320c8f 100644 --- a/config.toml +++ b/config.toml @@ -1,3 +1,8 @@ baseURL = "https://matejamaric.com/" -languageCode = "en-us" +languageCode = "en" title = "Mateja Maric's Homepage" +# Disable default taxonomies +disableKinds = ["taxonomy", "term"] +# Enable inline HTML +[markup.goldmark.renderer] +unsafe = true diff --git a/content/contact.md b/content/contact.md index fe6d43f..b427abb 100644 --- a/content/contact.md +++ b/content/contact.md @@ -3,7 +3,7 @@ title: "Mateja Maric's Contact Page" draft: false --- -You can send me an e-mail at: mail@matejamaric.com +You can send me an e-mail at: mail@matejamaric.com Please, check your spam folder!
Sometimes big e-mail providers put e-mail from smaller domains in spam folder, Microsoft is especially notorious for this practice. diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html index 694d8a0..9805f8a 100644 --- a/layouts/_default/baseof.html +++ b/layouts/_default/baseof.html @@ -19,11 +19,11 @@
{{ block "main" . }}{{ end }} diff --git a/layouts/_default/list.html b/layouts/_default/list.html index 2fcfeba..2051961 100644 --- a/layouts/_default/list.html +++ b/layouts/_default/list.html @@ -3,7 +3,7 @@

Posts

{{ end }} -- cgit v1.2.3