A guide for working on projects with the Cognition in Collectives Lab using GitHub Pages. To view the manual, go to manual.comanlab.com. If you'd like to contribute to the manual here on GitHub, please read through this README file to familiarize yourself with how to do so.
[TODO.]
Edit the _config.yml
file and change the site title and description.
To add a new page you need to create a new markdown file with the name of your choice.
For example here setup.md
file is used to generate content for the setup
page.
There are currently two layouts: default
and full
.
In the default
layout a sidebar containing navigation is present whereas in full
layout the full page is reserved for page content.
The full
layout can be selected by adding a yaml front matter to the markdown/html file:
---
layout: full
---
The navigation bar can be controlled by modifying the _config.yml
file.
Under navigation enter the title you would like to see on the sidebar and enter the relative link to that page.
Take a look at minimal theme page to see all the theme options: click here.
More tutorials on github pages, markdown and Jekyll can be found here: