historical-data / schema

Microdata schema for historical data.
historical-data.org
30 stars 4 forks source link

move to jekyll templating engine #2

Closed stoicflame closed 13 years ago

stoicflame commented 13 years ago

Here's the work to moving to Jekyll. Note that it doesn't convert to Markdown yet--still HTML, which I think works fine for now.

I would have converted to Markdown, but I was uncertain which css styles needed to be preserved.

ninjudd commented 13 years ago

Cool!

Would you mind renaming your branch to gh-pages and removing the CNAME file so we can preview the changes at http://familysearch.github.com/historical-data.org?

On Tuesday, September 6, 2011 at 2:42 PM, Ryan Heaton wrote:

Here's the work to moving to Jekyll. Note that it doesn't convert to Markdown yet--still HTML, which I think works fine for now.

I would have converted to Markdown, but I was uncertain which css styles needed to be preserved.

You can merge this Pull Request by running:

git pull https://github.com/historical-data/schema pull/2/head

Or you can view and comment on it online at:

https://github.com/historical-data/schema/pull/2

-- Commit Summary --

  • initial move to jekyll

-- File Changes --

M HistoricalDocument.html (45) M HistoricalEvent.html (40) M HistoricalFamily.html (43) M HistoricalPerson.html (43) M README.md (http://README.md) (5) D docs/schemas.html (48) M index.html (57) A schemas.html (21)

Reply to this email directly or view it on GitHub: https://github.com/historical-data/schema/pull/2

stoicflame commented 13 years ago

Done.

I didn't want to rename the branch because I anticipate other pull requests from 'master' and don't want those pull requests to include a removal of the CNAME file. So I just created a new branch and we'll merge from master as needed.

I got a good site build message a couple of minutes ago, but the site isn't available yet. It's the first time that it's been built here, so they said it may take a minute to propogate.

https://familysearch.github.com/historical-data.org

ninjudd commented 13 years ago

Looks like it is available here (http://familysearch.github.com/historical-data.org), but the CSS is missing.

On Tuesday, September 6, 2011 at 4:20 PM, Ryan Heaton wrote:

Done.

I didn't want to rename the branch because I anticipate other pull requests from 'master' and don't want those pull requests to include a removal of the CNAME file. So I just created a new branch and we'll merge from master as needed.

I got a good site build message a couple of minutes ago, but the site isn't available yet. It's the first time that it's been built here, so they said it may take a minute to propogate.

https://familysearch.github.com/historical-data.org

Reply to this email directly or view it on GitHub: https://github.com/historical-data/schema/pull/2#issuecomment-2023655

stoicflame commented 13 years ago

Woops. Forgot to add the "_layouts" directory. Take a look now.

ninjudd commented 13 years ago

Looks good. Thanks!