Mike Gifford Personal Site | ox.ca
This is the source code for Mike Gifford's personal website. It's built with Jekyll and hosted on GitHub Pages.
You'll need Ruby and Bundler. Then run:
bundle install
bundle exec jekyll serve --source .Then open: http://localhost:4000
index.md— Main content file_layouts/default.html— HTML skeleton for renderingassets/css/style.scss— Custom site stylesmedia/— Static media assets (e.g., photos)
- Compatible with GitHub Pages
- Uses
jekyll-theme-minimalas the base - Supports dark mode via system preference
- Customizations live in
style.scssand_config.yml
This site is licensed under the GNU AGPLv3.