match anatole example site

This commit is contained in:
2022-02-20 07:28:22 -07:00
parent b9a0d92654
commit 7824c30202
2 changed files with 18 additions and 3 deletions

View File

@@ -1,11 +1,13 @@
DefaultContentLanguage = "en"
baseURL = "https://www.carlpearson.net/"
languageCode = "en"
title = "Website of Carl Pearson"
theme = "anatole"
enableEmoji = true
enableRobotsTXT = true
languageCode = "en"
summarylength = 10
theme = "anatole"
title = "Website of Carl Pearson"
# Enable Disqus
#disqusShortname = ""
@@ -22,3 +24,8 @@ pygmentsUseClasses = true
[markup.goldmark]
[markup.goldmark.renderer]
unsafe = true
[taxonomies]
category = "categories"
series = "series"
tag = "tags"