Migrace na hugo
This commit is contained in:
parent
ca5933bd80
commit
0b6cdd2a5d
|
@ -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
|
Loading…
Reference in New Issue