No description
Find a file
2022-11-02 21:37:52 +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 ticker style bug 2022-11-02 21:37:52 +01:00
content Make homepage content internationalizable 2022-10-27 19:08:43 +02:00
i18n Move theme to project & remove styles 2022-10-20 19:39:49 +02:00
layouts Fix ticker style bug 2022-11-02 21:37:52 +01:00
scripts Move theme to project & remove styles 2022-10-20 19:39:49 +02:00
static Add theme colors 2022-10-30 21:24:10 +01: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 ticker fix url 2022-11-02 21:16:37 +01:00
package.json Style homepage 2022-10-24 02:14:59 +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 Implement dark mode switch (#7) 2022-10-24 03:43:56 +02:00
yarn.lock Style homepage 2022-10-24 02:14:59 +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