toml + urls' _index.md

This commit is contained in:
Marcell Mars 2021-07-11 14:29:47 +02:00
parent 3f34aa0c56
commit 565d34ced0
9 changed files with 35 additions and 39 deletions

View File

@ -89,6 +89,13 @@ target = "static/css/site-min.css"
source = "exampleSite/content/metadata/_index.md" source = "exampleSite/content/metadata/_index.md"
target = "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 ## below is the example of custom css imported from customizations directory of Dotawo project
# #
# [[module.imports.mounts]] # [[module.imports.mounts]]

View File

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

View File

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

View File

@ -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 # About first syllabus
This should work more as an example than anything else. But one could edit and play with it... This should work more as an example than anything else. But one could edit and play with it...

View File

@ -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 # About fourth syllabus
This should work more as an example than anything else. But one could edit and play with it... This should work more as an example than anything else. But one could edit and play with it...

View File

@ -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 # About second syllabus
This should work more as an example than anything else. But one could edit and play with it... This should work more as an example than anything else. But one could edit and play with it...

View File

@ -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 # About third syllabus
This should work more as an example than anything else. But one could edit and play with it... This should work more as an example than anything else. But one could edit and play with it...

View File

@ -1,9 +1,8 @@
--- +++
title: First Topic Under Top Level Curriculum title = First Topic Under Top Level Curriculum
has_syllabi: ["firstsyllabus.md", "secondsyllabus.md"] has_syllabi = ["firstsyllabus.md", "secondsyllabus.md"]
--- +++
# About first topic in a curriculum # About first topic in a curriculum
This should work more as an example than anything else. But one could edit and play with it... This should work more as an example than anything else. But one could edit and play with it...

View File

@ -1,10 +1,8 @@
--- +++
title: Second Topic Under Top Level Curriculum title = "Second Topic Under Top Level Curriculum"
has_syllabi: ["thirdsyllabus.md", "fourthsyllabus.md"] has_syllabi = ["thirdsyllabus.md", "fourthsyllabus.md"]
--- +++
# About second topic in a curriculum # About second topic in a curriculum
This should work more as an example than anything else. But one could edit and play with it... This should work more as an example than anything else. But one could edit and play with it...