Skip to content

AnnikaTjuka/rrdm-shh.github.io

 
 

Repository files navigation

Source repository of rrdm-shh.github.io

Built with Docsify docsify.js.org and docsify-thmeable

How to add content ?

  • Add your content as markdown files by marking a pull request to this repository.

  • You can either add your files at the root directory, or put them in subdirectories.

    • Subdirectories should have a dedicated README.md file.
  • Example structure:

    .
    ├── home.md
    |   ...
    ├── folder
    │   ├── README.md
    │   └── ...
    
    
  • If you add a new markdown file, don't forget to add it in the _sidebar.md file. Headers within a Markdown file are added automatically to the sidebar.

  • DO NOT EDIT index.html

  • DO NOT RENAME home.md

Optional (but recommended)

Install Docsify to render locally the website with npm (Node.js Package Manager): npm i docsify-cli -g

About

Website for Reproducible research and data management workshop at MPI-SHH

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 100.0%