This commit is contained in:
despiegk
2022-07-21 05:42:49 +02:00
parent cc1bf59dab
commit b7ab905bc0
4 changed files with 9 additions and 4 deletions

3
build.sh Executable file
View File

@@ -0,0 +1,3 @@
rm rf build
rm rf html
npm run prod:build

2
develop.sh Executable file
View File

@@ -0,0 +1,2 @@
npm run start

View File

@@ -1,6 +1,6 @@
{
"name": "zola_twcss",
"description": "This is a starter set for the [Zola](https://getzola.org) [static site generator (SSG)](https://www.jamstack.org/generators), based on the appearance of my website at [brycewray.com](https://www.brycewray.com).",
"name": "website",
"description": "ThreeFold IO Website",
"private": true,
"scripts": {
"clean": "rimraf public && rimraf static/css",
@@ -11,7 +11,7 @@
"dev:serve": "zola serve",
"build": "NODE_ENV=production npm-run-all clean prod:postcss prod:build",
"prod:postcss": "postcss css/index.css -o ./static/css/index.css --config ./postcss.config.js",
"prod:build": "zola build"
"prod:build": "zola build -o html"
},
"author": "",
"license": "MIT",

File diff suppressed because one or more lines are too long