1 Star 0 Fork 1

MarineJ / hugo_blog

forked from rulerLwx / hugo_blog 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
config.yml 5.53 KB
一键复制 编辑 原始数据 按行查看 历史
rulerLwx 提交于 2020-08-12 23:50 . blog
baseURL: https://example.com/
theme: pure
title: rulerLwx Blog
defaultContentLanguage: en # en/zh/...
footnoteReturnLinkContents:
hasCJKLanguage: true
paginate: 7
enableEmoji: true
PygmentsCodeFences: false
googleAnalytics: "" # UA-XXXXXXXX-X
permalinks:
posts: /:year/:month/:filename/
taxonomies:
category : categories
tag : tags
series : series
outputFormats: # use for search. recommend not to modify
SearchIndex:
mediaType: "application/json"
baseName: "searchindex"
isPlainText: true
notAlternative: true
outputs:
home: ["HTML","RSS","SearchIndex"] # recommend not to modify
# sitemap
sitemap:
changefreq: monthly
filename: sitemap.xml
priority: 0.5
menu:
main:
- identifier: home
name: Home
title: Home
url: /
weight: 1
- identifier: archives
name: Archives
title: Archives
url: /posts/
weight: 2
- identifier: categories
name: Categories
title: Categories
url: /categories/
weight: 3
- identifier: tags
name: Tags
title: Tags
url: /tags/
weight: 4
- identifier: about
name: About
title: About
url: /about/
weight: 5
params:
since: 2017
dateFormatToUse: "2006-01-02"
enablePostCopyright: true
# the directory under content folder that you want to render
mainSections: ["posts"]
# Enable/Disable menu icons
# Icon Reference: http://blog.cofess.com/hexo-theme-pure/iconfont/demo_fontclass.html
enableMathJax: true #Enable mathjax support, to use mathematical notations
highlightjs:
langs: ["python", "javascript"] # refer to http://staticfile.org/, search highlight.js, already have highlight.min.js
# Allows you to specify an override stylesheet
# put custom.css in $hugo_root_dir/static/
# customCSS: css/custom.css
menuIcons:
enable: true # 是否启用导航菜单图标
home: icon-home-fill
archives: icon-archives-fill
categories: icon-folder
tags: icon-tags
repository: icon-project
books: icon-book-fill
links: icon-friendship
about: icon-cup-fill
# profile
profile:
enabled: true # Whether to show profile bar
avatar: avatar.png
gravatar: # Gravatar email address, if you enable Gravatar, your avatar config will be overriden
author: rulerLwx
author_title: thinking...
author_description: Good Good Study, Day Day Up~
location: Guangzhou, China
follow: https://gitee.com/rulerLwx
# Social Links
social:
links:
github: https://github.com/wolf-lea
# weibo: http://weibo.com/{yourid}
# twitter: https://twitter.com/
# facebook: /
gitee: https://gitee.com/rulerLwx
# rss: /index.html
link_tooltip: false # enable the social link tooltip, options: true, false
# Site
site:
logo:
enabled: true
width: 40
height: 40
url: favicon.ico
title: Hugo # 页面title
favicon: favicon.ico
# board: <p>天行健,君子以自强不息;</p> <p>地势坤,君子以厚德载物。<p/> # 公告牌
board: enjoy~
# Share
# weibo,qq,qzone,wechat,tencent,douban,diandian,facebook,twitter,google,linkedin
share:
enable: true # 是否启用分享
sites: weibo,qq,wechat # PC端显示的分享图标,facebook,twitter
mobile_sites: weibo,qq,qzone # 移动端显示的分享图标
# Comment
comment:
type: valine # type disqus/gitalk/valine 启用哪种评论系统
disqus: your_disqus_name # enter disqus shortname here
gitalk: # gitalk. https://gitalk.github.io/
owner: #必须. GitHub repository 所有者,可以是个人或者组织。
admin: #必须. GitHub repository 的所有者和合作者 (对这个 repository 有写权限的用户)。
repo: #必须. GitHub repository.
ClientID: #必须. GitHub Application Client ID.
ClientSecret: #必须. GitHub Application Client Secret.
valine: # Valine. https://valine.js.org
appid: IyAB0PSPRazTPDxitO1ddQ7O-gzGzoHsz # your leancloud application appid
appkey: 5rBJTq4KidYF33eXwvRVhtEH # your leancloud application appkey
notify: # mail notifier , https://github.com/xCss/Valine/wiki
verify: # Verification code
placeholder: enjoy~ # comment box placeholder
avatar: mm # gravatar style
meta: nick,mail # custom comment header
pageSize: 10 # pagination size
visitor: false # Article reading statistic https://valine.js.org/visitor.html
# Donate
donate:
enable: false
# 微信打赏
wechatpay:
qrcode: donate/wechatpayimg.png
title: 微信支付
# 支付宝打赏
alipay:
qrcode: donate/alipayimg.png
title: 支付宝
# PV
pv:
busuanzi:
enable: false # 不蒜子统计
leancloud:
enable: false # leancloud统计
app_id: # leancloud <AppID>
app_key: # leancloud <AppKey>
# wordcount
postCount:
enable: true
wordcount: true # 文章字数统计
min2read: true # read time 阅读时长预计
# config
config:
skin: theme-black # theme color default is white. other type [theme-black,theme-blue,theme-green,theme-purple]
layout: main-center # main-left main-center main-right
excerpt_link: Read More
toc: true
# Sidebar
sidebar: right
# Search
search:
enable: true # enable search. thanks for https://raw.githubusercontent.com/ppoffice/hexo-theme-icarus/master/source/js/insight.js
# Sidebar only the following widgets. you can remove any you don't like it.
widgets:
- board
- category
- tag
- recent_posts
1
https://gitee.com/MarineJ/hugo_blog.git
git@gitee.com:MarineJ/hugo_blog.git
MarineJ
hugo_blog
hugo_blog
master

搜索帮助