1
0
Fork 0
mirror of https://github.com/GuerillaHQ/now-playing synced 2024-06-27 14:01:35 +00:00

Update Glitch Family → Glitch.Family

This commit is contained in:
Tixie 2022-03-26 14:54:48 +01:00
parent ba57449f9d
commit b8b6091396
7 changed files with 13 additions and 13 deletions

View file

@ -1,6 +1,6 @@
# Now Playing
Handpicked Albums by the Glitch Family
Handpicked Albums by the Glitch.Family
## Project setup

View file

@ -1,7 +1,7 @@
baseURL = "http://127.0.0.1:8080/"
languageCode = "en-us"
title = "Now Playing"
author = "the Glitch Family"
author = "Glitch.Family"
mainSections = ["musics"]
paginate = 16
disableKinds = ["taxonomy", "taxonomyTerm"]

View file

@ -4,7 +4,7 @@
{{ block "metaTitle" . }}
<title>{{ .Title }}</title>
<meta name="description" content="Handpicked Albums by the Glitch Family">
<meta name="description" content="Handpicked Albums by the Glitch.Family">
{{ end }}
@ -23,7 +23,7 @@
{{ block "metaSocial" . }}
<!-- opengraph -->
<meta property="og:title" content="Now Playing ∴ Great music should be shared">
<meta property="og:description" content="Handpicked Albums by the Glitch Family">
<meta property="og:description" content="Handpicked Albums by the Glitch.Family">
<meta property="og:url" content="https://music.glitch.family">
<meta property="og:image" content="{{ "/favicons/android-chrome-512x512.png" | absURL }}">
<meta property="og:image:height" content="512">
@ -31,7 +31,7 @@
<!-- twitter card -->
<meta name="twitter:card" content="summary" />
<meta name="twitter:title" content="Now Playing ∴ Great music should be shared" />
<meta name="twitter:description" content="Handpicked Albums by the Glitch Family" />
<meta name="twitter:description" content="Handpicked Albums by the Glitch.Family" />
{{ end }}
{{ with .Site.GetPage "/" }}

View file

@ -1,7 +1,7 @@
{{ define "metaTitle" }}
{{ $paginator := .Paginate (where .Site.RegularPages "Type" "in" "musics") }}
<title>{{ if (not $paginator.HasPrev) }}{{ .Site.Title }} ∴ Handpicked Albums by the Glitch Family{{ else }}{{ .Site.Title }} ∴ Albums (Page {{ $paginator.PageNumber }}) {{ end }}</title>
<meta name="description" content="Handpicked Albums by the Glitch Family">
<title>{{ if (not $paginator.HasPrev) }}{{ .Site.Title }} ∴ Handpicked Albums by the Glitch.Family{{ else }}{{ .Site.Title }} ∴ Albums (Page {{ $paginator.PageNumber }}) {{ end }}</title>
<meta name="description" content="Handpicked Albums by the Glitch.Family">
{{ end }}
{{ define "main" }}
{{ $paginator := .Paginate (where .Site.RegularPages "Type" "in" "musics") }}
@ -13,7 +13,7 @@
<h1 class="home-head__title" data-text="Handpicked Albums">
<span class="glitch" data-text="Handpicked">Handpicked</span> <span class="glitch" data-text="Albums">Albums</span>
</h1>
<p class="home-head__subtitle">by the Glitch Family</p>
<p class="home-head__subtitle">by the Glitch.Family</p>
</div>
</div>
</div>
@ -67,10 +67,10 @@
<section class="home-about">
<div class="container">
<h2 class="visually-hidden">About</h2>
<p>At Glitch Family we love music, I mean we LOVE music! And we also LOVE great album covers. So we decided to make a place where we can showcase albums that are dear to us.</p>
<p>At Glitch.Family we love music, I mean we LOVE music! And we also LOVE great album covers. So we decided to make a place where we can showcase albums dear to us.</p>
<p>
This is Now Playing.<br>
A Glitch Familys project.
A Glitch.Family's project.
</p>
</div>
</section>

View file

@ -2,7 +2,7 @@
<channel>
<title>{{ .Site.Title }}</title>
<link>{{ .Permalink }}</link>
<description>Handpicked Albums by the Glitch Family</description>
<description>Handpicked Albums by the Glitch.Family</description>
<generator>Hugo -- gohugo.io</generator>{{ with .Site.LanguageCode }}
<language>{{.}}</language>{{end}}{{ with .Site.Author.email }}
<managingEditor>{{.}}{{ with $.Site.Author.name }} ({{.}}){{end}}</managingEditor>{{end}}{{ with .Site.Author.email }}

View file

@ -1,5 +1,5 @@
<footer class="footer">
<a class="footer__logo" href="https://glitch.family">
<img src="{{ "/images/logo-glitch-family.svg" | absURL }}" width="307" height="72" alt="by Glitch Family" title="by Glitch Family">
<img src="{{ "/images/logo-glitch-family.svg" | absURL }}" width="307" height="72" alt="by Glitch.Family" title="by Glitch.Family">
</a>
</footer>

View file

@ -1,7 +1,7 @@
{
"name": "now-playing",
"version": "1.0.0",
"description": " Handpicked Albums by the Glitch Family",
"description": " Handpicked Albums by the Glitch.Family",
"repository": {
"type": "git",
"url": "git+https://github.com/GlitchFamily/now-playing.git"