Skip to content
This repository was archived by the owner on Nov 17, 2021. It is now read-only.

Latest commit

 

History

History
24 lines (16 loc) · 309 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 309 Bytes

kstm blog

Build Status

how to post

generate

hugo new posts/new-post.md

edit

vim content/posts/new-post.md

deploy

git commit -m 'Write new post'
git push