Add post: 暗黑能天使
This commit is contained in:
45
config/_default/config.yaml
Normal file
45
config/_default/config.yaml
Normal file
@@ -0,0 +1,45 @@
|
||||
baseURL: /
|
||||
title: Eureka Demo
|
||||
|
||||
# Uncomment when not installing with Hugo Modules
|
||||
# theme: eureka
|
||||
# Comment when not installing with Hugo Modules
|
||||
theme: wangchucheng.com/hugo-eureka
|
||||
# If you cannot access the Github mirror, you can also use the Gitee mirror: gitee.com/wangchucheng/hugo-eureka
|
||||
|
||||
paginate: 3
|
||||
copyright: >
|
||||
© 2021 <a href="https://www.wangchucheng.com/">WANG Chucheng</a> and <a
|
||||
href="https://www.ruiqima.com/">MA Ruiqi</a>
|
||||
enableEmoji: true
|
||||
enableGitInfo: false
|
||||
summaryLength: 75
|
||||
|
||||
defaultContentLanguage: en
|
||||
hasCJKLanguage: false # Set `true` for Chinese/Japanese/Korean.
|
||||
defaultContentLanguageInSubdir: false
|
||||
|
||||
# Uncomment for google analytics
|
||||
# googleAnalytics: UA-123-45
|
||||
|
||||
markup:
|
||||
# Do not modify markup.highlight
|
||||
highlight:
|
||||
codeFences: false
|
||||
noClasses: false
|
||||
tableOfContents:
|
||||
startLevel: 2
|
||||
endLevel: 6
|
||||
ordered: false
|
||||
goldmark:
|
||||
renderer:
|
||||
unsafe: true
|
||||
|
||||
taxonomies:
|
||||
category: categories
|
||||
tag: tags
|
||||
series: series
|
||||
author: authors
|
||||
|
||||
build:
|
||||
useResourceCacheWhen: always
|
||||
Reference in New Issue
Block a user