Translation and git stuff

This commit is contained in:
2022-12-01 17:04:05 -03:00
parent 27a31a4fe4
commit 53f2bad60c
3 changed files with 32 additions and 18 deletions

11
README.md Normal file
View File

@@ -0,0 +1,11 @@
# [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`