mirror of
https://github.com/ivanch/blog.ivanch.me.git
synced 2026-02-14 10:18:27 +00:00
re-init
This commit is contained in:
16
README.md
Executable file
16
README.md
Executable 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`
|
||||
Reference in New Issue
Block a user