mirror of
https://github.com/ivanch/blog.ivanch.me.git
synced 2025-08-25 17:01:49 +00:00
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` |