moving theme to git submodule not hugo module for more flexible

This commit is contained in:
Chris Cochrun 2022-10-31 16:50:10 -05:00
parent cdfbc795e0
commit 4d82226ca7
9 changed files with 7584 additions and 4 deletions

View file

@ -1,6 +1,7 @@
baseURL = 'https://tfcconnection.org/'
languageCode = 'en-us'
title = 'TFC Connection'
theme = "blowfish"
DefaultContentLanguage = "en"
SectionPagesMenu = "main"

View file

@ -1,2 +0,0 @@
[[imports]]
path = "github.com/nunocoracao/blowfish/v2"