diff --git a/hugo.toml b/hugo.toml new file mode 100644 index 0000000..7595849 --- /dev/null +++ b/hugo.toml @@ -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 diff --git a/themes/researcher b/themes/researcher index 3b00e61..203bd17 160000 --- a/themes/researcher +++ b/themes/researcher @@ -1 +1 @@ -Subproject commit 3b00e619381916e42fe696820ba2030db3f32a64 +Subproject commit 203bd1792ed448e9fdce3cea198fefd1c80dfea7