metufss.org statik websitesi deposudur
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.
 
 
metufss.org/config/_default/config.toml

35 lines
688 B

baseURL = "https://metufss.org"
# languageCode = "en-us"
title = "fss@metu"
theme = "eureka"
paginate = 3
copyright = """
&copy; 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"