Compare commits

...

1 Commits

Author SHA1 Message Date
Gaël Depreeuw b9e1142835
Add gitea icon 4 years ago
  1. 9
      config.toml
  2. 2
      themes/even

@ -6,7 +6,7 @@ preserveTaxonomyNames = true
enableRobotsTXT = true enableRobotsTXT = true
enableEmoji = true enableEmoji = true
theme = "even" theme = "even"
enableGitInfo = false # use git commit log to generate lastmod record enableGitInfo = true # use git commit log to generate lastmod record
# Syntax highlighting by Chroma. NOTE: Don't enable `highlightInClient` and `chroma` at the same time! # Syntax highlighting by Chroma. NOTE: Don't enable `highlightInClient` and `chroma` at the same time!
pygmentsOptions = "linenos=table" pygmentsOptions = "linenos=table"
@ -53,11 +53,11 @@ copyright = "Gaël Depreeuw"
since = "2020" since = "2020"
# use public git repo url to link lastmod git commit, enableGitInfo should be true. # use public git repo url to link lastmod git commit, enableGitInfo should be true.
# 指定 git 仓库地址,可以生成指向最近更新的 git commit 的链接,需要将 enableGitInfo 设置成 true. # 指定 git 仓库地址,可以生成指向最近更新的 git commit 的链接,需要将 enableGitInfo 设置成 true.
gitRepo = "" gitRepo = "https://gitea.depreeuw.dev/Mithror/main-site"
# site info (optional) # 站点信息(可选,不需要的可以直接注释掉) # site info (optional) # 站点信息(可选,不需要的可以直接注释掉)
logoTitle = "Gaël Depreeuw" # default: the title value # 默认值: 上面设置的title值 logoTitle = "Gaël Depreeuw" # default: the title value # 默认值: 上面设置的title值
keywords = ["Hugo", "theme","even"] keywords = ["git", "blog","hugo", "even"]
description = "Gaël Depreeuw's personal site" description = "Gaël Depreeuw's personal site"
# paginate of archives, tags and categories # 归档、标签、分类每页显示的文章数目,建议修改为一个较大的值 # paginate of archives, tags and categories # 归档、标签、分类每页显示的文章数目,建议修改为一个较大的值
@ -182,7 +182,7 @@ copyright = "Gaël Depreeuw"
# d-facebook = "http://localhost:1313" # d-facebook = "http://localhost:1313"
# e-linkedin = "http://localhost:1313" # e-linkedin = "http://localhost:1313"
# f-google = "http://localhost:1313" # f-google = "http://localhost:1313"
# g-github = "http://localhost:1313" g-github = "https://github.com/Mithror"
# h-weibo = "http://localhost:1313" # h-weibo = "http://localhost:1313"
# i-zhihu = "http://localhost:1313" # i-zhihu = "http://localhost:1313"
# j-douban = "http://localhost:1313" # j-douban = "http://localhost:1313"
@ -191,6 +191,7 @@ copyright = "Gaël Depreeuw"
# m-instagram = "http://localhost:1313" # m-instagram = "http://localhost:1313"
# n-gitlab = "http://localhost:1313" # n-gitlab = "http://localhost:1313"
# o-bilibili = "http://localhost:1313" # o-bilibili = "http://localhost:1313"
g-gitea = "https://gitea.depreeuw.dev/Mithror"
# See https://gohugo.io/about/hugo-and-gdpr/ # See https://gohugo.io/about/hugo-and-gdpr/
[privacy] [privacy]

@ -1 +1 @@
Subproject commit da4320e8a56343ad37a4604e61915675fa18a270 Subproject commit 23a00cd9ecab7c739e1be270e79a4026a0b7a060
Loading…
Cancel
Save