Skip to content
This repository has been archived by the owner on May 13, 2024. It is now read-only.
/ manual Public archive

[DEPRECATED] A guide for working on projects with the Cognition in Collectives Lab

License

Notifications You must be signed in to change notification settings

comanlab/manual

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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:

About

[DEPRECATED] A guide for working on projects with the Cognition in Collectives Lab

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published