2018-06-04 17:31:48 +08:00

79 lines
1.7 KiB
YAML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 菜单配置(若不需要某项可直接删除)
menu:
# 首页
- id: home
link: /
icon: home
class: menu-home
# 归档
- id: archives
link: /archives
icon: archive
class: menu-archive
# 分类
- id: category
link: javascript:;
type: category
icon: bookmark
class: menu-category
# 标签
- id: tag
link: javascript:;
type: tag
icon: tags
class: menu-tag
# 关于
- id: about
link: /about
icon: user
class: menu-about
# 搜索
- id: search
link: "#search"
icon: search
class: menu-search modal-trigger
# 颜色配置
color:
header: indigo
footer: indigo
page_nav: indigo
side_nav: indigo darken-1
tag: pink lighten-1
article_title_link: indigo
link: pink
pagination: pink
tab: pink
archive_item: grey
fab: pink
fab_2: green
fab_3: yellow darken-1
new: pink
about_header: indigo
about_title: indigo
archive_yearly: true
# 版权信息
copyright: © 2016 colorfulsweet.site, All rights reserved.
# Disqus评论shortname若为空则不启用
disqus_shortname:
# 多说shortname若为空则不启用
duoshuo_shortname:
# 网易云跟帖productKey从通用代码中获取若为空则不启用
yungentie_product_key:
# Google分析track id若为空则不启用
google_analytics:
# 腾讯分析sId若为空则不启用
tencent_analytics:
# 高亮的主题,若为空则使用默认主题
google_code_prettify: prettify-tomorrow-night-eighties
# 是否启用MathJax数学公式渲染。如果你确认整个站点的博文都不会用到Latex数学公式可以将其该项设为false提高页面加载速度
mathjax: true
# 是否启用网页计数器(使用不蒜子插件)
page_stat: false