hugo-theme-next/exampleSite/config.yaml

73 lines
2.0 KiB
YAML
Raw Normal View History

2022-05-04 22:44:52 +08:00
#--------------------------------------
# Hugo engine internal settings
#--------------------------------------
2022-05-05 11:34:46 +08:00
baseURL: /
2022-05-04 22:44:52 +08:00
theme: hugo-theme-next
#--------------------------------------
# Hugo multilingual settings
#--------------------------------------
defaultContentLanguage: zh-cn
languages:
zh-cn:
title: NexT
languageName: 中文
weight: 1
en-us:
title: NexT
params:
#------------------------------
# Reset Site base information
#------------------------------
author: Theme NexT
subtitle: Theme for Hugo
description: Stay easily & powerful.
# -------------------------------------
# User-define Settings
# -------------------------------------
params:
2022-05-05 11:34:46 +08:00
# -------------------------------------
# Scheme Settings
# -------------------------------------
2022-05-04 22:44:52 +08:00
2022-05-05 11:34:46 +08:00
# Schemes
#scheme: Muse
#scheme: Mist
#scheme: Pisces
2022-05-04 22:44:52 +08:00
scheme: Gemini
2022-05-05 11:34:46 +08:00
# Dark Mode
2022-05-04 22:44:52 +08:00
darkmode: true
2022-05-05 11:34:46 +08:00
#--------------------------------------
# Site Information Settings
# -------------------------------------
2022-05-04 22:44:52 +08:00
author: NexT 主题
subtitle: 为 Hugo 打造的主题
description: 保持简单的易用性和强大的功能。
favicon:
icon: /imgs/icons/favicon.ico
small: /imgs/icons/favicon-16x16-next.png
medium: /imgs/icons/favicon-32x32-next.png
2022-05-05 11:34:46 +08:00
appleTouchIcon: /imgs/icons/apple-touch-icon-next.png
# Creative Commons 4.0 International License.
# See: https://creativecommons.org/about/cclicenses/
creativeCommons:
# Available values: by | by-nc | by-nc-nd | by-nc-sa | by-nd | by-sa | cc-zero
license: by-nc-nd
# Available values: big | small
size: big
sidebar: true
post: true
# You can set a language value if you prefer a translated version of CC license, e.g. deed.zh
# CC licenses are available in 39 languages, you can find the specific and correct abbreviation you need on https://creativecommons.org
# No setting is required here and can be done by multilanguage
# language: deed.zh
2022-05-04 22:44:52 +08:00