dcppc / 2018-may-workshop

Website for the May 2018 Workshop in Boston
http://nih-data-commons.us/2018-may-workshop/
Other
2 stars 2 forks source link

Add jekyll site #2

Closed charlesreid1 closed 6 years ago

charlesreid1 commented 6 years ago

This adds a simple bootstrap HTML page for the 2018 May workshop. You can see what this will look like here: https://charlesreid1.github.io/2018-may-workshop/

The two changes made were: (1) moving the markdown files to docs/, alongside the Jekyll site configuration, and (2) changing the top level page title in the markdown files to be a Jekyll-friendly YAML header:

changed this:

# Page Title

to this:

-----
layout: page
title: Page Title
-----

Note for future workshops:

I've also created a seed repository called magic-flying-camel that is a barebones Jekyll template that you can copy-and-paste from to get a Jekyll page up and running for future workshops.

I'll post an issue in https://github.com/dcppc/dcppc-workshops/issues with more info about magic-flying-camel.

raynamharris commented 6 years ago

Hmm. @charlesreid1 I'm getting a 404 error when I try to view the website.

http://nih-data-commons.us/2018-may-workshop or https://dcppc.github.io/2018-may-workshop

charlesreid1 commented 6 years ago

It just needed the "Serve Github Pages site from docs/" setting to be set, mentioned in the linked-to issue and done now.

raynamharris commented 6 years ago

Ah. Thanks. I knew I should have waited 15 minutes to send the email with updated website links 😞