forked from NoLog.cz/public-web
No description
archetypes | ||
assets | ||
content | ||
i18n | ||
layouts | ||
scripts | ||
static | ||
.editorconfig | ||
.gitignore | ||
.gitmodules | ||
config.yaml | ||
package.json | ||
podcast.md | ||
README.md | ||
tailwind.config.js | ||
yarn.lock |
New web for nolog.cz
Prerequisities
Setup
- Clone repository
- Install node dependencies
yarn
# or
npm install
- Build styles
yarn styles:watch
- Start hugo server
hugo server -D