50 lines
1.1 KiB
YAML
50 lines
1.1 KiB
YAML
baseURL: /
|
|
title: Awin's blog
|
|
icon: favicon.ico
|
|
|
|
# Uncomment when not installing with Hugo Modules
|
|
# theme: eureka
|
|
# Comment when not installing with Hugo Modules
|
|
theme: eureka
|
|
# If you cannot access the Github mirror, you can also use the Gitee mirror: gitee.com/wangchucheng/hugo-eureka
|
|
|
|
paginate: 10
|
|
copyright: >
|
|
Contents are owned by Awin Huang
|
|
<br>
|
|
Theme create by: © 2021 <a href="https://www.wangchucheng.com/">WANG Chucheng</a> and <a
|
|
href="https://www.ruiqima.com/">MA Ruiqi</a>
|
|
<br>
|
|
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
|