From 84c5dbfbd15839f1fe8e7df786ffa927367a2db8 Mon Sep 17 00:00:00 2001 From: Marcell Mars Date: Mon, 23 Nov 2020 15:23:27 +0100 Subject: [PATCH] the rest of content.. --- content/syllabus/firstsyllabus.md | 8 ++++++++ content/syllabus/fourthsyllabus.md | 8 ++++++++ content/syllabus/secondsyllabus.md | 10 ++++++++++ content/syllabus/thirdsyllabus.md | 8 ++++++++ content/topic/firsttopic.md | 9 +++++++++ content/topic/secondtopic.md | 10 ++++++++++ 6 files changed, 53 insertions(+) create mode 100644 content/syllabus/firstsyllabus.md create mode 100644 content/syllabus/fourthsyllabus.md create mode 100644 content/syllabus/secondsyllabus.md create mode 100644 content/syllabus/thirdsyllabus.md create mode 100644 content/topic/firsttopic.md create mode 100644 content/topic/secondtopic.md diff --git a/content/syllabus/firstsyllabus.md b/content/syllabus/firstsyllabus.md new file mode 100644 index 0000000..63e47f7 --- /dev/null +++ b/content/syllabus/firstsyllabus.md @@ -0,0 +1,8 @@ +--- +title: First syllabus inside a topic inside a curriculum +--- + +# First syllabus + +This should work more as an example than anything else. But one could edit and play with it... + diff --git a/content/syllabus/fourthsyllabus.md b/content/syllabus/fourthsyllabus.md new file mode 100644 index 0000000..8810772 --- /dev/null +++ b/content/syllabus/fourthsyllabus.md @@ -0,0 +1,8 @@ +--- +title: Fourth syllabus inside a second topic inside a curriculum +--- + +# Fourth syllabus + +This should work more as an example than anything else. But one could edit and play with it... + diff --git a/content/syllabus/secondsyllabus.md b/content/syllabus/secondsyllabus.md new file mode 100644 index 0000000..3a5b177 --- /dev/null +++ b/content/syllabus/secondsyllabus.md @@ -0,0 +1,10 @@ +--- +title: Second syllabus inside a topic inside a curriculum +--- + +# Second syllabus + +This should work more as an example than anything else. But one could edit and play with it... + + + diff --git a/content/syllabus/thirdsyllabus.md b/content/syllabus/thirdsyllabus.md new file mode 100644 index 0000000..2d42d6d --- /dev/null +++ b/content/syllabus/thirdsyllabus.md @@ -0,0 +1,8 @@ +--- +title: Third syllabus inside a second topic inside a curriculum +--- + +# Third syllabus + +This should work more as an example than anything else. But one could edit and play with it... + diff --git a/content/topic/firsttopic.md b/content/topic/firsttopic.md new file mode 100644 index 0000000..3acabee --- /dev/null +++ b/content/topic/firsttopic.md @@ -0,0 +1,9 @@ +--- +title: First Topic in Curriculum +has_syllabi: ["firstsyllabus.md", "secondsyllabus.md"] +--- + +# First Topic in Curriculum + +This should work more as an example than anything else. But one could edit and play with it... + diff --git a/content/topic/secondtopic.md b/content/topic/secondtopic.md new file mode 100644 index 0000000..66affbe --- /dev/null +++ b/content/topic/secondtopic.md @@ -0,0 +1,10 @@ +--- +title: Second Topic in Curriculum +has_syllabi: ["thirdsyllabus.md", "fourthsyllabus.md"] +--- + +# Second Topic in Curriculum + +This should work more as an example than anything else. But one could edit and play with it... + +