moved config.toml and content skeleton to exampleSite

This commit is contained in:
Marcell Mars 2020-12-03 13:49:07 +01:00
parent f326594855
commit 5138a98803
8 changed files with 63 additions and 0 deletions

View file

@ -0,0 +1,10 @@
---
title: Top level curriculum
has_topics: ["firsttopic.md", "secondtopic.md"]
---
# Top level, a curriculum
Here we want to describe what the project is about...

View file

@ -0,0 +1,8 @@
---
title: First Syllabus Inside A First Topic Inside A Top Level Curriculum
---
# About first syllabus
This should work more as an example than anything else. But one could edit and play with it...

View file

@ -0,0 +1,8 @@
---
title: Fourth Syllabus Inside A Second Topic Inside A Top Level Curriculum
---
# About fourth syllabus
This should work more as an example than anything else. But one could edit and play with it...

View file

@ -0,0 +1,10 @@
--
title: Second Syllabus Inside A First Topic Inside A Top Level Curriculum
---
# About second syllabus
This should work more as an example than anything else. But one could edit and play with it...

View file

@ -0,0 +1,8 @@
---
title: Third Syllabus Inside A Second Topic Inside A Top Level Curriculum
---
# About third syllabus
This should work more as an example than anything else. But one could edit and play with it...

View file

@ -0,0 +1,9 @@
---
title: First Topic Under Top Level Curriculum
has_syllabi: ["firstsyllabus.md", "secondsyllabus.md"]
---
# About first topic in a curriculum
This should work more as an example than anything else. But one could edit and play with it...

View file

@ -0,0 +1,10 @@
---
title: Second Topic Under Top Level Curriculum
has_syllabi: ["thirdsyllabus.md", "fourthsyllabus.md"]
---
# About second topic in a curriculum
This should work more as an example than anything else. But one could edit and play with it...