Add Sites Files

This commit is contained in:
2022-03-24 10:00:46 +01:00
parent 23c8d95db7
commit a4c91e41dd
31 changed files with 263 additions and 0 deletions

2
.gitignore vendored Normal file
View File

@@ -0,0 +1,2 @@
public/

6
archetypes/default.md Normal file
View File

@@ -0,0 +1,6 @@
---
title: "{{ replace .Name "-" " " | title }}"
date: {{ .Date }}
draft: true
---

91
config.toml Normal file
View 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"},
]

14
content/about/_index.md Normal file
View File

@@ -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é dun saxophoniste, un tromboniste, un soubassophoniste et dun 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 rockn roll, le tout accomodé sauce punkjazz ;
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à lirrespect de tout concept, et de lirrespect lui-même donc, du coup … non, cest absurde en fait, et bien disons ça : OverZeuKnup, cest absurdement pas mal !

View File

@@ -0,0 +1,6 @@
---
type: "post"
title: "FeriAin des Fanfarons - Thoissey"
date: 2021-08-06T22:00:00+01:00
---

View File

@@ -0,0 +1,6 @@
---
type: "post"
title: "Passerelle du Palais de Justice - Lyon"
date: 2021-12-12T12:00:00+01:00
---

View File

@@ -0,0 +1,6 @@
---
type: "post"
title: "Decente de la Saône - Replonge"
date: 2022-07-31T11:00:00+01:00
---

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.0 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 756 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 789 KiB

14
content/gallery/_index.md Normal file
View File

@@ -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)

View File

@@ -0,0 +1,12 @@
---
title: "Nos Morceaux"
type: page
---
### La Symphonie du Nouveau Knup
{{<audio src="/audio/StFunny.mp3">}}
### Hashi de T&Tea Fumé
{{<audio src="/audio/TNT.mp3">}}

17
content/setlist/_index.md Normal file
View File

@@ -0,0 +1,17 @@
---
title: "Set List"
type: page
---
1. Salut Fred
2. St Funny
3. Bang Bang Vamonos
4. Trish Trash
5. Deudeuch Land
6. RayGay Triste
7. Blue Waffle Monk
8. TNT
---
9. El GuMix
10. Gay Bar

View File

@@ -0,0 +1,6 @@
<figure {{ with .Get "class" }}class="{{ . }}"{{ end }}>
<audio controls preload="{{ .Get "preload" | default "metadata" }}">
{{ with .Get "src" }}<source src="{{ . | relURL }}" type="audio/mpeg">{{ end }}
</audio>
{{ with .Get "caption" }}<figcaption>{{ . }}</figcaption>{{ end }}
</figure>

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB

BIN
static/apple-touch-icon.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.4 KiB

BIN
static/audio/StFunny.mp3 Normal file

Binary file not shown.

BIN
static/audio/TNT.mp3 Normal file

Binary file not shown.

9
static/browserconfig.xml Normal file
View File

@@ -0,0 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<browserconfig>
<msapplication>
<tile>
<square150x150logo src="/mstile-150x150.png"/>
<TileColor>#da532c</TileColor>
</tile>
</msapplication>
</browserconfig>

14
static/css/ozk.css Normal file
View File

@@ -0,0 +1,14 @@
img[alt=LogoAbout] {
width: 250px;
margin-top: 50px;
margin-bottom: 50px;
}
.home-about .avatar img {
border-radius: 0%;
}
.home-about .avatar img.custom {
height: 20rem;
width: 20rem;
}

BIN
static/favicon-16x16.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 676 B

BIN
static/favicon-32x32.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 973 B

BIN
static/favicon.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 70 KiB

BIN
static/images/OZK Small.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 38 KiB

BIN
static/images/OZK.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 50 KiB

BIN
static/mstile-150x150.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.0 KiB

View File

@@ -0,0 +1,40 @@
<?xml version="1.0" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 20010904//EN"
"http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd">
<svg version="1.0" xmlns="http://www.w3.org/2000/svg"
width="1000.000000pt" height="1000.000000pt" viewBox="0 0 1000.000000 1000.000000"
preserveAspectRatio="xMidYMid meet">
<metadata>
Created by potrace 1.14, written by Peter Selinger 2001-2017
</metadata>
<g transform="translate(0.000000,1000.000000) scale(0.100000,-0.100000)"
fill="#000000" stroke="none">
<path d="M7005 7303 c-1180 -97 -1754 -148 -1762 -156 -8 -9 34 -559 177
-2296 104 -1256 192 -2287 197 -2292 13 -13 3575 279 3589 294 9 9 -34 575
-176 2294 -104 1255 -191 2287 -195 2293 -3 5 -23 9 -43 9 -20 -1 -824 -66
-1787 -146z m1365 -840 c-1 -5 -164 -366 -364 -803 l-364 -795 26 -45 c47 -85
239 -375 595 -904 197 -291 357 -532 357 -537 0 -5 -6 -9 -12 -9 -7 0 -206
-16 -443 -35 -236 -19 -432 -31 -436 -27 -3 4 -86 126 -184 272 -98 146 -228
337 -289 425 l-111 160 -3 -40 c-1 -22 13 -224 32 -450 19 -225 31 -413 28
-416 -7 -6 -667 -60 -728 -59 -31 0 -31 1 -37 63 -23 234 -249 3019 -245 3022
6 6 757 69 762 64 2 -2 18 -191 35 -419 36 -466 37 -483 54 -477 6 2 104 215
218 473 l206 469 424 36 c488 42 479 41 479 32z"/>
<path d="M1129 7158 c-9 -27 -345 -3906 -338 -3912 10 -11 3037 -281 3046
-272 9 9 348 3904 341 3912 -4 3 -685 66 -1515 140 -1538 136 -1532 136 -1534
132z m1626 -263 c284 -40 497 -148 706 -355 215 -213 337 -462 401 -820 26
-147 36 -485 19 -667 -25 -271 -57 -451 -107 -594 -194 -564 -504 -917 -929
-1058 -137 -46 -251 -64 -425 -66 -143 -3 -168 0 -325 32 -178 36 -238 57
-371 134 -567 323 -792 992 -658 1954 18 129 76 333 140 489 231 566 578 874
1069 950 119 19 356 19 480 1z"/>
<path d="M2267 6704 c-155 -34 -282 -106 -403 -228 -257 -259 -384 -623 -414
-1185 -34 -643 120 -1198 420 -1515 228 -241 492 -306 860 -210 115 30 198 81
313 193 216 209 340 482 402 881 23 144 31 565 16 795 -10 145 -19 205 -46
310 -136 523 -358 831 -680 941 -72 25 -97 28 -240 30 -116 3 -179 -1 -228
-12z"/>
<path d="M4588 5426 c-264 -7 -441 -15 -446 -21 -5 -6 -6 -111 -3 -245 l6
-235 214 4 c205 4 213 3 208 -15 -20 -66 -275 -977 -352 -1260 l-93 -340 5
-167 c3 -92 9 -169 12 -171 3 -2 233 3 511 10 278 7 538 13 578 13 l72 1 0
153 c0 85 -3 196 -7 247 l-6 93 -233 -6 c-177 -4 -232 -3 -229 6 13 38 314
1070 369 1262 l65 230 -7 225 -7 225 -110 1 c-60 0 -307 -4 -547 -10z"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 2.3 KiB

19
static/site.webmanifest Normal file
View File

@@ -0,0 +1,19 @@
{
"name": "",
"short_name": "",
"icons": [
{
"src": "/android-chrome-192x192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "/android-chrome-512x512.png",
"sizes": "512x512",
"type": "image/png"
}
],
"theme_color": "#ffffff",
"background_color": "#ffffff",
"display": "standalone"
}

1
themes/gokarna Submodule

Submodule themes/gokarna added at 70f359b864