Moved to https://github.com/calvinbui/calvin.me
Source files for my website https://calvin.me.
Makes use of GitHub pages and Jekyll.
Runs over a customised Jekyll Now theme
Will require Ruby and Bundler installed.
Run bundler install
to get the latest packages.
To execute, run bundle exec jekyll serve [--incremental] [--drafts] [--host 0.0.0.0]
. Otherwise run the scripts in the scripts
folder.
Install dependencies:
npm install
Comment out the current critical-css
in default.html
Run the gulp script:
gulp