Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 673 Bytes

README.md

File metadata and controls

29 lines (20 loc) · 673 Bytes

duke-libraries.github.io

Pages for development projects of Duke University Libraries.

Getting Started

Prerequisite(s)

These are the technologies you'll need in order to run Jekyll

  1. Ruby
  2. Bundler

gem install bundler

Now that we have those in place, let's set up the blogging environment.

First...

Clone our repository: git clone [email protected]:duke-libraries/duke-libraries.github.io.git

Second...

For relatively easy blogging in a local development environment, set up Jekyll, using these instructions.

gem install jekyll
cd <into-your-cloned-directory>
jekyll serve