No description
Find a file
2022-10-20 19:51:21 +02:00
archetypes Move theme to project & remove styles 2022-10-20 19:39:49 +02:00
assets Add tailwind 2022-10-20 19:51:21 +02:00
content Update 'content/cs/support.md' 2022-10-19 15:50:05 +02:00
i18n Move theme to project & remove styles 2022-10-20 19:39:49 +02:00
layouts Add tailwind 2022-10-20 19:51:21 +02:00
scripts Move theme to project & remove styles 2022-10-20 19:39:49 +02:00
static Move theme to project & remove styles 2022-10-20 19:39:49 +02:00
.editorconfig Add tailwind 2022-10-20 19:51:21 +02:00
.gitignore Add tailwind 2022-10-20 19:51:21 +02:00
.gitmodules new web. Old is in separate branch 'old-web' 2020-04-12 22:16:39 +02:00
config.yaml Move theme to project & remove styles 2022-10-20 19:39:49 +02:00
package.json Add tailwind 2022-10-20 19:51:21 +02:00
podcast.md Move theme to project & remove styles 2022-10-20 19:39:49 +02:00
README.md Update readme 2022-10-20 18:42:10 +02:00
tailwind.config.js Add tailwind 2022-10-20 19:51:21 +02:00
yarn.lock Add tailwind 2022-10-20 19:51:21 +02:00

New web for nolog.cz

Prerequisities

  1. Install hugo

Setup

  1. Clone repository
  2. Pull submodule with theme
git submodule update --init
  1. Start hugo server
hugo server -D

Contributors