Add Sites Files
This commit is contained in:
91
config.toml
Normal file
91
config.toml
Normal file
@@ -0,0 +1,91 @@
|
||||
baseURL = "http://overzeuknup.top/"
|
||||
defaultContentLanguage = "fr"
|
||||
languageCode = "fr"
|
||||
|
||||
title = "Over zeu Knup"
|
||||
|
||||
theme = "gokarna"
|
||||
|
||||
# Automatically generate robots.txt
|
||||
enableRobotsTXT = true
|
||||
|
||||
[menu]
|
||||
[[menu.main]]
|
||||
identifier = "home"
|
||||
name = "Home"
|
||||
url = "/"
|
||||
weight = 1
|
||||
|
||||
[[menu.main]]
|
||||
identifier = "about"
|
||||
name = "Présentation"
|
||||
url = "/about/"
|
||||
weight = 2
|
||||
|
||||
[[menu.main]]
|
||||
# Unique identifer for a menu item
|
||||
identifier = "dates"
|
||||
|
||||
url = "/dates/"
|
||||
|
||||
# You can add extra information before the name (HTML format is supported), such as icons
|
||||
pre = ""
|
||||
|
||||
# You can add extra information after the name (HTML format is supported), such as icons
|
||||
post = ""
|
||||
|
||||
# Display name
|
||||
name = "Dates"
|
||||
|
||||
# Weights are used to determine the ordering
|
||||
weight = 3
|
||||
|
||||
[[menu.main]]
|
||||
identifier = "gallery"
|
||||
name = "Galerie"
|
||||
url = "/gallery/"
|
||||
weight = 4
|
||||
|
||||
[[menu.main]]
|
||||
identifier = "repository"
|
||||
name = "Morceaux"
|
||||
url = "/repository/"
|
||||
weight = 5
|
||||
|
||||
[[menu.main]]
|
||||
identifier = "mail"
|
||||
url = "mailto:pot.punkuezrevo@overzeuknup.top"
|
||||
weight = 6
|
||||
pre = "<span data-feather='mail'></span>"
|
||||
|
||||
|
||||
[params]
|
||||
# URL for the avatar on homepage
|
||||
smallAvatarURL = "/images/OZK Small.png"
|
||||
avatarURL = "/images/OZK Logo Fond Blanc.png"
|
||||
|
||||
# Choose one of size-xs, size-s, size-m, size-l & size-xl. (Default: size-m)
|
||||
avatarSize = "custom"
|
||||
|
||||
# Description to display on homepage
|
||||
description = "Classic & Rock'n'Roll Quatuor sauce Punk'Jazz - Lyon"
|
||||
|
||||
# Accent color is displayed when you hover over <a> tags
|
||||
accentColor = "#FF4D4D"
|
||||
|
||||
# You can use this to inject any HTML in the <head> tag.
|
||||
# Ideal usecase for this is to import custom js/css or add your analytics snippet
|
||||
customHeadHTML = '''
|
||||
<link rel="stylesheet" href="/css/ozk.css">
|
||||
'''
|
||||
|
||||
# Keywords relevant for SEO
|
||||
metaKeywords = ["knup", "musique", "lyon", "fanfare", "over", "brass"]
|
||||
|
||||
# Footer text
|
||||
footer = "OzK"
|
||||
|
||||
socialIcons = [
|
||||
{name = "mastodon", url = "https://mastodon.social/@ozk"},
|
||||
{name = "mail", url = "mailto:pot.punkuezrevo@overzeuknup.top"},
|
||||
]
|
||||
Reference in New Issue
Block a user