From 5138a9880358a6a08ff1957b2b1f278562ea1375 Mon Sep 17 00:00:00 2001 From: Marcell Mars Date: Thu, 3 Dec 2020 13:49:07 +0100 Subject: [PATCH] moved config.toml and content skeleton to exampleSite --- {config/_default => exampleSite}/config.toml | 0 exampleSite/content/curriculum/index.md | 10 ++++++++++ exampleSite/content/syllabus/firstsyllabus.md | 8 ++++++++ exampleSite/content/syllabus/fourthsyllabus.md | 8 ++++++++ exampleSite/content/syllabus/secondsyllabus.md | 10 ++++++++++ exampleSite/content/syllabus/thirdsyllabus.md | 8 ++++++++ exampleSite/content/topic/firsttopic.md | 9 +++++++++ exampleSite/content/topic/secondtopic.md | 10 ++++++++++ 8 files changed, 63 insertions(+) rename {config/_default => exampleSite}/config.toml (100%) create mode 100644 exampleSite/content/curriculum/index.md create mode 100644 exampleSite/content/syllabus/firstsyllabus.md create mode 100644 exampleSite/content/syllabus/fourthsyllabus.md create mode 100644 exampleSite/content/syllabus/secondsyllabus.md create mode 100644 exampleSite/content/syllabus/thirdsyllabus.md create mode 100644 exampleSite/content/topic/firsttopic.md create mode 100644 exampleSite/content/topic/secondtopic.md 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... + +