theme/README.md
2023-02-15 11:14:02 +01:00

446 B

Vikunja Theme

Build Status

This repo provides the hugo theme for the vikunj.io website, docs and blog.

Building

You need nodejs 16 and yarn v1.

yarn # install all dependencies
yarn prod
yarn clean
yarn release

Will give you the theme in a tar file in the dist/ folder.