moving theme to git submodule not hugo module for more flexible
This commit is contained in:
parent
cdfbc795e0
commit
4d82226ca7
3774
assets/compiled/main.css
Normal file
3774
assets/compiled/main.css
Normal file
File diff suppressed because it is too large
Load diff
3793
assets/css/compiled/main.css
Normal file
3793
assets/css/compiled/main.css
Normal file
File diff suppressed because it is too large
Load diff
|
@ -1,6 +1,7 @@
|
||||||
baseURL = 'https://tfcconnection.org/'
|
baseURL = 'https://tfcconnection.org/'
|
||||||
languageCode = 'en-us'
|
languageCode = 'en-us'
|
||||||
title = 'TFC Connection'
|
title = 'TFC Connection'
|
||||||
|
theme = "blowfish"
|
||||||
|
|
||||||
DefaultContentLanguage = "en"
|
DefaultContentLanguage = "en"
|
||||||
SectionPagesMenu = "main"
|
SectionPagesMenu = "main"
|
||||||
|
|
|
@ -1,2 +0,0 @@
|
||||||
[[imports]]
|
|
||||||
path = "github.com/nunocoracao/blowfish/v2"
|
|
|
@ -16,3 +16,5 @@ Our vision is to change the world from the heart of America by providing discipl
|
||||||
We do that by, connecting teens with the truth of Jesus Christ…teaching and equipping them to live out the Great Commission.
|
We do that by, connecting teens with the truth of Jesus Christ…teaching and equipping them to live out the Great Commission.
|
||||||
|
|
||||||
{{< disciplemaking >}}
|
{{< disciplemaking >}}
|
||||||
|
|
||||||
|
{{< disciplemaking-tw >}}
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
<h2>Disciplemaking</h2>
|
<h2>Disciplemaking</h2>
|
||||||
TFC’s core value is to follow the example of Jesus whose strategy of disciplemaking allowed Him to minister to all levels of spiritual interest at all times.
|
TFC’s core value is to follow the example of Jesus whose strategy of disciplemaking allowed Him to minister to all levels of spiritual interest at all times.
|
||||||
|
|
||||||
<div class="grid grid-cols-4 gap-4 md:grid-cols-2 md:container sm:grid-cols-1">
|
<div class="columns-4 md:columns-2 sm:columns-1">
|
||||||
<div class="w-full ">
|
<div class="w-full">
|
||||||
<h2>Lost and Seeking</h2>
|
<h2>Lost and Seeking</h2>
|
||||||
<ul>
|
<ul>
|
||||||
<li>The World</li>
|
<li>The World</li>
|
||||||
|
|
10
package.json
Normal file
10
package.json
Normal file
|
@ -0,0 +1,10 @@
|
||||||
|
{
|
||||||
|
"name": "tfcconnection",
|
||||||
|
"version": "1.0.0",
|
||||||
|
"description": "",
|
||||||
|
"scripts": {
|
||||||
|
"server": "hugo server --noHTTPCache ",
|
||||||
|
"dev": "NODE_ENV=development ./themes/blowfish/node_modules/tailwindcss/lib/cli.js -c ./themes/blowfish/tailwind.config.js -i ./themes/blowfish/assets/css/main.css -o ./assets/css/compiled/main.css --jit -w",
|
||||||
|
"build": "NODE_ENV=production ./themes/blowfish/node_modules/tailwindcss/lib/cli.js -c ./themes/blowfish/tailwind.config.js -i ./themes/blowfish/assets/css/main.css -o ./assets/css/compiled/main.css --jit"
|
||||||
|
}
|
||||||
|
}
|
|
@ -9,6 +9,7 @@ mkShell rec {
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
hugo
|
hugo
|
||||||
go
|
go
|
||||||
|
nodejs
|
||||||
];
|
];
|
||||||
|
|
||||||
shellHook = ''
|
shellHook = ''
|
||||||
|
|
1
themes/blowfish
Submodule
1
themes/blowfish
Submodule
|
@ -0,0 +1 @@
|
||||||
|
Subproject commit d2dcbf883005f5504fd183e7e016c78ed83cd0c4
|
Loading…
Reference in a new issue