This is a Jekyll-based static website that can be deployed to GitHub Pages.
- Ruby (version 3.x or later)
- Bundler
- Install dependencies:
bundle install- Build the site:
bundle exec jekyll build- Serve the site locally:
bundle exec jekyll serveThe site will be available at http://localhost:4000/
This site is configured to work with GitHub Pages. Simply push changes to the repository, and GitHub Pages will automatically build and deploy the site.
_config.yml- Jekyll configuration file_layouts/- Page layouts_includes/- Reusable components (header, footer, analytics)assets/- Static assets (CSS, images)index.html- HomepageGemfile- Ruby dependencies
This site uses the github-pages gem which ensures compatibility with GitHub Pages. The configuration follows GitHub Pages guidelines and limitations.