Migrace na hugo

This commit is contained in:
Marek Nečada 2023-03-13 13:02:16 +02:00
parent ca5933bd80
commit 0b6cdd2a5d
2 changed files with 43 additions and 1 deletions

42
hugo.toml Normal file
View File

@ -0,0 +1,42 @@
baseURL = "https://necada.org"
title = "Marek Nečada"
theme = "researcher"
disableKinds = ["taxonomy", "term"]
enableEmoji = false
math = false # enable KaTeX (https://katex.org/) globally
# googleAnalytics = "" # add your tracking id
[params]
author = "Marek Nečada"
description = "Piraatti Marek Nečada ehdolla Eduskuntaan"
favicon = "Piratpartiet.svg" # path to a .ico to use as favicon
logo = "" # url or path to a logo to put in the header
[params.footer]
text = ""
url = "https://necada.org"
[params.style] # appearance options (can be omitted)
fontFamily = "Inconsolata"
pageWidth = "750px"
avatarSize = "90px"
colorBlack = "#222222"
colorRed = "#dc3545"
[permalinks]
"/" = "/:filename"
[menu]
[[menu.main]]
name = "Esittely"
url = "/esittely"
weight = 2
[[menu.main]]
name = "Yhteystiedot"
url = "/yhteystiedot"
weight = 3
[[menu.main]]
name = "Eduskuntavaalit 2023"
url = "/eduskunta2023"
weight = 1
[markup.goldmark.renderer]
unsafe = true # allow raw HTML in markdown files

@ -1 +1 @@
Subproject commit 3b00e619381916e42fe696820ba2030db3f32a64
Subproject commit 203bd1792ed448e9fdce3cea198fefd1c80dfea7