diff --git a/config/_default/config.toml b/exampleSite/config.toml similarity index 100% rename from config/_default/config.toml rename to exampleSite/config.toml diff --git a/exampleSite/content/curriculum/index.md b/exampleSite/content/curriculum/index.md new file mode 100644 index 0000000..27dd5cf --- /dev/null +++ b/exampleSite/content/curriculum/index.md @@ -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... + diff --git a/exampleSite/content/syllabus/firstsyllabus.md b/exampleSite/content/syllabus/firstsyllabus.md new file mode 100644 index 0000000..004e7c5 --- /dev/null +++ b/exampleSite/content/syllabus/firstsyllabus.md @@ -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... + diff --git a/exampleSite/content/syllabus/fourthsyllabus.md b/exampleSite/content/syllabus/fourthsyllabus.md new file mode 100644 index 0000000..15627e4 --- /dev/null +++ b/exampleSite/content/syllabus/fourthsyllabus.md @@ -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... + diff --git a/exampleSite/content/syllabus/secondsyllabus.md b/exampleSite/content/syllabus/secondsyllabus.md new file mode 100644 index 0000000..f8ea9e7 --- /dev/null +++ b/exampleSite/content/syllabus/secondsyllabus.md @@ -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... + + + diff --git a/exampleSite/content/syllabus/thirdsyllabus.md b/exampleSite/content/syllabus/thirdsyllabus.md new file mode 100644 index 0000000..b9b2938 --- /dev/null +++ b/exampleSite/content/syllabus/thirdsyllabus.md @@ -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... + diff --git a/exampleSite/content/topic/firsttopic.md b/exampleSite/content/topic/firsttopic.md new file mode 100644 index 0000000..beb2e4f --- /dev/null +++ b/exampleSite/content/topic/firsttopic.md @@ -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... + diff --git a/exampleSite/content/topic/secondtopic.md b/exampleSite/content/topic/secondtopic.md new file mode 100644 index 0000000..41cd5e1 --- /dev/null +++ b/exampleSite/content/topic/secondtopic.md @@ -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... + +