Overview
Hexo is a “fast, simple, and powerful blog framework.” It’s designed to be extensible, including APIs for incorporating third-party template engines and NPM packages (Babel, PostCSS, Less/Sass, etc).
Topic | Hexo |
---|---|
Language | JavaScript |
Markup | AsciiDoc, Markdown |
Templating | Swig |
Markup
Hexo supports Markdown through an officially-maintained plugin for
markdown-it
(a CommonMark-compliant parser) and AsciiDoc through a third-party plugin.