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 # Now Playing
Handpicked Albums by the Glitch Family Handpicked Albums by the Glitch.Family
## Project setup ## Project setup

View file

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

View file

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

View file

@ -1,7 +1,7 @@
{{ define "metaTitle" }} {{ define "metaTitle" }}
{{ $paginator := .Paginate (where .Site.RegularPages "Type" "in" "musics") }} {{ $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> <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"> <meta name="description" content="Handpicked Albums by the Glitch.Family">
{{ end }} {{ end }}
{{ define "main" }} {{ define "main" }}
{{ $paginator := .Paginate (where .Site.RegularPages "Type" "in" "musics") }} {{ $paginator := .Paginate (where .Site.RegularPages "Type" "in" "musics") }}
@ -13,7 +13,7 @@
<h1 class="home-head__title" data-text="Handpicked Albums"> <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> <span class="glitch" data-text="Handpicked">Handpicked</span> <span class="glitch" data-text="Albums">Albums</span>
</h1> </h1>
<p class="home-head__subtitle">by the Glitch Family</p> <p class="home-head__subtitle">by the Glitch.Family</p>
</div> </div>
</div> </div>
</div> </div>
@ -67,10 +67,10 @@
<section class="home-about"> <section class="home-about">
<div class="container"> <div class="container">
<h2 class="visually-hidden">About</h2> <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> <p>
This is Now Playing.<br> This is Now Playing.<br>
A Glitch Familys project. A Glitch.Family's project.
</p> </p>
</div> </div>
</section> </section>

View file

@ -2,7 +2,7 @@
<channel> <channel>
<title>{{ .Site.Title }}</title> <title>{{ .Site.Title }}</title>
<link>{{ .Permalink }}</link> <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 }} <generator>Hugo -- gohugo.io</generator>{{ with .Site.LanguageCode }}
<language>{{.}}</language>{{end}}{{ with .Site.Author.email }} <language>{{.}}</language>{{end}}{{ with .Site.Author.email }}
<managingEditor>{{.}}{{ with $.Site.Author.name }} ({{.}}){{end}}</managingEditor>{{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"> <footer class="footer">
<a class="footer__logo" href="https://glitch.family"> <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> </a>
</footer> </footer>

View file

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