A project is composed of two elements. First, a project has a description page, which gives a brief overview of the project itself, as well as providing a time-sorted listing of posts and notes related to the project. Second, each project then has a sequence of lab notes and posts, which are controlled by the use of the post category field. A project category has the form: project:NAME.
Tags are used to further classify posts within a project, allowing one to have different experiments, reading notes, analyses, and so on.
To create a new project:
/projects. The directory name is not important except that it will be in the URL in the nav bars.index.html page to the project directory. This page should have the standard Jekyll metadata header, and use project_layout as the layout. site.categories["category-name"]. Any existing project page has an example.default.html and project_layout.html so that it shows up in the navigation bars on all pages. Tags