mirror of
https://github.com/ivanch/ivanch.me.git
synced 2025-04-12 20:23:40 +00:00
11 lines
183 B
Markdown
Executable File
11 lines
183 B
Markdown
Executable File
# [Personal website](https://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` |