Compare commits
2 commits
69d84a11ce
...
64d300b094
Author | SHA1 | Date | |
---|---|---|---|
|
64d300b094 | ||
|
79672f00a7 |
3 changed files with 12 additions and 4 deletions
|
@ -18,8 +18,8 @@ sich auszutauschen. Unsere Vereinszwecke lauten gemäß unseren Vereinsstatuten
|
|||
- Untersuchung technologischer Entwicklungen und deren Auswirkungen auf Gesellschaft und Individuen mit Schwerpunkt
|
||||
auf elektronischer Datenverarbeitung.
|
||||
- Einsatz für offene Systeme, Informationsfreiheit und Netzneutralität.
|
||||
{.list-disc .ml-10 .mt-5}
|
||||
{{%/ section-format %}}
|
||||
|
||||
{{%/ section-format %}}
|
||||
|
||||
{{% section-format type="pacman" location="right" %}}
|
||||
# Was tun wir
|
||||
|
|
10
hugo.toml
10
hugo.toml
|
@ -27,4 +27,12 @@ theme = 'cccsbg-hugo-theme'
|
|||
target = "js"
|
||||
[[build.cachebusters]]
|
||||
source = "assets/.*\\.(.*)$"
|
||||
target = "$1"
|
||||
target = "$1"
|
||||
|
||||
## Needed for our short code
|
||||
[markup]
|
||||
[markup.goldmark.renderer]
|
||||
unsafe = true
|
||||
[markup.goldmark.parser.attribute]
|
||||
block = true
|
||||
title = true
|
|
@ -1 +1 @@
|
|||
Subproject commit f6639d39778255e1ec475af5badc2a996e94214b
|
||||
Subproject commit 1db5622826a183247ff451f8e54efdb0a3d0acd9
|
Loading…
Add table
Reference in a new issue