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

View File

@@ -31,6 +31,14 @@ singleDateFormat = "2/1/2006"
# enable = true # enable = true
# customurl = "https://analytics.example.com" # customurl = "https://analytics.example.com"
[plausibleAnalytics]
# domain = "example.com"
# serverURL = "https://analytics.example.com"
[umami]
# serverURL = "example.com"
# id = "94db1cb1-74f4-4a40-ad6c-962362670409"
## Math settings ## Math settings
[math] [math]
enable = false # options: true, false. Enable math support globally, default: false. You can always enable math on per page. enable = false # options: true, false. Enable math support globally, default: false. You can always enable math on per page.