This commit is contained in:
parent
9579c3de1a
commit
eaf9ac8e5e
3
.gitmodules
vendored
3
.gitmodules
vendored
@ -4,3 +4,6 @@
|
|||||||
[submodule "content/themes/hugo-theme-pixyll"]
|
[submodule "content/themes/hugo-theme-pixyll"]
|
||||||
path = content/themes/hugo-theme-pixyll
|
path = content/themes/hugo-theme-pixyll
|
||||||
url = https://github.com/azmelanar/hugo-theme-pixyll
|
url = https://github.com/azmelanar/hugo-theme-pixyll
|
||||||
|
[submodule "content/themes/hextra"]
|
||||||
|
path = content/themes/hextra
|
||||||
|
url = https://github.com/imfing/hextra
|
||||||
|
@ -1,11 +0,0 @@
|
|||||||
baseURL = 'https://example.org/'
|
|
||||||
languageCode = 'en-us'
|
|
||||||
title = 'Minimal Setups'
|
|
||||||
theme = "ananke"
|
|
||||||
# theme = "hugo-theme-pixyll"
|
|
||||||
sectionPagesMenu = "main"
|
|
||||||
googleAnalystics = ""
|
|
||||||
|
|
||||||
[params]
|
|
||||||
# site_logo = "logo.png"
|
|
||||||
|
|
17
content/hugo.yaml
Normal file
17
content/hugo.yaml
Normal file
@ -0,0 +1,17 @@
|
|||||||
|
baseURL: "https://example.org/"
|
||||||
|
languageCode: "en-us"
|
||||||
|
title: "Minimal Setups"
|
||||||
|
# theme: "ananke"
|
||||||
|
theme: "hextra"
|
||||||
|
sectionPagesMenu: "main"
|
||||||
|
googleAnalystics: ""
|
||||||
|
|
||||||
|
params:
|
||||||
|
# site_logo: "logo.png"
|
||||||
|
search:
|
||||||
|
enable: true
|
||||||
|
type: flexsearch
|
||||||
|
flexsearch:
|
||||||
|
index: content
|
||||||
|
tokenize: forward
|
||||||
|
|
3
content/i18n/en.yaml
Normal file
3
content/i18n/en.yaml
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
copyright: "blablabla"
|
||||||
|
poweredBy: "blublublu"
|
||||||
|
|
1
content/themes/hextra
Submodule
1
content/themes/hextra
Submodule
@ -0,0 +1 @@
|
|||||||
|
Subproject commit a933f464f57ce81898f4b1adfefeb3167e1ff6e7
|
Loading…
x
Reference in New Issue
Block a user