Sources of my personal vCard site about-orkan.de.
Layout files can be found in _layout
folder and can help to quickly test the design. It is a modified Tailwind CSS Playground clone.
# install stuff
npm install
# dev
npm run serve
# prod
npm run production
npm install -g postcss-cli
npm install -g autoprefixer
# dev
hugo server --disableFastRender
# prod
hugo --minify -v