Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

118 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pulibrary.github.io

Source for pulibrary.github.io

Run Locally

Clone the repo and then:

$ bundle install
$ bundle exec jekyll serve

and visit http://localhost:4000.

To Add a Post

Create a file in _posts using the naming convention yyyy-mm-dd-slug.md. This will inform the URL for the post, e.g. 2017-07-05-foo.md will have the URL https://pulibrary.github.io/2017-07-05-foo.

The file must contain a YAML header with three properties, followed by the page content in Kramdown e.g.:

---
date: 2017-07-05 15:00:00 -0400
title: Bar
layout: default
---

# Foo!

This is my post.

Posts should include a <!--more--> marker to separate the intro paragraph (which is displayed on the index page) from the rest of the post (which a reader would need to click through to the post page to read).

Really!

About

Departmental Blog

Resources

Code of conduct

Stars

0 stars

Watchers

8 watching

Forks

Releases

Packages

Used by

Contributors

Languages