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.
|
|
|
|
|
2022-05-12 11:04:28 +08:00
|
|
|
#--------------------------------------
|
|
|
|
# Menus Settings
|
|
|
|
# Attribute pre is Font Awesome icon name without prefix "fa-".
|
|
|
|
# External url should start with http:// or https:// .
|
|
|
|
# -------------------------------------
|
|
|
|
menus:
|
|
|
|
main:
|
|
|
|
- identifier: home
|
|
|
|
name: 首页
|
|
|
|
url: /
|
|
|
|
pre: home
|
|
|
|
weight: 1
|
|
|
|
- identifier: about
|
|
|
|
name: 关于
|
|
|
|
url: /ablout.html
|
|
|
|
pre: user
|
|
|
|
weight: 2
|
|
|
|
- identifier: archives
|
|
|
|
name: 归档
|
|
|
|
url: /archives
|
|
|
|
pre: archive
|
|
|
|
weight: 3
|
|
|
|
- identifier: commonweal
|
|
|
|
name: 公益 404
|
|
|
|
url: /404.html
|
|
|
|
pre: heartbeat
|
|
|
|
weight: 4
|
|
|
|
|
|
|
|
|
2022-05-04 22:44:52 +08:00
|
|
|
# -------------------------------------
|
|
|
|
# User-define Settings
|
|
|
|
# -------------------------------------
|
|
|
|
params:
|
2022-05-14 13:50:42 +08:00
|
|
|
mainSections: [ "posts" ]
|
|
|
|
dateFormat: 2006-01-02
|
2022-05-05 11:34:46 +08:00
|
|
|
# -------------------------------------
|
|
|
|
# Scheme Settings
|
|
|
|
# -------------------------------------
|
|
|
|
#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: 保持简单的易用性和强大的功能。
|
2022-05-07 21:24:29 +08:00
|
|
|
# Custom logo will use in open graph image meta attribute.
|
|
|
|
# Use the "show" variable to control whether displayed in sidebar
|
2022-05-07 12:23:19 +08:00
|
|
|
customLogo:
|
2022-05-07 21:24:29 +08:00
|
|
|
show: false
|
2022-05-14 16:30:00 +08:00
|
|
|
url: /imgs/hugo_next_logo.png
|
2022-05-04 22:44:52 +08:00
|
|
|
|
|
|
|
favicon:
|
|
|
|
icon: /imgs/icons/favicon.ico
|
2022-05-14 16:30:00 +08:00
|
|
|
small: /imgs/icons/favicon_16x16_next.png
|
|
|
|
medium: /imgs/icons/favicon_32_32_next.png
|
|
|
|
appleTouchIcon: /imgs/icons/apple_touch_icon_next.png
|
2022-05-05 11:34:46 +08:00
|
|
|
|
2022-05-07 12:23:19 +08:00
|
|
|
# Open graph settings
|
|
|
|
openGraph:
|
|
|
|
enable: true
|
|
|
|
#twitter:
|
|
|
|
# card: <twitter:card>
|
|
|
|
# creator: <twitter:creator>
|
|
|
|
# image: <twitter:image>
|
|
|
|
# site: <twitter:site>
|
|
|
|
#googlePlus: <g+:profile_link>
|
|
|
|
#facebook:
|
|
|
|
# admins: <fb:admin_id>
|
|
|
|
# app_id: <fb:app_id>
|
|
|
|
|
2022-05-12 11:04:28 +08:00
|
|
|
#--------------------------------------
|
|
|
|
# Sidebar Settings
|
|
|
|
# -------------------------------------
|
2022-05-09 14:37:01 +08:00
|
|
|
sidebar:
|
|
|
|
# Sidebar Position.
|
|
|
|
#position: left | right
|
|
|
|
position: left
|
|
|
|
|
|
|
|
# Manual define the sidebar width. If commented, will be default for:
|
|
|
|
# Muse | Mist: 320
|
|
|
|
# Pisces | Gemini: 240
|
|
|
|
width: 256
|
|
|
|
|
|
|
|
# Sidebar Display (only for Muse | Mist), available values:
|
|
|
|
# - post expand on posts automatically. Default.
|
|
|
|
# - always expand for all pages automatically.
|
|
|
|
# - hide expand only when click on the sidebar toggle icon.
|
|
|
|
# - remove totally remove sidebar including sidebar toggle.
|
|
|
|
display: post
|
|
|
|
|
2022-05-11 22:31:36 +08:00
|
|
|
# Sidebar padding in pixels, default 18.
|
|
|
|
padding: 18
|
|
|
|
# Sidebar offset from top menubar in pixels (only for Pisces | Gemini), default 12.
|
|
|
|
offset: 12
|
2022-05-09 14:37:01 +08:00
|
|
|
|
2022-05-07 12:23:19 +08:00
|
|
|
# Sidebar Avatar
|
|
|
|
avatar:
|
|
|
|
# Replace the default image and set the url here.
|
2022-05-16 09:01:09 +08:00
|
|
|
url: /imgs/hugo_next_avatar.png
|
2022-05-07 12:23:19 +08:00
|
|
|
# If true, the avatar will be displayed in circle.
|
|
|
|
rounded: true
|
|
|
|
# If true, the avatar will be rotated with the cursor.
|
|
|
|
rotated: true
|
|
|
|
|
2022-05-09 14:37:01 +08:00
|
|
|
# Show Posts / Categories / Tags label in sidebar.
|
|
|
|
siteState: true
|
|
|
|
|
2022-05-08 11:09:51 +08:00
|
|
|
# Social Links
|
|
|
|
# Usage: `Key: permalink || icon`
|
|
|
|
# Key is the link label showing to end users.
|
|
|
|
# Value before `||` delimiter is the target permalink, value after `||` delimiter is the name of Font Awesome icon.
|
|
|
|
socials: [
|
|
|
|
{ "GitHub": "https://github.com/yourname || fab fa-github" },
|
|
|
|
{ "E-Mail": "mailto:yourname@gmail.com || fa fa-envelope" }
|
|
|
|
# {"Weibo": "https://weibo.com/yourname || fab fa-weibo"},
|
|
|
|
# {"Google": "https://plus.google.com/yourname || fab fa-google"},
|
|
|
|
# {"Twitter": "https://twitter.com/yourname || fab fa-twitter"},
|
|
|
|
# {"FB Page": "https://www.facebook.com/yourname || fab fa-facebook"},
|
|
|
|
# {"StackOverflow": "https://stackoverflow.com/yourname || fab fa-stack-overflow"},
|
|
|
|
# {"YouTube": "https://youtube.com/yourname || fab fa-youtube"},
|
|
|
|
# {"Instagram": "https://instagram.com/yourname || fab fa-instagram"},
|
|
|
|
# {"Skype": "skype:yourname?call|chat || fab fa-skype"}
|
|
|
|
]
|
2022-05-11 22:31:36 +08:00
|
|
|
socialIcons:
|
|
|
|
enable: true
|
|
|
|
iconsOnly: false
|
|
|
|
transition: true
|
2022-05-08 11:09:51 +08:00
|
|
|
|
2022-05-05 11:34:46 +08:00
|
|
|
# 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
|
2022-05-09 14:37:01 +08:00
|
|
|
size: big
|
2022-05-05 11:34:46 +08:00
|
|
|
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
|
|
|
|
|
|
|
|