Skip to content

nhanb/mkblog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Usage draft:

cd myblogdir
mkblog .  # generates .html files from *.md

Dev

$ sudo pacman -S go entr
$ mkdir sample
$ echo '# Hello world' > sample/index.md
$ make watch