if1live.github.io blog content
# build single maya markdown
cd content/posts/sample/maya-test/maya
# by bash
maya-cli -mode=hugo -file=document.mkdn -output=../index.md
# by powrshell
maya-cli -mode=hugo -file="document.mkdn" -output="../index.md"or write plain markdown.
hugo serve mkdir -p output
cd output
openssl genrsa 1024 > key.pem
openssl req -x509 -new -key key.pem > cert.pem
cd ..