Thanks for checking it out. Here's how you can download and build it:
$ git clone https://github.com/fanny-jiang/portfolio.git
- Install Hugo
$ brew install hugo
$ hugo version # to verify your new install
- Run server
$ hugo server # auto-compiles as you work
- Template lives in
/layouts/index.html - Config vars and content go in
/config.toml - Static files go in
/static - Themes live in
/themes # duh - Meta info stuff go in
/content - Compiled project ends up in
/public
- Install Firebase
$ npm install -g firebase-tools
- Login to Firebase Google Account
$ firebase login
- Deploy to Firebase
$ hugo && firebase deploy # yay