This commit is contained in:
sakrecoer 2025-06-29 11:20:56 +02:00
parent 83a1783bab
commit 7ae823c921
9 changed files with 39 additions and 52 deletions

View file

@ -28,42 +28,21 @@ enableRobotsTXT = "false"
author = "Basspistol" author = "Basspistol"
[params.geo] [params.geo]
timezone = "Europe/Switzerland" timezone = "Europe/Switzerland"
lat = "46.21242" lat = "46.20406"
long = "6.11550" long = "6.13366"
region = "CH-NE" region = "CH-GE"
street = "ruelle William-Mayor 2" street = "Quai Du Seujet 34"
locality = "Neuchâtel" locality = "Geneve"
country = "Switzerland" country = "Switzerland"
postalcode = "2000" postalcode = "1201"
[params.homepage_meta_tags] [params.homepage_meta_tags]
meta_og_type = "website" meta_og_type = "website"
meta_og_image = "images/hodlingSA-meta-image.jpg" meta_og_image = "images/bpist-banner.png"
# meta_twitter_site = "@mytwitterhandle" # meta_twitter_site = "@mytwitterhandle"
# meta_twitter_creator = "@mytwitt" # meta_twitter_creator = "@mytwitt"
[params.podcast]
title = "Hugo Podcast"
subtitle = "Subtitle"
summary = "Summary"
authors = [ "Author" ]
email = "example@example.com"
image = "/img/podcast-logo.png"
audio_base_url = "https://cdn.example.com/podcast"
copyright = "Copyright"
category = "Category"
sub_category = "Sub Category"
explicit = "no"
itunesID = 12345677
itunes_type = "episodic" # accepted values are: "episodic" or "serial"
update_period = "weekly"
update_frequency = 1
funding_url = "https://example.com/funding"
funding_text = "Buy me a coffee"
[params._editor]
default_path = "/"
[permalinks] [permalinks]
posts = "/blog/:year-:month-:day-:slug/" posts = "/blog/:year-:month-:day-:slug/"
pages = "/:contentbasename/" pages = "/:contentbasename/"

View file

