diff --git a/hugo.toml b/hugo.toml index 88f2c7a..8d31b2c 100644 --- a/hugo.toml +++ b/hugo.toml @@ -28,42 +28,21 @@ enableRobotsTXT = "false" author = "Basspistol" [params.geo] timezone = "Europe/Switzerland" - lat = "46.21242" - long = "6.11550" - region = "CH-NE" - street = "ruelle William-Mayor 2" - locality = "Neuchâtel" + lat = "46.20406" + long = "6.13366" + region = "CH-GE" + street = "Quai Du Seujet 34" + locality = "Geneve" country = "Switzerland" - postalcode = "2000" + postalcode = "1201" [params.homepage_meta_tags] 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_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] posts = "/blog/:year-:month-:day-:slug/" pages = "/:contentbasename/" diff --git a/themes/basspistol2025/assets/css/style.css b/themes/basspistol2025/assets/css/style.css index 4565356..efdb61e 100644 --- a/themes/basspistol2025/assets/css/style.css +++ b/themes/basspistol2025/assets/css/style.css @@ -30,13 +30,8 @@ body { filter: grayscale(0%) !important; transition: filter .1s linear; } - } - - - - #navigation { * { @@ -57,11 +52,8 @@ width: calc(100vw - 40px); height: 100px; box-shadow: 0 4px 15px rgba(0,0,0,.3); z-index: 1000; - - - - } + nav { * { @@ -97,9 +89,11 @@ nav { margin: auto; padding: 10px; max-width: 100px; + display: flex; } li > a { color: orange; + margin: auto; } } diff --git a/themes/basspistol2025/layouts/partials/body/discog.html b/themes/basspistol2025/layouts/partials/body/discog.html index 421c087..f0618d2 100644 --- a/themes/basspistol2025/layouts/partials/body/discog.html +++ b/themes/basspistol2025/layouts/partials/body/discog.html @@ -78,15 +78,21 @@ figcaption { text-decoration: none; line-height: 1.25em; overflow-y: hidden; + p { - font-size: .8em; + font-size: .5em; line-height: 1.75em; strong { - font-size: 1.25em; + font-size: 1.5em; line-height: 1.2em; } } + @media screen and (max-width: 1024px) { + p { + font-size: .9em; + } + } } .section-headers { diff --git a/themes/basspistol2025/layouts/partials/body/gancio.html b/themes/basspistol2025/layouts/partials/body/gancio.html index c003329..dda3655 100644 --- a/themes/basspistol2025/layouts/partials/body/gancio.html +++ b/themes/basspistol2025/layouts/partials/body/gancio.html @@ -115,8 +115,8 @@

Agenda

-

Outernational Party people
- Powerful. Syndicated. Artists.

+

World-wide events you never hear about.
+ Likely happening under your feet.

diff --git a/themes/basspistol2025/layouts/partials/body/gang.html b/themes/basspistol2025/layouts/partials/body/gang.html index f080928..3386a4a 100644 --- a/themes/basspistol2025/layouts/partials/body/gang.html +++ b/themes/basspistol2025/layouts/partials/body/gang.html @@ -131,6 +131,7 @@

{{ .username }}
+

diff --git a/themes/basspistol2025/layouts/partials/body/peertube.backup.html b/themes/basspistol2025/layouts/partials/body/peertube.backup.html index 0c1ae1f..bb2c42e 100644 --- a/themes/basspistol2025/layouts/partials/body/peertube.backup.html +++ b/themes/basspistol2025/layouts/partials/body/peertube.backup.html @@ -34,7 +34,7 @@ } h2 { - font-size: 24em; + font-size: 12em; /* text-transform: uppercase;*/ line-height: 1em; flex: 1 1 100%; diff --git a/themes/basspistol2025/layouts/partials/body/peertube.html b/themes/basspistol2025/layouts/partials/body/peertube.html index 0135d61..ca6e079 100644 --- a/themes/basspistol2025/layouts/partials/body/peertube.html +++ b/themes/basspistol2025/layouts/partials/body/peertube.html @@ -32,7 +32,9 @@ width: 100%; } .cartouche > a { - flex: 0 0 100px; + flex: 0 0 125px; + height: 125px; + margin-bottom: 10px; } .cartouche > p { flex: 1 1 100px; @@ -51,12 +53,13 @@ flex: 1 1 100%; } p { - + font-size: .5em; flex: 1 1 100%; line-height: 1em; - strong { + strong { font-size: 1.5em; + line-height: 1em; } } @@ -65,7 +68,11 @@ font-size: 8em; } p { + font-size: .9em; + } + strong { font-size: 1em; + line-height: 1em; } } @@ -129,12 +136,10 @@ {{ with $data.data }} {{ range . | shuffle | last 5 }} -
+
- - + +
-

{{ .video.name }}

-

 

+

{{ .video.name }}

 

{{ .video.account.displayName }}

diff --git a/themes/basspistol2025/layouts/partials/head/seo.html b/themes/basspistol2025/layouts/partials/head/seo.html index 6e2031e..4f81b53 100644 --- a/themes/basspistol2025/layouts/partials/head/seo.html +++ b/themes/basspistol2025/layouts/partials/head/seo.html @@ -24,6 +24,9 @@ + + + diff --git a/themes/basspistol2025/static/images/bpist-banner.png b/themes/basspistol2025/static/images/bpist-banner.png new file mode 100644 index 0000000..0d284de Binary files /dev/null and b/themes/basspistol2025/static/images/bpist-banner.png differ