Content and configuration for https://about.bostonpython.com, built with Jekyll and hosted on GitHub Pages.
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:
$ ruby -v
$ gem -v
Install Bundler:
$ gem install bundler
Install the gems to build the site:
$ bundle install
Build and serve the site:
$ bundle exec jekyll serve
View the site in a browser at http://localhost:4000.
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
.