You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
35 lines
688 B
35 lines
688 B
baseURL = "https://metufss.org"
|
|
# languageCode = "en-us"
|
|
title = "fss@metu"
|
|
theme = "eureka"
|
|
paginate = 3
|
|
copyright = """
|
|
© 2021 <a href="https://www.wangchucheng.com/">C. Wang</a> and <a href="https://www.ruiqima.com/">R. Ma</a>
|
|
"""
|
|
enableEmoji = true
|
|
enableGitInfo = false
|
|
summaryLength = 75
|
|
defaultContentLanguage = "en"
|
|
hasCJKLanguage = false
|
|
defaultContentLanguageInSubdir = true
|
|
|
|
[markup.highlight]
|
|
codeFences = false
|
|
noClasses = false
|
|
|
|
[markup.tableOfContents]
|
|
startLevel = 2
|
|
endLevel = 6
|
|
ordered = false
|
|
|
|
[markup.goldmark.renderer]
|
|
unsafe = true
|
|
|
|
[taxonomies]
|
|
category = "categories"
|
|
tag = "tags"
|
|
series = "series"
|
|
author = "authors"
|
|
|
|
[build]
|
|
useResourceCacheWhen = "always"
|
|
|