No description
Find a file
2023-03-01 16:16:03 +01:00
.vscode Style homepage 2022-10-24 02:14:59 +02:00
archetypes Style HP 2022-10-20 23:26:03 +02:00
assets Fix logo size on Safari 2022-11-09 17:25:24 +01:00
content kanarek kosmeticke upravy 2023-02-02 00:25:33 +01:00
i18n Improve button accessibility 2022-11-18 18:32:24 +01:00
layouts Improve accessibility 2023-03-01 16:16:03 +01:00
scripts Move theme to project & remove styles 2022-10-20 19:39:49 +02:00
static kanarek unor 2023 2023-02-02 00:23:14 +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 Enable Woodpecker auto deploy 2022-12-03 20:45:23 +01: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 Update yarn 2022-11-29 12:35:24 +01:00
podcast.md Move theme to project & remove styles 2022-10-20 19:39:49 +02:00
README.md Update 'README.md' 2022-12-03 20:47:28 +01:00
tailwind.config.js Implement dark mode switch (#7) 2022-10-24 03:43:56 +02:00
yarn.lock Update yarn 2022-11-29 12:35:24 +01:00

New web for nolog.cz

status-badge

Prerequisities

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

Setup

  1. Clone repository
  2. Install node dependencies
yarn
# or
npm install
  1. Build styles
yarn styles:watch
  1. Start hugo server
hugo server -D

Contributors