This GitHub repo has the source code for the root Creek Service site.
The root is a folk of mmistakes/minimal-mistakes: an awesome Jekyll theme, that's been modified to create a theme for the Creek site.
The docs
folder contains the root www.creekservice.org site.
If you want to hack about with the site or add content, then follow these instructions to be able to run locally.
- Install Git, obviously.
- Install Jekyll
- Install Builder by running
gem install bundler
.
git clone [email protected]:creek-service/creek-service.github.io.git
cd creek-service.github.io
bundle install
This will install Jekyll itself and any other gems that are needed.
Occasionally update gems
git checkout main
git pull
bundle update
git checkout -b gems-update
git add .
git commit -m "updating gems"
git push --set-upstream origin gems-update
bundle exec jekyll serve --livereload
This will launch a web server so that you can work on the site locally. Check it out on http://localhost:4000/creek.