diff options
| author | Ariel Costas <94913521+arielcostas@users.noreply.github.com> | 2023-11-25 22:44:05 +0100 |
|---|---|---|
| committer | Ariel Costas <94913521+arielcostas@users.noreply.github.com> | 2023-11-25 22:44:05 +0100 |
| commit | 8b0edfffade23dad7ead437ee5d845860cdb1ee7 (patch) | |
| tree | 0c13b75a1130ebcf3ee6440d4e679b4f4a9a7792 /hugo.yaml | |
| parent | a82f0919d535ba5d86abfbe653bad8ba0fdcf51f (diff) | |
Implement blog page, add a few links
Diffstat (limited to 'hugo.yaml')
| -rw-r--r-- | hugo.yaml | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -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 |
