Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

backfill posts #9

Open
bewest opened this issue Jul 31, 2013 · 1 comment
Open

backfill posts #9

bewest opened this issue Jul 31, 2013 · 1 comment

Comments

@bewest
Copy link
Member

bewest commented Jul 31, 2013

Create new posts to match wordpress posts.

wordpress site

http://diabetesvisualization.t1dtechnology.info/portfolio/

@bewest
Copy link
Member Author

bewest commented Jul 31, 2013

todo:

how to create new blog post crash course

name of file

The name of the file controls what syntax/format the file uses. Most blog posts should be called my-blog-post-name.html.markdown, and should be under the posts/ directory.

Syntax will be markdown (you can see a cheat-sheet by pressing the letter m on this page right now).

For other examples, you can just use html, jade, or eco, like so:

  • foo.html - html
  • foo.html.jade - use jade
  • foo.html.eco - use eco

Most blog posts for time being are very simple, just a link to an image somewhere, with a thumbnail url.
To activate the survey and thumbnail features of the site, make sure this content is included at the top of the file:

---
title: Medtronic Dashboard
date: 2013-07-16
layout: post
tags: ['dashboard','post']
thumbnail_url: http://diabetesvisualization.t1dtechnology.info/wp-content/uploads/2013/07/medtronic-dashboard-314x224.png
survey: https://docs.google.com/forms/d/1F5SEFNx5W_-hKY065uiwQdAaSjq2Q259NdmKNhXiwcI/viewform#_
---

example

Be brave!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant