Navigation Menu

Skip to content

fengxia41103/myblog

Repository files navigation

Setup

  1. Install [nvm][3]. Then, nvm install node will install the latest version. Or, do nvm install <versaion>. Use nvm ls-remote to find which versions are available for installation.
  2. Update npm npm install npm@latest -g.
  3. Install bower, npm install -g bower .
  4. Goto theme/feng/statis, and install bower packages bower install.

To build

  1. pelican -r content
  2. make s3_upload or make github.
  3. to build resume from MD format: pandoc -s -t latex -o resume.pdf --pdf-engine=xelatex resume.md

Currently, it's on github. Love it.