Go to file
marc-kbpm 4286641ec6 alfa 2022-12-02 19:28:05 +01:00
archetypes alfa 2022-12-02 19:28:05 +01:00
assets/css alfa 2022-12-02 19:28:05 +01:00
content alfa 2022-12-02 19:28:05 +01:00
static adds font and icons 2022-12-02 13:09:19 +01:00
themes/main-theme alfa 2022-12-02 19:28:05 +01:00
.gitignore alfa 2022-12-02 19:28:05 +01:00
README.md alfa 2022-12-02 19:28:05 +01:00
config.toml alfa 2022-12-02 19:28:05 +01:00
dev.sh alfa 2022-12-02 19:28:05 +01:00
tailwind.config.js alfa 2022-12-02 19:28:05 +01:00
tailwindcss alfa 2022-12-02 19:28:05 +01:00

README.md

README

This project uses the Hugo framework and Tailwind css for as CSS library.

For local development

Hugo

See the Hugo development commands https://gohugo.io/getting-started/usage/#develop-and-test-your-site

Tailwind

As (for now) we are not using any node npm packages for the frontend that's why we are using the Standalone CLI of Tailwind. If it turns out we need more packages we might switch to npm, but for now we are trying to avoid it.

To use Tailwind Standalone CLI please follow these instructions. It depends on your OS what executable you need to download.

(If we need to switch to NPM checkout this setup: https://github.com/arthaud-proust-pro/hugo-tailwind)

All together

There is a bash script to run all local development scripts.

You might need to give the file permission first with chmod +x ./dev.hs.

Then run bash dev.hs. This fires up the local Hugo server and Tailwind.