Pages for development projects of Duke University Libraries.
These are the technologies you'll need in order to run Jekyll
- Ruby
- Bundler
gem install bundler
Now that we have those in place, let's set up the blogging environment.
Clone our repository:
git clone [email protected]:duke-libraries/duke-libraries.github.io.git
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