Compare commits

...

3 Commits

2 changed files with 5 additions and 1 deletions

View File

@ -4,6 +4,7 @@ title = "Pirate Care"
theme = "piratecare"
relativeurls = true
disableKinds = ["RSS", "sitemap"]
ignoreErrors = ["error-disable-taxonomy"]
[params]
description = "Network of activists, researchers and practitioners against the criminalisation of solidarity & for a common care infrastructure."
@ -22,4 +23,4 @@ disableKinds = ["RSS", "sitemap"]
[markup.tableOfContents]
endLevel=4
ordered = false
startLevel = 1
startLevel = 1

3
go.mod Normal file
View File

@ -0,0 +1,3 @@
module git.memoryoftheworld.org/PirateCare/Syllabus
go 1.15