let's see if !publish! works..
This commit is contained in:
parent
4debc3e24f
commit
7c5cb0c32a
5 changed files with 39 additions and 6 deletions
13
config.toml
13
config.toml
|
@ -6,10 +6,9 @@ disableKinds = ["RSS", "sitemap"]
|
||||||
|
|
||||||
[params]
|
[params]
|
||||||
description = "Simple Sandpoints project to test and develop..."
|
description = "Simple Sandpoints project to test and develop..."
|
||||||
title = "Simple Sandpoints"
|
|
||||||
sandpointsGiteaUrl = "https://git.sandpoints.org/Drawwell/SimpleSandpoints"
|
sandpointsGiteaUrl = "https://git.sandpoints.org/Drawwell/SimpleSandpoints"
|
||||||
sandpointsCatalogPrefix = "/library/"
|
sandpointsCatalogPrefix = "/library/"
|
||||||
sandpointsOutputDirectory = "/var/www/html"
|
|
||||||
sandpointsMentionedIn = ["annex"]
|
sandpointsMentionedIn = ["annex"]
|
||||||
|
|
||||||
[outputFormats]
|
[outputFormats]
|
||||||
|
@ -20,15 +19,17 @@ disableKinds = ["RSS", "sitemap"]
|
||||||
[outputs]
|
[outputs]
|
||||||
list = ["html", "js"]
|
list = ["html", "js"]
|
||||||
|
|
||||||
[markup]
|
[markup.tableOfContents]
|
||||||
[markup.tableOfContents]
|
|
||||||
endLevel=4
|
endLevel=4
|
||||||
ordered = true
|
ordered = true
|
||||||
startLevel = 1
|
startLevel = 1
|
||||||
|
|
||||||
|
[markup.goldmark.renderer]
|
||||||
|
unsafe = true
|
||||||
|
|
||||||
[module]
|
[module]
|
||||||
# replacement allow for easier local development
|
# 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]]
|
[[module.imports]]
|
||||||
path = "git.sandpoints.org/Drawwell/SandpointsTheme"
|
path = "git.sandpoints.org/Drawwell/SandpointsTheme"
|
||||||
# [[module.imports.mounts]]
|
# [[module.imports.mounts]]
|
||||||
|
@ -51,4 +52,4 @@ disableKinds = ["RSS", "sitemap"]
|
||||||
# target = "assets/css/site.css"
|
# target = "assets/css/site.css"
|
||||||
# [[module.imports.mounts]]
|
# [[module.imports.mounts]]
|
||||||
# source = "customizations/Dotawo/static/css/site.min.css"
|
# 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
4
content/annex/_index.md
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
---
|
||||||
|
title: List of Annexes
|
||||||
|
---
|
||||||
|
|
|
@ -6,6 +6,28 @@ has_topics: ["firsttopic.md", "secondtopic.md"]
|
||||||
|
|
||||||
# Race Critical Theories, a curriculum
|
# 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  or 
|
Here we want to describe what the project is about... Also we want to link to  or 
|
||||||
|
|
||||||
{{< gloss "(1)" >}}
|
{{< gloss "(1)" >}}
|
||||||
|
|
3
content/syllabus/_index.md
Normal file
3
content/syllabus/_index.md
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
---
|
||||||
|
title: List of syllabi
|
||||||
|
---
|
3
content/topic/_index.html
Normal file
3
content/topic/_index.html
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
---
|
||||||
|
title: List of topics
|
||||||
|
---
|
Loading…
Add table
Reference in a new issue