mirror of
https://github.com/Sped0n/bridget.git
synced 2026-04-21 13:39:30 -07:00
feat(hugo.toml): add support for theme as a local file and as a module
This commit is contained in:
@@ -1,9 +1,5 @@
|
|||||||
# your website url
|
# your website url
|
||||||
baseURL = 'https://www.example.com/'
|
baseURL = 'https://www.example.com/'
|
||||||
# path to theme directory
|
|
||||||
themesdir = '../..'
|
|
||||||
# theme name
|
|
||||||
theme = 'Bridget'
|
|
||||||
# website title
|
# website title
|
||||||
title = 'Bridget'
|
title = 'Bridget'
|
||||||
# don't touch this
|
# don't touch this
|
||||||
@@ -21,3 +17,12 @@ enableRobotsTXT = true
|
|||||||
# * ja (powered by Noto Sans JP)
|
# * ja (powered by Noto Sans JP)
|
||||||
# * ko (powered by Noto Sans KR)
|
# * ko (powered by Noto Sans KR)
|
||||||
defaultContentLanguage = 'en'
|
defaultContentLanguage = 'en'
|
||||||
|
|
||||||
|
# theme as local file
|
||||||
|
# themesdir = "../.."
|
||||||
|
# theme = "bridget"
|
||||||
|
|
||||||
|
# theme as module
|
||||||
|
[module]
|
||||||
|
[[module.imports]]
|
||||||
|
path = "github.com/Sped0n/bridget"
|
||||||
|
|||||||
Reference in New Issue
Block a user