diff --git a/config/_default/config.toml b/config/_default/config.toml index 110cbda..9139f08 100644 --- a/config/_default/config.toml +++ b/config/_default/config.toml @@ -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" diff --git a/config/_default/params.toml b/config/_default/params.toml index df9b6f1..ee02c9f 100644 --- a/config/_default/params.toml +++ b/config/_default/params.toml @@ -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.