Startup
Please follow the guide on hexo official documents
Some good guides in Chinese are(很好的中文教程):
-
I use deck.js to render slides.
Supporting Asciidoctor
-
install
asciidoctor.js
cd /path/to/hexo-site-dir/ npm install asciidoctor.js --save
-
install
hexo-renderer-asciidoc
cd /path/to/hexo-site-dir/ npm install hexo-renderer-asciidoc --save