mirror of
https://github.com/HEIGE-PCloud/DoIt
synced 2025-04-29 15:47:31 +08:00
Initialise theme as hugo module (#1022)
This commit is contained in:
parent
93de4ad9e4
commit
dba75d081b
@ -2,13 +2,6 @@ baseURL = "https://hugodoit.pages.dev"
|
||||
# [en, zh-cn, fr, pl, ...] determines default content language
|
||||
# [en, zh-cn, fr, pl, ...] 设置默认的语言
|
||||
defaultContentLanguage = "en"
|
||||
# theme
|
||||
# 主题
|
||||
theme = "DoIt"
|
||||
# themes directory
|
||||
# 主题目录
|
||||
themesDir = "../.."
|
||||
|
||||
# website title
|
||||
# 网站标题
|
||||
title = "DoIt"
|
||||
@ -26,3 +19,15 @@ enableEmoji = true
|
||||
# ignore some build errors
|
||||
# 忽略一些构建错误
|
||||
# ignoreErrors = ["error-remote-getjson", "error-missing-instagram-accesstoken"]
|
||||
|
||||
# theme
|
||||
# 主题
|
||||
theme = "DoIt"
|
||||
# themes directory
|
||||
# 主题目录
|
||||
themesDir = "../.."
|
||||
|
||||
# Or, when using theme as hugo module
|
||||
# [module]
|
||||
# [[module.imports]]
|
||||
# path = "github.com/HEIGE-PCloud/DoIt"
|
||||
|
Loading…
x
Reference in New Issue
Block a user