Files
github-style/config.template.toml
2020-12-15 19:06:29 +08:00

24 lines
583 B
TOML

baseURL = "https://meik2333.com/"
languageCode = "zh-cn"
title = "MeiK's blog"
theme = "github-style"
pygmentsCodeFences = true
googleAnalytics = "UA-123456-789"
[params]
contributions = "post"
author = "MeiK"
github = "MeiK2333"
description = "In solitude, where we are least alone."
twitter = "MeiK2333"
email = "meik2333@gmail.com"
utterances = "MeiK2333/MeiK2333.github.io"
facebook = "MeiK2333"
url = "https://meik2333.com"
keywords = "blog, google analytics"
rss = true
lastmod = true
[frontmatter]
lastmod = ["lastmod", ":fileModTime", ":default"]