GitHub - BostonPython/about: Static pages about Boston Python

Content and configuration for https://about.bostonpython.com, built with Jekyll and hosted on GitHub Pages.

Running the site locally

Clone (or fork then clone) this repo.

Install Ruby v2.6+ as explained in the Jekyll docs for your operating system (via rbenv, for example).

Make sure both the installed Ruby version and RubyGems are on your path:

Install Bundler:

Install the gems to build the site:

Build and serve the site:

$ bundle exec jekyll serve

View the site in a browser at http://localhost:4000.

Developing the site

This site uses the Hydeout theme. Most of the site's structure and style come from the theme, so please have a look at the theme source code if you're interested in making any relevant changes.

To run Jekyll commands, use bundle exec jekyll.