2020-04-17 19:03:06 +02:00
|
|
|
# New web for nolog.cz
|
2022-10-20 18:42:10 +02:00
|
|
|
|
2022-12-03 20:47:28 +01:00
|
|
|
[![status-badge](https://woodpecker.nolog.cz/api/badges/NoLog.cz/public-web/status.svg)](https://woodpecker.nolog.cz/NoLog.cz/public-web)
|
|
|
|
|
2022-10-20 18:42:10 +02:00
|
|
|
## Prerequisities
|
|
|
|
|
2022-10-21 13:48:07 +02:00
|
|
|
1. [hugo](https://gohugo.io/getting-started/installing/)
|
|
|
|
2. Node.js (for [Tailwind](https://tailwindcss.com/))
|
2022-10-20 18:42:10 +02:00
|
|
|
|
|
|
|
## Setup
|
|
|
|
|
|
|
|
1. Clone repository
|
2022-10-21 13:48:07 +02:00
|
|
|
2. Install node dependencies
|
2022-10-20 18:42:10 +02:00
|
|
|
|
|
|
|
```
|
2022-10-21 13:48:07 +02:00
|
|
|
yarn
|
|
|
|
# or
|
|
|
|
npm install
|
|
|
|
```
|
|
|
|
|
|
|
|
3. Build styles
|
|
|
|
|
|
|
|
```
|
|
|
|
yarn styles:watch
|
2022-10-20 18:42:10 +02:00
|
|
|
```
|
|
|
|
|
|
|
|
3. Start hugo server
|
|
|
|
|
|
|
|
```
|
|
|
|
hugo server -D
|
|
|
|
```
|
|
|
|
|
|
|
|
## Contributors
|
|
|
|
|
|
|
|
- <ondrej@nyv.lt>
|