chore: add hugo-flex theme

This commit is contained in:
Rob Watson 2024-11-17 14:01:50 +01:00
parent 736ee4e80a
commit 3b377805aa
4 changed files with 11 additions and 2 deletions

3
.gitignore vendored
View File

@ -1 +1,2 @@
*.lock .hugo_build.lock
/public

3
.gitmodules vendored Normal file
View File

@ -0,0 +1,3 @@
[submodule "themes/hugo-flex"]
path = themes/hugo-flex
url = https://github.com/ldeso/hugo-flex.git

View File

@ -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'

1
themes/hugo-flex Submodule

@ -0,0 +1 @@
Subproject commit 3e5d1d080e1af479372e22199b0bb9e0f6b9920f