From a34386387ce84ba591c2a477ca42f04e2cc19492 Mon Sep 17 00:00:00 2001 From: kimcc <15278020+kimcc@users.noreply.github.com> Date: Sun, 23 Feb 2020 13:46:51 -0600 Subject: [PATCH] changed links to https & set raw html to display in example config --- exampleSite/config.toml | 4 ++ exampleSite/content/posts/emoji-support.md | 2 +- exampleSite/content/posts/placeholder-text.md | 2 +- layouts/index.html | 4 +- layouts/partials/social.html | 44 +++++++++---------- static/safari-pinned-tab.svg | 4 +- 6 files changed, 32 insertions(+), 28 deletions(-) diff --git a/exampleSite/config.toml b/exampleSite/config.toml index ad60c83..1965858 100644 --- a/exampleSite/config.toml +++ b/exampleSite/config.toml @@ -12,6 +12,10 @@ summaryLength = 10 # Configure how long the post summary should be on the homepa [author] name = "kimcc" +# Set to false to disallow raw HTML in markdown files +[markup.goldmark.renderer] + unsafe = true + [params] math = true # Blog description at the top of the homepage. Supports markdown. diff --git a/exampleSite/content/posts/emoji-support.md b/exampleSite/content/posts/emoji-support.md index dc9025b..d64f744 100755 --- a/exampleSite/content/posts/emoji-support.md +++ b/exampleSite/content/posts/emoji-support.md @@ -17,7 +17,7 @@ To enable emoji globally, set `enableEmoji` to `true` in your siteβs [configur
π :see_no_evil:
π :hear_no_evil:
π :speak_no_evil: