Skip to content

tsdtsdtsd/about-orkan.de

Repository files navigation

about-orkan.de

Sources of my personal vCard site about-orkan.de.

Layout

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

Hugo Tailwind Starter

npm install -g postcss-cli
npm install -g autoprefixer

# dev
hugo server --disableFastRender

# prod
hugo --minify -v