metaknoten / knotentheme

Grav theme for metaknoten.net
https://www.metaknoten.net
MIT License
0 stars 0 forks source link

Knotentheme

A Grav theme for metaknoten.net

Instructions

Run

npm install to setup tailwind and required plugins

Development:

npm run build for single time compiling npm run watch for constant development (currently not working due to #4)

Production:

npm run prod for production compiling. Don't forget to turn on production mode in the theme config

Deployment

The Github action ensures that the theme get's published to the corresponding webspace. It runs npm install && npm run prod

Plugins installed