No description
This repository has been archived on 2022-12-03. You can view files and clone it, but cannot push or open issues or pull requests.
Find a file
2022-10-21 15:41:43 +02:00
archetypes Style HP 2022-10-20 23:26:03 +02:00
assets Add links to service cards (closes #11) 2022-10-21 15:41:43 +02:00
content Fix services 2022-10-21 12:56:21 +02:00
i18n Move theme to project & remove styles 2022-10-20 19:39:49 +02:00
layouts Add links to service cards (closes #11) 2022-10-21 15:41:43 +02:00
scripts Move theme to project & remove styles 2022-10-20 19:39:49 +02:00
static Style HP 2022-10-20 23:26:03 +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 WIP 2022-10-21 11:06:50 +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-21 13:48:07 +02:00
tailwind.config.js Add fallback font 2022-10-21 14:28:48 +02:00
yarn.lock Add tailwind 2022-10-20 19:51:21 +02:00

New web for nolog.cz

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