mirror of
https://github.com/lleene/hugo-site.git
synced 2025-01-23 20:12:21 +01:00
20 lines
385 B
Markdown
20 lines
385 B
Markdown
---
|
|
title: "Hugo Integration 🧭"
|
|
date: 2021-10-30T15:42:22+02:00
|
|
draft: true
|
|
toc: false
|
|
images:
|
|
tags:
|
|
- untagged
|
|
---
|
|
|
|
## This is Word in Progress
|
|
|
|
The hope here is that we can call a predefined go procedure that parses
|
|
some section of markdown source code and instantiates the corresponding svg file
|
|
under our static folder that is then referenced.
|
|
|
|
``` go
|
|
{{/* a comment */}}
|
|
```
|