This repository has been archived on 2024-07-02. You can view files and clone it, but cannot push or open issues or pull requests.
Go to file
konrad b786cd5887
Some checks failed
continuous-integration/drone/push Build is failing
fix: spelling in readme (#7)
Reviewed-on: #7
2024-06-19 13:56:04 +00: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
package.json feat: update home page 2022-08-03 17:57:19 +02:00
README.md fix: spelling in readme 2024-06-18 21:50:54 +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

Vikunja Theme

Build Status

This repo provides the hugo theme for the vikunja.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.