nudles/nudles.github.io
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
# Homepage source code ## Set up 1. Install npm and hexo following [hexo doc](https://hexo.io/docs/) 2. git clone this repo and the submodules git clone git submodule update --init --recursive 3. install packages npm install hexo -g npm install npm remove hexo-generator-index npm install hexo-deployer-rsync --save ## Build hexo generate ## Deploy to sunfire hexo deploy Need to type in the ssh login password. NOTE: Travis is not set up correctly.