mirror of
https://github.com/davegallant/davegallant.github.io.git
synced 2025-08-07 00:58:13 +00:00
port to gitlab.
This commit is contained in:
202
themes/custom/exampleSite/config.toml
Normal file
202
themes/custom/exampleSite/config.toml
Normal file
@@ -0,0 +1,202 @@
|
||||
baseURL = "http://localhost:1313/"
|
||||
languageCode = "en"
|
||||
defaultContentLanguage = "en" # en / zh-cn / ... (This field determines which i18n file to use)
|
||||
title = "Ehlxr - A responsive and simple theme for Hugo"
|
||||
enableRobotsTXT = true
|
||||
enableEmoji = true
|
||||
theme = "ehlxr"
|
||||
comment = true
|
||||
|
||||
hasCJKLanguage = true # has chinese/japanese/korean ? # 自动检测是否包含 中文\日文\韩文
|
||||
paginate = 5 # 首页每页显示的文章数
|
||||
googleAnalytics = "" # UA-XXXXXXXX-X
|
||||
# copyright = "ehlxr" # default: author.name ↓ # 默认为下面配置的author.name ↓
|
||||
|
||||
[author] # essential # 必需
|
||||
name = "Ehlxr"
|
||||
avatar = "/images/avatar.jpg"
|
||||
description = "胡编一通,乱写一起,哈哈哈哈。。。。"
|
||||
|
||||
[[params.friends]]
|
||||
name = "ehlxr"
|
||||
link = "https://ehlxr.me"
|
||||
|
||||
[[params.friends]]
|
||||
name = "匆匆那年"
|
||||
link = "https://ehlxr.top"
|
||||
|
||||
[permalinks]
|
||||
post = "/:year/:month/:day/:slug/"
|
||||
|
||||
[sitemap] # essential # 必需
|
||||
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/"
|
||||
|
||||
# [[menu.main]]
|
||||
# name = "关于"
|
||||
# weight = 50
|
||||
# identifier = "about"
|
||||
# url = "/about/"
|
||||
|
||||
[[params.icons]]
|
||||
id = "home"
|
||||
icon = "home"
|
||||
|
||||
[[params.icons]]
|
||||
id = "archives"
|
||||
icon = "home"
|
||||
|
||||
[[params.icons]]
|
||||
id = "tags"
|
||||
icon = "tags"
|
||||
|
||||
[[params.icons]]
|
||||
id = "categories"
|
||||
icon = "th"
|
||||
|
||||
[[params.icons]]
|
||||
id = "about"
|
||||
icon = "user"
|
||||
|
||||
# [[params.icons]]
|
||||
# id = "link"
|
||||
# icon = "users"
|
||||
|
||||
[params]
|
||||
version = "3.x" # Used to give a friendly message when you have an incompatible update
|
||||
debug = false # If true, load `eruda.min.js`. See https://github.com/liriliri/eruda
|
||||
|
||||
since = "2017" # Site creation time # 站点建立时间
|
||||
|
||||
# site info (optional) # 站点信息(可选,不需要的可以直接注释掉)
|
||||
logoTitle = "Ehlxr" # default: the title value # 默认值: 上面设置的title值
|
||||
keywords = ["Hugo", "theme", "ehlxr"]
|
||||
description = "Hugo theme ehlxr example site."
|
||||
|
||||
# paginate of archives, tags and categories # 归档、标签、分类每页显示的文章数目,建议修改为一个较大的值
|
||||
archivePaginate = 5
|
||||
|
||||
# The date format to use; for a list of valid formats, see https://gohugo.io/functions/format/
|
||||
dateFormatToUse = "2006-01-02"
|
||||
|
||||
# show word count and read time ? # 是否显示字数统计与阅读时间
|
||||
moreMeta = false
|
||||
|
||||
# 一些全局开关,你也可以在每一篇内容的 front matter 中针对单篇内容关闭或开启某些功能,在 archetypes/default.md 查看更多信息。
|
||||
# Some global options, you can also close or open something in front matter for a single post, see more information from `archetypes/default.md`.
|
||||
toc = true # 是否开启目录
|
||||
autoCollapseToc = false # Auto expand and collapse toc # 目录自动展开/折叠
|
||||
fancybox = true # see https://github.com/fancyapps/fancybox # 是否启用fancybox(图片可点击)
|
||||
mathjax = false # see https://www.mathjax.org/ # 是否使用mathjax(数学公式)
|
||||
mathjaxEnableSingleDollar = false # 是否使用 $...$ 即可進行inline latex渲染
|
||||
|
||||
postMetaInFooter = true # contain author, lastMod, markdown link, license # 包含作者,上次修改时间,markdown链接,许可信息
|
||||
linkToMarkDown = false # Only effective when hugo will output .md files. # 链接到markdown原始文件(仅当允许hugo生成markdown文件时有效)
|
||||
contentCopyright = '<a rel="license noopener" href="https://creativecommons.org/licenses/by-nc-nd/4.0/" target="_blank">CC BY-NC-ND 4.0</a>' # e.g. '<a rel="license noopener" href="https://creativecommons.org/licenses/by-nc-nd/4.0/" target="_blank">CC BY-NC-ND 4.0</a>'
|
||||
|
||||
changyanAppid = "" # Changyan app id # 畅言
|
||||
changyanAppkey = "" # Changyan app key
|
||||
livereUID = "" # LiveRe UID # 来必力
|
||||
baidu_push = true # baidu push # 百度
|
||||
baidu_analytics = "" # Baidu Analytics
|
||||
baidu_verification = "" # Baidu Verification
|
||||
google_verification = "" # Google_Verification # 谷歌
|
||||
|
||||
# Link custom CSS and JS assets
|
||||
# (relative to /static/css and /static/js respectively)
|
||||
customCSS = ["custom.css"]
|
||||
customJS = []
|
||||
|
||||
[params.publicCDN] # load these files from public cdn # 启用公共CDN,需自行定义
|
||||
enable = true
|
||||
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">'
|
||||
gitmentJS = '<script src="https://cdn.jsdelivr.net/npm/gitment@0.0.3/dist/gitment.browser.min.js" crossorigin="anonymous"></script>'
|
||||
gitmentCSS = '<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/gitment@0.0.3/style/default.min.css" crossorigin="anonymous">'
|
||||
fontAwesome = '<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/font-awesome@4.7.0/css/font-awesome.min.css" crossorigin="anonymous">'
|
||||
|
||||
[params.gitment] # Gitment is a comment system based on GitHub issues. see https://github.com/imsun/gitment
|
||||
owner = "" # Your GitHub ID
|
||||
repo = "" # The repo to store comments
|
||||
clientId = "" # Your client ID
|
||||
clientSecret = "" # Your client secret
|
||||
|
||||
[params.gitalk] # Gitalk is a comment system based on GitHub issues. see https://github.com/gitalk/gitalk
|
||||
owner = "" # Your GitHub ID
|
||||
repo = "" # The repo to store comments
|
||||
clientId = "" # Your client ID
|
||||
clientSecret = "" # Your client secret
|
||||
countSign = "条评论"
|
||||
|
||||
[params.disqus]
|
||||
name = "" # disqus_shortname
|
||||
lazy = true # lazy to load disqus
|
||||
|
||||
[params.flowchartDiagrams]# see https://blog.olowolo.com/example-site/post/js-flowchart-diagrams/
|
||||
enable = false
|
||||
options = ""
|
||||
|
||||
[params.sequenceDiagrams] # see https://blog.olowolo.com/example-site/post/js-sequence-diagrams/
|
||||
enable = false
|
||||
options = "" # default: "{theme: 'simple'}"
|
||||
|
||||
[params.busuanzi] # count web traffic by busuanzi # 是否使用不蒜子统计站点访问量
|
||||
enable = false
|
||||
siteUV = true
|
||||
sitePV = true
|
||||
pagePV = true
|
||||
|
||||
[params.reward] # 文章打赏
|
||||
enable = false
|
||||
wechat = "/path/to/your/wechat-qr-code.png" # 微信二维码
|
||||
alipay = "/path/to/your/alipay-qr-code.png" # 支付宝二维码
|
||||
|
||||
[params.social] # 社交链接
|
||||
Email-at = "mailto:yourname@email.com" # 名称-icon图标 = "链接"
|
||||
Twitter-twitter = "http://localhost:1313/"
|
||||
Facebook-facebook = "http://localhost:1313/"
|
||||
Github-github = "http://localhost:1313/"
|
||||
Weibo-weibo = "http://localhost:1313/"
|
||||
Instagram-instagram = "http://localhost:1313/"
|
||||
|
||||
# 将下面这段配置取消注释可以使 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", "JSON"]
|
||||
# page = ["HTML", "MarkDown"]
|
||||
# section = ["HTML", "RSS"]
|
||||
# taxonomy = ["HTML", "RSS"]
|
||||
# taxonomyTerm = ["HTML"]
|
Reference in New Issue
Block a user