The theme Vikunja uses for the website
Go to file
kolaente 51e6c3eff2
continuous-integration/drone/push Build is passing Подробиці
chore: change twitter to x
2023-12-29 12:31:00 +01:00
archetypes Fix archetypes 2021-06-23 22:53:45 +02:00
layouts chore: change twitter to x 2023-12-29 12:31:00 +01:00
src feat: update home page 2022-08-03 17:57:19 +02:00
static feat: update screenshots 2023-07-07 15:43:11 +02:00
.drone.yml feat: add prettier 2022-01-29 18:53:15 +01:00
.gitignore fix: release pipeline 2022-01-29 18:08:19 +01:00
.prettierignore feat: add prettier 2022-01-29 18:53:15 +01:00
.prettierrc feat: add prettier 2022-01-29 18:53:15 +01:00
LICENSE feat: add license 2022-01-29 18:07:20 +01:00
README.md chore: remove sponsor 2023-02-15 11:14:02 +01:00
package.json feat: update home page 2022-08-03 17:57:19 +02:00
tailwind.config.js chore: format 2022-12-23 16:35:30 +01:00
theme.toml Fix all references to main 2021-05-20 16:55:47 +02:00
yarn.lock feat: update home page 2022-08-03 17:57:19 +02: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.