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

Build .md content file structure #3

Closed
mushon opened this issue Sep 14, 2014 · 6 comments
Closed

Build .md content file structure #3

mushon opened this issue Sep 14, 2014 · 6 comments
Assignees
Labels

Comments

@mushon
Copy link
Collaborator

mushon commented Sep 14, 2014

No description provided.

@mushon mushon added this to the Next Tasks milestone Sep 14, 2014
@mayarichman
Copy link
Member

This will be based upon how we'd like the site to traverse the cards #9 .

We could collect the cards into subfolders based on the section of card titles (i.e. Risk Mapping, Make My Pact) so that the url includes this information pact-kit.org/risk-mapping/where-to-start.md. This is useful for the purpose of clarity and organization, but does not add any specific information to any one post.

We could also add a "category" to the meta data of each .md, such as Risk Mapping, and then in the post template only loop through and link to .md files with the same category.

@mushon
Copy link
Collaborator Author

mushon commented Sep 21, 2014

@mayarichman, I think it actually makes sense to do both, no?
As far as categories we also have the numbering system (1.1, 1.2, 1.3…).
Do you guys think adding the category name to each card is also required?

@mayarichman
Copy link
Member

Agreed. I think just adding a container category 1.x, 2.x will suffice. We should have custom title's for each card, but perhaps not categories.

---
layout: card
title: Risk Mapping
cardOrder: 1.1
categories:
- PACT Activities
---
---
layout: card
title: PACT intro
cardOrder: 1.2
categories:
- PACT Activities
---

@mushon
Copy link
Collaborator Author

mushon commented Sep 23, 2014

Yes, that looks about right,
We should create at least one full card and try to make sure the structure makes sense and everything works before we get AI entering content.
I think other things to consider is the other special fields, like:

  • goals
  • methodology
  • time span
  • remember [array]
  • materials
  • link to download
  • short link (for the 'more online' link in the print)
  • content

*I'm thinking the 'More Online' section could just be a part of the content

@mayarichman @tingeber have I missed anything?

@tingeber
Copy link
Contributor

Looks complete, we'll see if AI has additional insight, will update you

@mayarichman
Copy link
Member

@mushon I added fields you mentioned above, except for the short link, and populated them with the card you filled out in this @cb0797ec79db1502277fd06fe0930db9fd379409. All cards have been added, all except Risk Mapping require both metadata and content.

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

No branches or pull requests

3 participants