mirror of
https://github.com/MeiK2333/github-style.git
synced 2025-10-07 01:54:06 +00:00
24 lines
583 B
TOML
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"]
|