~xenrox/homepage

baf50a72799f0ed2aac0d4cb5e24f94d5e005899 — Thorben Günther 10 months ago 508a366
hugo: Set date format and syntax highlighting theme
1 files changed, 7 insertions(+), 0 deletions(-)

M hugo.toml
M hugo.toml => hugo.toml +7 -0
@@ 3,3 3,10 @@ languageCode = 'en-us'
title = 'Thorben Günther'
theme = 'gruvbox-simple'
copyright = 'Thorben Günther'

[params]
    dateFmt = "02.01.2006 15:04"

[markup]
  [markup.highlight]
    style = "gruvbox"