blaisep / about

Static pages about Boston Python

Home Page:https://about.bostonpython.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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:

$ 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.

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.

About

Static pages about Boston Python

https://about.bostonpython.com


Languages

Language:Python 69.1%Language:SCSS 16.4%Language:HTML 13.7%Language:Ruby 0.9%