See the live version: dacubeking.com
- You will need ruby installed on your machine.
- You may also need to install bundler which can be done with
gem install bundler
. - The rest of the ruby dependencies can be installed with
bundle install
. - With node.js installed, run
npm install
to install the node dependecies. - Preview the site with
bundle exec jekyll serve
.
Note: When running the site locally you may notice that some preloads will fail. This is expected and the resulting errors can be ignored. I'm using Cloudflare Fonts which automatically replaces Google Fonts with proxied version from Cloudfare on the production website.
- Using Jekyll, with the minima theme.
- Typescript so that some of the JS on the site can be written with types