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

10
package.json Normal file
View 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"
}
}