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

kstm-su/blog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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