/calvin.me-jekyll

:bookmark_tabs: My blog running on Jekyll using GitHub Pages

Primary LanguageSCSS

Moved to https://github.com/calvinbui/calvin.me

calvin.me

Source files for my website https://calvin.me.

Makes use of GitHub pages and Jekyll.

Runs over a customised Jekyll Now theme

Running

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.

Generate Critical CSS

Install dependencies:

npm install

Comment out the current critical-css in default.html

Run the gulp script:

gulp