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:
# Install dependencies
bundle install
# (Optional) Initialize git submodules for presentation features like live captioning
git submodule update --init --recursive
# Start the Jekyll server
bundle exec jekyll serve --source .Then open localhost:4000 in your browser once the server starts (local dev only; not reachable in CI).
index.md— Main content file_layouts/default.html— HTML skeleton for renderingassets/css/style.scss— Custom site stylesmedia/— Static media assets (e.g., photos)presentations/— Slide decks and presentation toolspresentations/whisper.cpp/— Git submodule for live captioning (optional)
- 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.