Khadas documentation
Getting started
Install Git:
$ sudo apt-get install git-core
Install nvm:
$ wget -qO- https://raw.githubusercontent.com/nvm-sh/nvm/v0.35.3/install.sh | bash
Reload environment profile:
$ source ~/.bashrc
install node.js:
$ nvm install v10.20
Install dependencies:
$ git clone https://github.com/khadas/khadas_docs.git
$ cd khadas_docs
$ npm install
$ npm install hexo-cli -g
Generate:
$ hexo generate
Run server:
$ hexo server