Update config.template.toml

This commit is contained in:
Paul Maddern
2024-03-15 18:55:35 +00:00
committed by GitHub
parent aab58c7d7b
commit 6a81594c3b

View File

@@ -2,7 +2,6 @@ baseURL = "https://meik2333.com/"
languageCode = "zh-cn"
title = "MeiK's blog"
theme = "github-style"
googleAnalytics = "UA-123456-789"
pygmentsCodeFences = true
pygmentsUseClasses = true
@@ -50,3 +49,7 @@ pygmentsUseClasses = true
[frontmatter]
lastmod = ["lastmod", ":fileModTime", ":default"]
[services]
[services.googleAnalytics]
ID = "UA-123456-789"