This commit is contained in:
2025-08-18 18:41:24 -03:00
commit 1f9fe6c1d3
128 changed files with 6499 additions and 0 deletions

16
README.md Executable file
View File

@@ -0,0 +1,16 @@
# [Personal blogging](https://blog.ivanch.me)
This will be eventually migrated to an embedded page on my website.
# Local dev (notes for myself really)
## Running
1. `git submodule update --init --recursive`
1. `hugo server`
## Build
1. `hugo`
## Add new post
1. `hugo new posts/post-name.md`