github pages with Hugo.
hugo new post/articlefile.md
build posts with local server. (including draft)
make serve
build posts for publish article (exclude draft)
make pub