2017-09-02 13:29:06 +00:00
|
|
|
|
baseURL = "http://localhost:1313/"
|
2017-08-31 14:50:37 +00:00
|
|
|
|
languageCode = "en"
|
|
|
|
|
defaultContentLanguage = "en"
|
|
|
|
|
title = "Even"
|
|
|
|
|
enableRobotsTXT = true
|
|
|
|
|
enableEmoji = true
|
|
|
|
|
theme = "even"
|
|
|
|
|
|
|
|
|
|
hasCJKLanguage = true # has chinese/japanese/korean ? # 自动检测是否包含 中文\日文\韩文
|
|
|
|
|
paginate = 3 # (可选)首页显示的文章条目数量,默认为10
|
|
|
|
|
disqusShortname = "" # disqus_shortname
|
|
|
|
|
googleAnalytics = "" # UA-XXXXXXXX-X
|
2017-09-03 06:44:34 +00:00
|
|
|
|
copyright = "" # default: author.name ↓ # 默认为下面配置的author.name ↓
|
2017-08-31 14:50:37 +00:00
|
|
|
|
|
|
|
|
|
[author] # require # 必需
|
|
|
|
|
name = "olOwOlo"
|
|
|
|
|
|
|
|
|
|
[sitemap] # require # 必需
|
|
|
|
|
changefreq = "weekly"
|
|
|
|
|
priority = 0.5
|
|
|
|
|
filename = "sitemap.xml"
|
|
|
|
|
|
|
|
|
|
[[menu.main]] # config your menu # 配置目录
|
|
|
|
|
name = "Home"
|
|
|
|
|
weight = 10
|
|
|
|
|
identifier = "home"
|
|
|
|
|
url = "/"
|
|
|
|
|
[[menu.main]]
|
|
|
|
|
name = "Archives"
|
|
|
|
|
weight = 20
|
|
|
|
|
identifier = "archives"
|
|
|
|
|
url = "/post/"
|
|
|
|
|
[[menu.main]]
|
|
|
|
|
name = "Tags"
|
|
|
|
|
weight = 30
|
|
|
|
|
identifier = "tags"
|
|
|
|
|
url = "/tags/"
|
|
|
|
|
[[menu.main]]
|
|
|
|
|
name = "Categories"
|
|
|
|
|
weight = 40
|
|
|
|
|
identifier = "categories"
|
|
|
|
|
url = "/categories/"
|
|
|
|
|
|
|
|
|
|
[params]
|
|
|
|
|
since = "2017" # Site creation time # 站点建立时间
|
|
|
|
|
|
|
|
|
|
# site info (option) # 站点信息(可选)
|
2017-09-05 17:13:02 +00:00
|
|
|
|
keywords = ["Hugo", "theme","even"]
|
|
|
|
|
description = "Hugo theme even example site."
|
2017-08-31 14:50:37 +00:00
|
|
|
|
|
|
|
|
|
# paginate of archives, tags and categories # 归档、标签、分类每页显示的文章数目
|
|
|
|
|
archive-paginate = 3
|
2017-09-11 15:15:13 +00:00
|
|
|
|
|
|
|
|
|
# show word count and read time ? # 是否显示字数统计与阅读时间
|
2017-09-12 15:59:08 +00:00
|
|
|
|
moreMeta = false
|
2017-09-11 15:15:13 +00:00
|
|
|
|
|
2017-08-31 14:50:37 +00:00
|
|
|
|
# 一些全局开关,你可以在每一篇内容的 front matter 中单独关闭某些选项
|
|
|
|
|
# Some global options, you can close something in front matter.
|
|
|
|
|
toc = true # 是否开启目录
|
|
|
|
|
fancybox = true # see https://github.com/fancyapps/fancybox # 是否启用fancybox(图片可点击)
|
2017-09-12 15:59:08 +00:00
|
|
|
|
bootcdn = false # In china. @Deprecated: use [params.publicCDN] # 是否使用bootcdn(@Deprecated: 请使用[params.publicCDN])
|
2017-08-31 14:50:37 +00:00
|
|
|
|
mathjax = true # see https://www.mathjax.org/ # 是否使用mathjax(数学公式)
|
|
|
|
|
linkToMarkDown = false # if you config contentCopyright and hugo output .md files. # 是否在链接到markdown原始文件(如果你配置了下面的许可协议并允许hugo生成markdown文件)
|
|
|
|
|
|
2017-09-12 15:59:08 +00:00
|
|
|
|
contentCopyright = '<a rel="license" href="https://en.wikipedia.org/wiki/Wikipedia:Text_of_Creative_Commons_Attribution-ShareAlike_3.0_Unported_License" target="_blank">Creative Commons Attribution-ShareAlike License</a>'
|
2017-08-31 14:50:37 +00:00
|
|
|
|
|
|
|
|
|
changyanAppid = "" # Changyan app id # 畅言
|
|
|
|
|
changyanAppkey = "" # Changyan app key
|
|
|
|
|
baidu_push = false # baidu push # 百度
|
|
|
|
|
baidu_analytics = "" # Baidu Analytics
|
|
|
|
|
baidu_verification = "" # Baidu Verification
|
|
|
|
|
google_verification = "" # Google_Verification # 谷歌
|
|
|
|
|
|
2017-09-12 15:59:08 +00:00
|
|
|
|
[params.publicCDN] # load these files from public cdn # 启用公共CDN,需自行定义
|
|
|
|
|
enable = false
|
|
|
|
|
jquery = '<script src="https://cdn.jsdelivr.net/npm/jquery@3.2.1/dist/jquery.min.js" integrity="sha256-hwg4gsxgFZhOsEEamdOYGBf13FyQuiTwlAQgxVSNgt4=" crossorigin="anonymous"></script>'
|
|
|
|
|
slideout = '<script src="https://cdn.jsdelivr.net/npm/slideout@1.0.1/dist/slideout.min.js" integrity="sha256-t+zJ/g8/KXIJMjSVQdnibt4dlaDxc9zXr/9oNPeWqdg=" crossorigin="anonymous"></script>'
|
|
|
|
|
fancyboxJs = '<script src="https://cdn.jsdelivr.net/npm/@fancyapps/fancybox@3.1.20/dist/jquery.fancybox.min.js" integrity="sha256-XVLffZaxoWfGUEbdzuLi7pwaUJv1cecsQJQqGLe7axY=" crossorigin="anonymous"></script>'
|
|
|
|
|
fancyboxCss = '<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@fancyapps/fancybox@3.1.20/dist/jquery.fancybox.min.css" integrity="sha256-7TyXnr2YU040zfSP+rEcz29ggW4j56/ujTPwjMzyqFY=" crossorigin="anonymous">'
|
|
|
|
|
|
2017-09-03 06:44:34 +00:00
|
|
|
|
[params.reward] # 文章打赏
|
|
|
|
|
enable = false
|
|
|
|
|
wechat = "/path/to/your/wechat-qr-code.png" # 微信二维码
|
|
|
|
|
alipay = "/path/to/your/alipay-qr-code.png" # 支付宝二维码
|
|
|
|
|
|
2017-08-31 14:50:37 +00:00
|
|
|
|
[params.social] # 社交链接
|
2017-09-14 15:11:46 +00:00
|
|
|
|
a-email = "mailto:your@email.com"
|
2017-08-31 14:50:37 +00:00
|
|
|
|
b-stack-overflow = "http://localhost:1313"
|
|
|
|
|
c-twitter = "http://localhost:1313"
|
|
|
|
|
d-facebook = "http://localhost:1313"
|
|
|
|
|
e-linkedin = "http://localhost:1313"
|
|
|
|
|
f-google = "http://localhost:1313"
|
|
|
|
|
g-github = "http://localhost:1313"
|
|
|
|
|
h-weibo = "http://localhost:1313"
|
|
|
|
|
i-zhihu = "http://localhost:1313"
|
|
|
|
|
j-douban = "http://localhost:1313"
|
|
|
|
|
k-pocket = "http://localhost:1313"
|
|
|
|
|
l-tumblr = "http://localhost:1313"
|
2017-09-11 09:27:52 +00:00
|
|
|
|
m-instagram = "http://localhost:1313"
|
2017-08-31 14:50:37 +00:00
|
|
|
|
|
|
|
|
|
# 将下面这段配置取消注释可以使 hugo 生成 .md 文件
|
|
|
|
|
# Uncomment these options to make hugo output .md files.
|
|
|
|
|
#[mediaTypes]
|
|
|
|
|
# [mediaTypes."text/plain"]
|
|
|
|
|
# suffix = "md"
|
|
|
|
|
#
|
|
|
|
|
#[outputFormats.MarkDown]
|
|
|
|
|
# mediaType = "text/plain"
|
|
|
|
|
# isPlainText = true
|
|
|
|
|
# isHTML = false
|
|
|
|
|
#
|
|
|
|
|
#[outputs]
|
|
|
|
|
# home = ["HTML", "RSS"]
|
|
|
|
|
# page = ["HTML", "MarkDown"]
|
|
|
|
|
# section = ["HTML", "RSS"]
|
|
|
|
|
# taxonomy = ["HTML", "RSS"]
|
|
|
|
|
# taxonomyTerm = ["HTML"]
|