feat: add readme

This commit is contained in:
kolaente 2022-01-29 18:07:39 +01:00
parent 1061f1dad6
commit aaffd5e682
Signed by: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 18 additions and 0 deletions

18
README.md Normal file
View File

@ -0,0 +1,18 @@
# Vikunja Theme
[![Build Status](https://drone.kolaente.de/api/badges/vikunja/theme/status.svg)](https://drone.kolaente.de/vikunja/theme)
This repo provides the [hugo](https://gohugo.io) theme for the [vikunj.io](https://vikunj.io) website, docs and blog.
## Building
You need nodejs 16 and yarn v1.
```bash
yarn # install all dependencies
yarn prod
yarn clean
yarn release
```
Will give you the theme in a tar file in the `dist/` folder.