You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
446 B
Markdown
20 lines
446 B
Markdown
# Vikunja Theme
|
|
|
|
[](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.
|
|
|