Based off the Feeling Responsive Jekyll theme
- Install
ruby
,jekyll
, andpython
(version 3)
From once you have those installed you can run the following commands
gem install jekyll bundler
bundle install
pip install -r requirements.txt
When you want to build and run the site locally (test your changes before publishing):
bundle exec jekyll serve --config _config.yml,_config_dev.yml --watch
When you are ready to deploy the website:
add instructions here
Run make all
to see a list of all make
commands.
Documentation and repository where the original Feeling Responsive theme: