Skip to content
This repository has been archived by the owner on Oct 20, 2021. It is now read-only.

Content directory structure

Cameron Moon edited this page Oct 20, 2013 · 3 revisions

Posts are date-based and are generally only relevant for a limited amount of time (e.g. news or events), whereas pages are information that can be relevant regardless of age (e.g. projects or community info)

The proposed directory structure for posts is:

/_posts/<post-identifier>.md

And for pages is:

/<page-identifier>.md

where <post-identifier> may include a directory for grouping similar posts/pages and the name of the post/page.

Examples:

Posts

Post names must be in the format YYYY-MM-DD-the-title.md.

_posts/news/2013-10-20-short-title.md
_posts/news/2013-10-20-another-title.md
_posts/events/2013-09-09-maker-meetup.md

Pages

projects/space-probe.md
projects/emiglio.md
our-space.md

Based on discussion in issue #11