14 lines
228 B
TOML
14 lines
228 B
TOML
baseURL = "https://famzheng.com/"
|
|
languageCode = "zh"
|
|
title = "gnoc"
|
|
theme = "PaperMod"
|
|
|
|
[pagination]
|
|
pagerSize = 10
|
|
|
|
[params]
|
|
env = "production"
|
|
defaultTheme = "auto"
|
|
showReadingTime = true
|
|
showCodeCopyButtons = true
|