From aaffd5e682f75f01219d9cd82c26f33b3a5157d4 Mon Sep 17 00:00:00 2001 From: kolaente Date: Sat, 29 Jan 2022 18:07:39 +0100 Subject: [PATCH] feat: add readme --- README.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..858c65b --- /dev/null +++ b/README.md @@ -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.