aboutsummaryrefslogtreecommitdiff
path: root/hugo.yaml
diff options
context:
space:
mode:
authorAriel Costas <94913521+arielcostas@users.noreply.github.com>2023-11-25 22:44:05 +0100
committerAriel Costas <94913521+arielcostas@users.noreply.github.com>2023-11-25 22:44:05 +0100
commit8b0edfffade23dad7ead437ee5d845860cdb1ee7 (patch)
tree0c13b75a1130ebcf3ee6440d4e679b4f4a9a7792 /hugo.yaml
parenta82f0919d535ba5d86abfbe653bad8ba0fdcf51f (diff)
Implement blog page, add a few links
Diffstat (limited to 'hugo.yaml')
-rw-r--r--hugo.yaml7
1 files changed, 6 insertions, 1 deletions
diff --git a/hugo.yaml b/hugo.yaml
index 7231a57..bf7940c 100644
--- a/hugo.yaml
+++ b/hugo.yaml
@@ -4,4 +4,9 @@ title: Ariel Costas
outputs:
home: ["HTML", "AMP"]
- posts: ["HTML", "RSS", "markdown"] \ No newline at end of file
+ posts: ["HTML", "RSS", "markdown"]
+
+markup:
+ goldmark:
+ renderer:
+ unsafe: true \ No newline at end of file