Category: Uncategorized

  • Hexo blog framework

    Hexo is a fast, simple and powerful blog framework. You write posts in Markdown (or other markup languages) and Hexo generates static files with a beautiful theme in seconds. Ref: https://hexo.io/docs/

    Installation

    According to Hexo blog framework website, it only takes a few minutes to set up Hexo.

    Requirements

    Installing Hexo is quite easy and only requires the following beforehand:

    • Node.js (Should be at least Node.js 10.13, recommends 12.0 or higher)
    • Git

    Install Hexo

    Once all the requirements are installed, you can install Hexo with npm:

    $ npm install -g hexo-cli

    Trying Hexo on Android phone using Termux

    Run the following commands from $HOME directory.

    • npm install hexo-cli -g
    • hexo init blog
    • cd blog
    • npm install
    • hexo server