Compare commits

...

3 Commits

2 changed files with 5 additions and 1 deletions

View File

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