chore: add hugo-flex theme
This commit is contained in:
parent
736ee4e80a
commit
3b377805aa
|
@ -1 +1,2 @@
|
||||||
*.lock
|
.hugo_build.lock
|
||||||
|
/public
|
||||||
|
|
|
@ -0,0 +1,3 @@
|
||||||
|
[submodule "themes/hugo-flex"]
|
||||||
|
path = themes/hugo-flex
|
||||||
|
url = https://github.com/ldeso/hugo-flex.git
|
|
@ -1,3 +1,7 @@
|
||||||
baseURL = 'https://example.org/'
|
baseURL = 'https://example.org/'
|
||||||
languageCode = 'en-us'
|
languageCode = 'en-us'
|
||||||
title = 'My New Hugo Site'
|
title = 'netflux.io blog'
|
||||||
|
theme = 'hugo-flex'
|
||||||
|
|
||||||
|
[params]
|
||||||
|
color = '#016f21'
|
||||||
|
|
|
@ -0,0 +1 @@
|
||||||
|
Subproject commit 3e5d1d080e1af479372e22199b0bb9e0f6b9920f
|
Loading…
Reference in New Issue