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... + +