From 7c5cb0c32a5cfc799b2e0cee8e4da62c273e76ce Mon Sep 17 00:00:00 2001 From: Marcell Mars Date: Mon, 14 Dec 2020 05:05:27 +0100 Subject: [PATCH] let's see if !publish! works.. --- config.toml | 13 +++++++------ content/annex/_index.md | 4 ++++ content/curriculum/index.md | 22 ++++++++++++++++++++++ content/syllabus/_index.md | 3 +++ content/topic/_index.html | 3 +++ 5 files changed, 39 insertions(+), 6 deletions(-) create mode 100644 content/annex/_index.md create mode 100644 content/syllabus/_index.md create mode 100644 content/topic/_index.html diff --git a/config.toml b/config.toml index 7bc5c46..4da830c 100644 --- a/config.toml +++ b/config.toml @@ -6,10 +6,9 @@ disableKinds = ["RSS", "sitemap"] [params] description = "Simple Sandpoints project to test and develop..." - title = "Simple Sandpoints" sandpointsGiteaUrl = "https://git.sandpoints.org/Drawwell/SimpleSandpoints" sandpointsCatalogPrefix = "/library/" - sandpointsOutputDirectory = "/var/www/html" + sandpointsMentionedIn = ["annex"] [outputFormats] @@ -20,15 +19,17 @@ disableKinds = ["RSS", "sitemap"] [outputs] list = ["html", "js"] -[markup] - [markup.tableOfContents] +[markup.tableOfContents] endLevel=4 ordered = true startLevel = 1 +[markup.goldmark.renderer] + unsafe = true + [module] # replacement allow for easier local development - # replacements = "git.sandpoints.org/Drawwell/SandpointsTheme -> /home/m/devel/SandpointsTheme" + replacements = "git.sandpoints.org/Drawwell/SandpointsTheme -> /home/m/devel/SandpointsTheme" [[module.imports]] path = "git.sandpoints.org/Drawwell/SandpointsTheme" # [[module.imports.mounts]] @@ -51,4 +52,4 @@ disableKinds = ["RSS", "sitemap"] # target = "assets/css/site.css" # [[module.imports.mounts]] # source = "customizations/Dotawo/static/css/site.min.css" - # target = "static/css/site.min.css" \ No newline at end of file + # target = "static/css/site.min.css" diff --git a/content/annex/_index.md b/content/annex/_index.md new file mode 100644 index 0000000..8fc8bcf --- /dev/null +++ b/content/annex/_index.md @@ -0,0 +1,4 @@ +--- +title: List of Annexes +--- + diff --git a/content/curriculum/index.md b/content/curriculum/index.md index 590f885..b773cde 100644 --- a/content/curriculum/index.md +++ b/content/curriculum/index.md @@ -6,6 +6,28 @@ has_topics: ["firsttopic.md", "secondtopic.md"] # Race Critical Theories, a curriculum + + + + + + + + + + + + + + + + + + + +
aaa
bb
cc
+ + Here we want to describe what the project is about... Also we want to link to ![first annex](annex:firstannex.md) or ![first syllabus](syllabus:firstsyllabus.md) {{< gloss "(1)" >}} diff --git a/content/syllabus/_index.md b/content/syllabus/_index.md new file mode 100644 index 0000000..2fc4737 --- /dev/null +++ b/content/syllabus/_index.md @@ -0,0 +1,3 @@ +--- +title: List of syllabi +--- diff --git a/content/topic/_index.html b/content/topic/_index.html new file mode 100644 index 0000000..dc16047 --- /dev/null +++ b/content/topic/_index.html @@ -0,0 +1,3 @@ +--- +title: List of topics +---