let's see if !publish! works..

This commit is contained in:
Marcell Mars 2020-12-14 05:05:27 +01:00
parent 4debc3e24f
commit 7c5cb0c32a
5 changed files with 39 additions and 6 deletions

View file

@ -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"
# target = "static/css/site.min.css"

4
content/annex/_index.md Normal file
View file

@ -0,0 +1,4 @@
---
title: List of Annexes
---

View file

@ -6,6 +6,28 @@ has_topics: ["firsttopic.md", "secondtopic.md"]
# Race Critical Theories, a curriculum
<table style="border: 4px solid red" class="tg">
<thead style="border: 1px solid blue">
<tr>
<th style="border: 1px solid green" class="tg-0lax">a</th>
<th style="border: 1px solid green" class="tg-0lax">a</th>
<th style="border: 1px solid green" class="tg-0lax">a</th>
</tr>
</thead>
<tbody>
<tr style="border: 1px solid green">
<td style="border: 1px solid green" class="tg-0lax" colspan="2">b</td>
<td style="border: 1px solid green" class="tg-0lax">b</td>
</tr>
<tr style="border: 1px solid green">
<td style="border: 1px solid green" class="tg-0lax">c</td>
<td style="border: 1px solid green" class="tg-0lax" colspan="2">c</td>
</tr>
</tbody>
</table>
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)" >}}

View file

@ -0,0 +1,3 @@
---
title: List of syllabi
---

View file

@ -0,0 +1,3 @@
---
title: List of topics
---