No description
Find a file
2024-06-19 23:01:19 +02: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 Fix & chore 2023-08-30 21:30:27 +02:00
content fix english translations 2024-06-19 23:01:19 +02:00
i18n fix english translations 2024-06-19 23:01:19 +02:00
layouts fix english translations 2024-06-19 23:01:19 +02:00
scripts Move theme to project & remove styles 2022-10-20 19:39:49 +02:00
static Canary 05/24 2024-06-11 11:01:52 +02: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 build action 2023-08-31 09:09:26 +02:00
.yarnrc.yml Update yarn 2022-11-29 12:35:24 +01:00
config.yaml en translation 2022-11-03 09:41:51 +01:00
package.json Fix & chore 2023-08-30 21:30:27 +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 Add turbo 2023-04-10 12:26:17 +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