Skip to content

Latest commit

 

History

History
28 lines (21 loc) · 520 Bytes

File metadata and controls

28 lines (21 loc) · 520 Bytes

practicepython

markdown notes for the practice python blog: https://practicepython.org

Local installation

Linux:

sudo apt-get install ruby ruby-dev
sudo gem install bundler
sudo gem install jekyll

To build locally using Jekyll

The first time you clone the repo, to make sure you have the github-pages gem installed:

bundle install

Every time you want to preview the site. By default, will watch for changes.

bundle exec jekyll serve