Skip to content

bwlng/hugo-template

Repository files navigation

BWLNG Hugo Template

Setup

Run npm install to install dev dependencies

Local development

Start the dev server:

docker run --rm -it   -v $(pwd):/src   -p 1313:1313   klakegg/hugo:0.91.0   serve

Compile Tailwind styles as files are changed:

node npx tailwindcss -i ./src/css/styles.css -o ./static/css/styles.css --watch

Build for production

Compile CSS:

node npx tailwindcss  -i ./src/css/styles.css  -o ./static/css/styles.css --minify

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published