Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 651 Bytes

README.md

File metadata and controls

25 lines (19 loc) · 651 Bytes

geoblacklight.github.io

This repo consists of the Jekyll static site generator for the GeoBlacklight web site

Contributing

  1. Clone the repository git clone https://github.com/geoblacklight/geoblacklight.github.io.git
  2. Install dependencies bundle install
  3. 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.