No description
Find a file
mdivecky 54da9d40d5
Some checks failed
/ build (push) Has been cancelled
Update content/en/contact.md
2025-01-21 10:42:09 +01:00
.forgejo/workflows Move to clean alpine 2024-12-02 15:49:54 +01:00
.vscode Style homepage 2022-10-24 02:14:59 +02:00
archetypes Add support for "other services" 2023-05-06 11:32:33 +02:00
assets add progress bar to fundraising page 2024-12-14 21:50:17 +01:00
content Update content/en/contact.md 2025-01-21 10:42:09 +01:00
i18n Text changes on new homepage 2024-07-16 12:49:28 +02:00
layouts fix 2024-12-14 22:31:05 +01:00
scripts Move theme to project & remove styles 2022-10-20 19:39:49 +02:00
static Add gifs/mp4 to 2025 fundraising 2024-12-15 11:24:29 +01:00
.editorconfig Add tailwind 2022-10-20 19:51:21 +02:00
.gitignore Update yarn 2022-11-29 12:35:24 +01:00
.gitmodules new web. Old is in separate branch 'old-web' 2020-04-12 22:16:39 +02:00
.woodpecker.yml fix woodpecker? 2024-11-01 18:50:40 +01:00
.yarnrc.yml Update yarn 2022-11-29 12:35:24 +01:00
config.yaml Update Plausible URL 2024-12-03 13:36:17 +01:00
package.json Update home page 2024-07-16 03:19:06 +02:00
podcast.md Move theme to project & remove styles 2022-10-20 19:39:49 +02:00
README.md Fix & chore 2023-08-30 21:30:27 +02:00
tailwind.config.js Implement dark mode switch (#7) 2022-10-24 03:43:56 +02:00
yarn.lock Update home page 2024-07-16 03:19:06 +02:00

New web for nolog.cz

status-badge

Prerequisities

  1. hugo
  2. Node.js (for Tailwind)

Development setup

Install dependencies:

npm i

Start development server (Starts Hugo and Tailwindcss):

npm run dev

Contributors