The theme Vikunja uses for the website
Go to file
kolaente 1d65f4b12a
continuous-integration/drone/push Build is failing Details
fix: release pipeline
2022-01-29 18:08:19 +01:00
archetypes Fix archetypes 2021-06-23 22:53:45 +02:00
layouts feat: mobile menu for docs menu 2022-01-29 18:00:12 +01:00
src fix: warning notification 2022-01-29 17:28:06 +01:00
static feat: home page looks better now 2022-01-29 14:57:29 +01:00
.drone.yml fix: release pipeline 2022-01-29 18:08:19 +01:00
.gitignore fix: release pipeline 2022-01-29 18:08:19 +01:00
LICENSE feat: add license 2022-01-29 18:07:20 +01:00
README.md feat: add readme 2022-01-29 18:07:39 +01:00
gulpfile.js Fix all references to main 2021-05-20 16:55:47 +02:00
package.json fix: release pipeline 2022-01-29 18:08:19 +01:00
tailwind.config.js feat: blog post styling 2022-01-29 16:55:26 +01:00
theme.toml Fix all references to main 2021-05-20 16:55:47 +02:00
yarn.lock feat: add newsletter subscription form 2022-01-29 14:17:06 +01:00

README.md

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.