Skip to content

mbonnemaison/about

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 73.1%
  • SCSS 14.6%
  • HTML 12.3%