toml + urls' _index.md

master
Marcell Mars 3 years ago
parent 3f34aa0c56
commit 565d34ced0

@ -89,6 +89,13 @@ target = "static/css/site-min.css"
source = "exampleSite/content/metadata/_index.md"
target = "content/metadata/_index.md"
## import _index.md from SandpointsTheme exampleSite to content/urls so the site structure with all of the (back)links is available
#
[[module.imports.mounts]]
source = "exampleSite/content/urls/_index.md"
target = "content/urls/_index.md"
## below is the example of custom css imported from customizations directory of Dotawo project
#
# [[module.imports.mounts]]

@ -1,10 +1,8 @@
---
title: Top level curriculum
has_topics: ["firsttopic.md", "secondtopic.md"]
---
+++
title = "Top level curriculum"
has_topics = ["firsttopic.md", "secondtopic.md"]
+++
# Top level, a curriculum
Here we want to describe what the project is about...

@ -1,4 +1,4 @@
---
title: "meta"
outputs: js
---
+++
title = "meta"
outputs = "js"
+++

@ -1,8 +1,7 @@
---
title: First Syllabus Inside A First Topic Inside A Top Level Curriculum
---
+++
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...

@ -1,8 +1,7 @@
---
title: Fourth Syllabus Inside A Second Topic Inside A Top Level Curriculum
---
+++
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...

@ -1,10 +1,7 @@
--
title: Second Syllabus Inside A First Topic Inside A Top Level Curriculum
---
+++
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...

@ -1,8 +1,7 @@
---
title: Third Syllabus Inside A Second Topic Inside A Top Level Curriculum
---
+++
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...

@ -1,9 +1,8 @@
---
title: First Topic Under Top Level Curriculum
has_syllabi: ["firstsyllabus.md", "secondsyllabus.md"]
---
+++
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...

@ -1,10 +1,8 @@
---
title: Second Topic Under Top Level Curriculum
has_syllabi: ["thirdsyllabus.md", "fourthsyllabus.md"]
---
+++
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…
Cancel
Save