24 lines
302 B
Markdown
24 lines
302 B
Markdown
# New web for nolog.cz
|
|
|
|
## Prerequisities
|
|
|
|
1. [Install hugo](https://gohugo.io/getting-started/installing/)
|
|
|
|
## Setup
|
|
|
|
1. Clone repository
|
|
2. Pull submodule with theme
|
|
|
|
```
|
|
git submodule update --init
|
|
```
|
|
|
|
3. Start hugo server
|
|
|
|
```
|
|
hugo server -D
|
|
```
|
|
|
|
## Contributors
|
|
|
|
- <ondrej@nyv.lt>
|