Add gitea icon

Gaël Depreeuw 4 years ago
parent e1c1ed455d
commit 7490d267b7
Signed by: Mithror
GPG Key ID: 8AB218ABA4867F78
  1. 9
      config.toml
  2. 2
      themes/even

@ -6,7 +6,7 @@ preserveTaxonomyNames = true
enableRobotsTXT = true
enableEmoji = true
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!
pygmentsOptions = "linenos=table"
@ -53,11 +53,11 @@ copyright = "Gaël Depreeuw"
since = "2020"
# use public git repo url to link lastmod git commit, enableGitInfo should be true.
# 指定 git 仓库地址,可以生成指向最近更新的 git commit 的链接,需要将 enableGitInfo 设置成 true.
gitRepo = ""
gitRepo = "https://gitea.depreeuw.dev/Mithror/main-site"
# site info (optional) # 站点信息(可选,不需要的可以直接注释掉)
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"
# paginate of archives, tags and categories # 归档、标签、分类每页显示的文章数目,建议修改为一个较大的值
@ -182,7 +182,7 @@ copyright = "Gaël Depreeuw"
# d-facebook = "http://localhost:1313"
# e-linkedin = "http://localhost:1313"
# f-google = "http://localhost:1313"
# g-github = "http://localhost:1313"
g-github = "https://github.com/Mithror"
# h-weibo = "http://localhost:1313"
# i-zhihu = "http://localhost:1313"
# j-douban = "http://localhost:1313"
@ -191,6 +191,7 @@ copyright = "Gaël Depreeuw"
# m-instagram = "http://localhost:1313"
# n-gitlab = "http://localhost:1313"
# o-bilibili = "http://localhost:1313"
g-gitea = "https://gitea.depreeuw.dev/Mithror"
# See https://gohugo.io/about/hugo-and-gdpr/
[privacy]

@ -1 +1 @@
Subproject commit da4320e8a56343ad37a4604e61915675fa18a270
Subproject commit 77aeda4f0f795fd38528eee9fd684cf17540131e
Loading…
Cancel
Save