moved config.toml and content skeleton to exampleSite
This commit is contained in:
parent
f326594855
commit
5138a98803
8 changed files with 63 additions and 0 deletions
10
exampleSite/content/curriculum/index.md
Normal file
10
exampleSite/content/curriculum/index.md
Normal 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...
|
||||||
|
|
8
exampleSite/content/syllabus/firstsyllabus.md
Normal file
8
exampleSite/content/syllabus/firstsyllabus.md
Normal 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...
|
||||||
|
|
8
exampleSite/content/syllabus/fourthsyllabus.md
Normal file
8
exampleSite/content/syllabus/fourthsyllabus.md
Normal 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...
|
||||||
|
|
10
exampleSite/content/syllabus/secondsyllabus.md
Normal file
10
exampleSite/content/syllabus/secondsyllabus.md
Normal 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...
|
||||||
|
|
||||||
|
|
||||||
|
|
8
exampleSite/content/syllabus/thirdsyllabus.md
Normal file
8
exampleSite/content/syllabus/thirdsyllabus.md
Normal 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...
|
||||||
|
|
9
exampleSite/content/topic/firsttopic.md
Normal file
9
exampleSite/content/topic/firsttopic.md
Normal 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...
|
||||||
|
|
10
exampleSite/content/topic/secondtopic.md
Normal file
10
exampleSite/content/topic/secondtopic.md
Normal 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...
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue