diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..3bce0e7 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ + +public/ diff --git a/archetypes/default.md b/archetypes/default.md new file mode 100644 index 0000000..00e77bd --- /dev/null +++ b/archetypes/default.md @@ -0,0 +1,6 @@ +--- +title: "{{ replace .Name "-" " " | title }}" +date: {{ .Date }} +draft: true +--- + diff --git a/config.toml b/config.toml new file mode 100644 index 0000000..e51e23a --- /dev/null +++ b/config.toml @@ -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 = "" + + +[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 tags + accentColor = "#FF4D4D" + + # You can use this to inject any HTML in the tag. + # Ideal usecase for this is to import custom js/css or add your analytics snippet + customHeadHTML = ''' + + ''' + + # 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"}, + ] \ No newline at end of file diff --git a/content/about/_index.md b/content/about/_index.md new file mode 100644 index 0000000..945b2c7 --- /dev/null +++ b/content/about/_index.md @@ -0,0 +1,14 @@ +--- +title: "Présentation" +type: page +--- + +## Over zeu Knup [ovəʁ zø knœp] + +![LogoAbout](/images/OZK%20Logo%20Fond%20Blanc.png) + +1. Un composé instable et réactif formé d’un saxophoniste, un tromboniste, un soubassophoniste et d’un batteur, cuits à feux doux jusqu’à ébulition puis agités au shaker ; + +2. Environ 1 heure de performance qui, sous vos oreilles ébahies, tentera des désarrangements éclectiques mêlants sans vergogne classique et rock’n roll, le tout accomodé sauce punk’jazz ; + +3. Nom masculin (bon, ok, un peu) singulier (ah oui, ça, vachement plus !) définissant un concept visant au dela des limites du punk, jusqu’à l’irrespect de tout concept, et de l’irrespect lui-même donc, du coup … non, c’est absurde en fait, et bien disons ça : OverZeuKnup, c’est absurdement pas mal ! diff --git a/content/dates/2021-08-06-FeriAin.md b/content/dates/2021-08-06-FeriAin.md new file mode 100644 index 0000000..56e941d --- /dev/null +++ b/content/dates/2021-08-06-FeriAin.md @@ -0,0 +1,6 @@ +--- +type: "post" +title: "FeriAin des Fanfarons - Thoissey" +date: 2021-08-06T22:00:00+01:00 +--- + diff --git a/content/dates/2021-12-12-PalaisDeJustice.md b/content/dates/2021-12-12-PalaisDeJustice.md new file mode 100644 index 0000000..9dbc035 --- /dev/null +++ b/content/dates/2021-12-12-PalaisDeJustice.md @@ -0,0 +1,6 @@ +--- +type: "post" +title: "Passerelle du Palais de Justice - Lyon" +date: 2021-12-12T12:00:00+01:00 +--- + diff --git a/content/dates/2022-07-31-DecenteDeLaSaone.md b/content/dates/2022-07-31-DecenteDeLaSaone.md new file mode 100644 index 0000000..faf75ed --- /dev/null +++ b/content/dates/2022-07-31-DecenteDeLaSaone.md @@ -0,0 +1,6 @@ +--- +type: "post" +title: "Decente de la Saône - Replonge" +date: 2022-07-31T11:00:00+01:00 +--- + diff --git a/content/gallery/2020-01-01 Nouvel An.jpg b/content/gallery/2020-01-01 Nouvel An.jpg new file mode 100644 index 0000000..03df1d9 Binary files /dev/null and b/content/gallery/2020-01-01 Nouvel An.jpg differ diff --git a/content/gallery/IMG_20211212_133505.jpg b/content/gallery/IMG_20211212_133505.jpg new file mode 100644 index 0000000..f103c40 Binary files /dev/null and b/content/gallery/IMG_20211212_133505.jpg differ diff --git a/content/gallery/IMG_20211212_133511.jpg b/content/gallery/IMG_20211212_133511.jpg new file mode 100644 index 0000000..5feb330 Binary files /dev/null and b/content/gallery/IMG_20211212_133511.jpg differ diff --git a/content/gallery/_index.md b/content/gallery/_index.md new file mode 100644 index 0000000..3d8b21b --- /dev/null +++ b/content/gallery/_index.md @@ -0,0 +1,14 @@ +--- +title: "Nos Photos" +type: page +--- + +### Passerelle du Palais de Justice - 12 décembre 2021 + +![GalleryPhoto](IMG_20211212_133505.jpg) + +![GalleryPhoto](IMG_20211212_133511.jpg) + +### Autres + +![GalleryPhoto](2020-01-01%20Nouvel%20An.jpg) diff --git a/content/repository/_index.md b/content/repository/_index.md new file mode 100644 index 0000000..4d34603 --- /dev/null +++ b/content/repository/_index.md @@ -0,0 +1,12 @@ +--- +title: "Nos Morceaux" +type: page +--- + +### La Symphonie du Nouveau Knup + +{{