@ -30,13 +30,8 @@ body {
filter: grayscale(0%) !important; filter: grayscale(0%) !important;
transition: filter .1s linear; transition: filter .1s linear;
} }
} }
#navigation { #navigation {
* { * {
@ -57,11 +52,8 @@ width: calc(100vw - 40px);
height: 100px; height: 100px;
box-shadow: 0 4px 15px rgba(0,0,0,.3); box-shadow: 0 4px 15px rgba(0,0,0,.3);
z-index: 1000; z-index: 1000;
} }
nav { nav {
* { * {
@ -97,9 +89,11 @@ nav {
margin: auto; margin: auto;
padding: 10px; padding: 10px;
max-width: 100px; max-width: 100px;
display: flex;
} }
li > a { li > a {
color: orange; color: orange;
margin: auto;
} }
} }

View file

@ -78,15 +78,21 @@ figcaption {
text-decoration: none; text-decoration: none;
line-height: 1.25em; line-height: 1.25em;
overflow-y: hidden; overflow-y: hidden;
p { p {
font-size: .8em; font-size: .5em;
line-height: 1.75em; line-height: 1.75em;
strong { strong {
font-size: 1.25em; font-size: 1.5em;
line-height: 1.2em; line-height: 1.2em;
} }
} }
@media screen and (max-width: 1024px) {
p {
font-size: .9em;
}
}
} }
.section-headers { .section-headers {

View file

@ -115,8 +115,8 @@
<section id="gancio"> <section id="gancio">
<article class="section-headers"> <article class="section-headers">
<h2>Agenda</h2> <h2>Agenda</h2>
<p>Outernational Party people <br /> <p>World-wide events you never hear about. <br />
Powerful. Syndicated. Artists.</p> Likely happening under your feet.</p>
</article> </article>
<div class="border"> <div class="border">

View file

@ -131,6 +131,7 @@
<figcaption> <figcaption>
<p><strong>{{ .username }}</strong> <p><strong>{{ .username }}</strong>
<br /> <br />
</p> </p>
</figcaption> </figcaption>
</figure> </figure>

View file

@ -34,7 +34,7 @@
} }
h2 { h2 {
font-size: 24em; font-size: 12em;
/* text-transform: uppercase;*/ /* text-transform: uppercase;*/
line-height: 1em; line-height: 1em;
flex: 1 1 100%; flex: 1 1 100%;

View file

@ -32,7 +32,9 @@
width: 100%; width: 100%;
} }
.cartouche > a { .cartouche > a {
flex: 0 0 100px; flex: 0 0 125px;
height: 125px;
margin-bottom: 10px;
} }
.cartouche > p { .cartouche > p {
flex: 1 1 100px; flex: 1 1 100px;
@ -51,12 +53,13 @@
flex: 1 1 100%; flex: 1 1 100%;
} }
p { p {
font-size: .5em;
flex: 1 1 100%; flex: 1 1 100%;
line-height: 1em; line-height: 1em;
strong { strong {
font-size: 1.5em; font-size: 1.5em;
line-height: 1em;
} }
} }
@ -65,7 +68,11 @@
font-size: 8em; font-size: 8em;
} }
p { p {
font-size: .9em;
}
strong {
font-size: 1em; font-size: 1em;
line-height: 1em;
} }
} }
@ -129,12 +136,10 @@
{{ with $data.data }} {{ with $data.data }}
{{ range . | shuffle | last 5 }} {{ range . | shuffle | last 5 }}
<article class="peertubes" style="background-image:linear-gradient(to bottom, rgba(128, 0, 128, 1), rgba(128, 0, 128, .75)),url(https://v.basspistol.org{{ .video.previewPath }})"> <article class="peertubes" style="background-image:linear-gradient(to bottom, rgba(128, 0, 128, .5), rgba(128, 0, 128, 1)),url(https://v.basspistol.org{{ .video.previewPath }})">
<div class="cartouche"> <div class="cartouche">
<a href="{{ .video.url }}" target="_blank"> <a href="{{ .video.url }}" target="_blank">
<svg <svg
width="75"
height="75"
version="1.1" version="1.1"
viewBox="0 0 57.679166 57.67917" viewBox="0 0 57.679166 57.67917"
id="svg2" id="svg2"
@ -198,11 +203,10 @@
stroke-width="3.4098" stroke-width="3.4098"
style="fill:orange;fill-opacity:1;stroke:orange;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1;paint-order:stroke fill markers;filter:url(#filter25)" style="fill:orange;fill-opacity:1;stroke:orange;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1;paint-order:stroke fill markers;filter:url(#filter25)"
id="path2" /> id="path2" />
</svg> </svg>
</a> </a>
<div> <div>
<p class="title"><strong>{{ .video.name }}</strong></p> <p><strong>{{ .video.name }}</strong></p>
<p>&nbsp;</p>
<p>&nbsp;</p> <p>&nbsp;</p>
<p class="author">{{ .video.account.displayName }}</p> <p class="author">{{ .video.account.displayName }}</p>
</div> </div>

View file

@ -24,6 +24,9 @@
<meta name="author" content="{{ .Site.Title }}" /> <meta name="author" content="{{ .Site.Title }}" />
<meta name="generator" content="Hugo" /> <meta name="generator" content="Hugo" />
<!-- Fedi -->
<meta name="fediverse:creator" content="@syndicate@s.basspistol.org">
<!-- Dublin Core basic info --> <!-- Dublin Core basic info -->
<meta name="dcterms.Identifier" content="{{ .Permalink }}" /> <meta name="dcterms.Identifier" content="{{ .Permalink }}" />

Binary file not shown.

After

Width:  |  Height:  |  Size: 44 KiB