match anatole example site
This commit is contained in:
@@ -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"
|
||||
|
@@ -31,6 +31,14 @@ singleDateFormat = "2/1/2006"
|
||||
# enable = true
|
||||
# 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]
|
||||
enable = false # options: true, false. Enable math support globally, default: false. You can always enable math on per page.
|
||||
|
Reference in New Issue
Block a user