mirror of https://github.com/ivanch/ivanch.me.git
11 lines
175 B
Markdown
11 lines
175 B
Markdown
|
# [Personal website](ivanch.me)
|
||
|
|
||
|
## Running
|
||
|
1. `git submodule update --init --recursive`
|
||
|
1. `hugo server`
|
||
|
|
||
|
## Build
|
||
|
1. `hugo`
|
||
|
|
||
|
## Add new post
|
||
|
1. `hugo new posts/post-name.md`
|