theme/README.md

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.