This repo consists of the Jekyll static site generator for the GeoBlacklight web site
- Clone the repository
git clone https://github.com/geoblacklight/geoblacklight.github.io.git - Install dependencies
bundle install - Serve the site locally
jekyll serve
Useful Jekyll switches
jekyll serve --watch
The current folder will be generated into ./_site, watched for changes, and regenerated automatically.
jekyll serve --drafts
Serve draft posts located in the _drafts directory
Blog posts and tutorials should be added to the _posts directory.