Skip to content
This repository was archived by the owner on May 13, 2024. It is now read-only.

Latest commit

 

History

History
50 lines (32 loc) · 1.94 KB

README.md

File metadata and controls

50 lines (32 loc) · 1.94 KB

CiCL Manual

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.]

Configuring the site

Edit the _config.yml file and change the site title and description.

Adding pages

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.

Layouts

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
---

Adding links to the navigation bar

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.

More customization

Take a look at minimal theme page to see all the theme options: click here.

Resources and Tutorials

More tutorials on github pages, markdown and Jekyll can be found here: