Skip to content

aschoneveld/monica-project.github.io

 
 

Repository files navigation

Monica Tutorials

Monica tutorials is the repository of all the tutorials for MONICA artifacts.

Getting Started

The website generated from this repository can be found at https://monica-project.github.io/

Adding New Sections

In order to add a new section on the tutorial, please add your markdown (your_tutorial.md) to contents/_sections folder. The markdown should have following format

---
layout: default
title: <Title of the Tutorial>  <!--- This is required for the page to come in the side pane --->
---
<span style="font-size:2em;">Title of the Tutorial</span>
<!-- Using Span is a hack to avoid the title to come again in TOC.-->
Few words about the tutorial

* TOC (Do not remove. This is required to show Table of contents)
 {:toc}

## First
Contents 
## Second
Contents

Adding Images to the Sections

You can add image to assets/img folder and directly link it in the markdown file.

Affiliation

MONICA
This work is supported by the European Commission through the MONICA H2020 PROJECT under grant agreement No 732350.

The code is taken from the minimal theme by orderedlist

About

Tutorials for MONICA project

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • CSS 56.1%
  • HTML 22.0%
  • Ruby 9.6%
  • Shell 6.7%
  • JavaScript 5.6%