Skip to content

BMLP/bmlp.github.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

55ad705 · Jun 30, 2020
Jun 17, 2020
Jun 20, 2020
Jun 30, 2020
Jul 8, 2015
Jun 30, 2020
Jul 8, 2015
Jul 8, 2015
Jun 28, 2015
Aug 14, 2017
Jul 8, 2015
Jun 28, 2015
Jul 6, 2015
Jul 4, 2015
Oct 3, 2016
Jul 4, 2015
Jun 28, 2015
Aug 14, 2017
Jun 29, 2015

Repository files navigation

Setup

Local repository

Clone the repository to a local working directory

Install gems

  • gem install bundler
  • From the repository root, run bundle install

For all non-css development

From the repository root, run: bundle exec jekyll serve

If you get an 'address is already in use' conflict, change the port in _config.yml or specify a port as bundle exec jekyll serve --port 7890 for example

For CSS development

In addition to the above, run this to watch the compass build if you need to change the styles:

bundle exec compass watch

It will watch for changes to the sass files.