aboutsummaryrefslogtreecommitdiff
path: root/hugo.yaml
blob: 8d2992b8967bf45b5f578a46c5339655ca6e46a5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
baseURL: https://www.costas.dev/
languageCode: es-ES
defaultContentLanguage: es
title: Ariel Costas

outputs:
  home: ["HTML"]
  posts: ["HTML", "RSS", "markdown"]

markup:
  goldmark:
    renderer:
      unsafe: true