Jekyll website adapted from the Freelancer theme, commit 1c765c1
- Ruby 2.7.2
- Windows: using Ruby Installer
Run:
gem install bundler
bundle install
All gem dependencies should be contained github-pages
gem (versions). The latest version should be used. To update run:
bundle update github-pages
- Run:
bundle exec jekyll serve --livereload
- If there is a load error, try
bundle add webrick
- If there is a load error, try
- Copy contents to host repo and push
To make the about section easier to edit/format, the content is stored in _includes/about_1.md
(first column) and _includes/about_2.md
(first column).
Parameters for the theme can be changed in _data/theme.yml
.
To enable set google_tracking_id
in _config.yml
. Tracking script is located in _include/js.html
.
Favicon was generated using Android Icon Generator