WIP: formatting publications on personal website.

This commit is contained in:
2022-09-05 18:48:11 +02:00
parent 7a763f36d2
commit 8a3ad22d99
27 changed files with 47759 additions and 13499 deletions

View File

@ -1,9 +1,9 @@
---
title: "Hugo Short Codes"
date: 2022-06-14T19:36:18+02:00
draft: false
draft: true
toc: false
tags:
tags:
- hugo
- code
---
@ -73,4 +73,3 @@ railroad.Diagram("foo", railroad.Choice(0, "bar", "baz"), css=style)
{{< python-svg dest="/images/posts/test.svg" title="This is a python-svg exmaple." >}}
railroad.Diagram("foo", railroad.Choice(0, "bar", "baz"), css=style)
{{< /python-svg >}}