Skip to content
This repository has been archived by the owner on May 29, 2021. It is now read-only.

Latest commit

 

History

History
33 lines (19 loc) · 664 Bytes

README.md

File metadata and controls

33 lines (19 loc) · 664 Bytes

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