ivanch.me/README.md

11 lines
183 B
Markdown
Raw Normal View History

2022-12-01 20:22:04 +00:00
# [Personal website](https://ivanch.me)
2022-12-01 20:04:05 +00:00
## Running
1. `git submodule update --init --recursive`
1. `hugo server`
## Build
1. `hugo`
## Add new post
1. `hugo new posts/post-name.md`