diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..a6f65a6 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,17 @@ +root = true + +[*] +indent_style = space +indent_size = 2 +end_of_line = lf +insert_final_newline = true +trim_trailing_whitespace = true +charset = utf-8 + +[*.scss] +indent_style = space +indent_size = 2 + +[*.yml] +indent_style = space +indent_size = 2 diff --git a/README.md b/README.md index dfbe71c..5316128 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Now Playing -Handpicked Albums by the Glitch.Family +Collection of Handpicked Albums by the Guérilla.Studio ## Project setup diff --git a/assets/scss/2-helpers/_text.scss b/assets/scss/2-helpers/_text.scss index 0d0ae0e..02759b4 100644 --- a/assets/scss/2-helpers/_text.scss +++ b/assets/scss/2-helpers/_text.scss @@ -6,6 +6,10 @@ font-weight: bold; } +.semibold { + font-weight: 600; +} + .italic { font-style: italic; } diff --git a/assets/scss/4-base/_09-footer.scss b/assets/scss/4-base/_09-footer.scss index 9046810..5e8eb20 100644 --- a/assets/scss/4-base/_09-footer.scss +++ b/assets/scss/4-base/_09-footer.scss @@ -14,4 +14,8 @@ .footer__logo:link, .footer__logo:visited { display: inline-block; + color: #8f92ae; + font-size: 3rem; + font-weight: bold; + letter-spacing: 0.015em; } diff --git a/assets/scss/6-pages/home.scss b/assets/scss/6-pages/home.scss index 4ef75c3..7b37da4 100644 --- a/assets/scss/6-pages/home.scss +++ b/assets/scss/6-pages/home.scss @@ -45,7 +45,7 @@ .home-about { padding-top: 20rem; background-color: $color-primary; - color: rgba($color-light-text, .6rem); + color: rgba($color-light-text, .6); text-align: center; font-style: italic; font-size: 2.6rem; diff --git a/config.toml b/config.toml index bf50821..0fa11eb 100644 --- a/config.toml +++ b/config.toml @@ -1,13 +1,16 @@ baseURL = "http://localhost:1313/" languageCode = "en-us" title = "Now Playing" -author = "Glitch.Family" mainSections = ["a"] paginate = 16 disableKinds = ["taxonomy", "taxonomyTerm"] +[params] + description = "Collection of Handpicked Albums by Guérilla.Studio" + [params.author] + name = "Guérilla.Studio" [imaging] quality = 95 [security] - [security.funcs] - getenv = [ "^HUGO_", "CONTEXT", "URL" ] + [security.funcs] + getenv = [ "^HUGO_", "CONTEXT", "URL" ] diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html index 5a464b8..7df263c 100644 --- a/layouts/_default/baseof.html +++ b/layouts/_default/baseof.html @@ -4,7 +4,7 @@ {{ block "metaTitle" . }} {{ .Title }} - + {{ end }} @@ -21,17 +21,17 @@ {{ block "metaSocial" . }} - - - - - - - - - - - + + + + + + + + + + + {{ end }} {{ with .Site.GetPage "/" }} diff --git a/layouts/index.html b/layouts/index.html index 179228e..cdd0a41 100644 --- a/layouts/index.html +++ b/layouts/index.html @@ -1,7 +1,7 @@ {{ define "metaTitle" }} {{ $paginator := .Paginate (where .Site.RegularPages "Type" "in" "a") }} - {{ if (not $paginator.HasPrev) }}{{ .Site.Title }} ∴ Handpicked Albums by the Glitch.Family{{ else }}{{ .Site.Title }} ∴ Albums (Page {{ $paginator.PageNumber }}) {{ end }} - + {{ if (not $paginator.HasPrev) }}{{ .Site.Title }} ∴ Handpicked Albums by Guérilla.Studio{{ else }}{{ .Site.Title }} ∴ Albums (Page {{ $paginator.PageNumber }}) {{ end }} + {{ end }} {{ define "main" }} {{ $paginator := .Paginate (where .Site.RegularPages "Type" "in" "a") }} @@ -13,7 +13,7 @@

Handpicked Albums

-

by the Glitch.Family

+

A collection by Guérilla.Studio

@@ -67,10 +67,9 @@

About

-

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.

+

At Guérilla 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.

- This is Now Playing.
- A Glitch.Family's project. + This is Now Playing, our little favorite albums collection.

diff --git a/layouts/index.rss.xml b/layouts/index.rss.xml index 97c3987..d52ace9 100644 --- a/layouts/index.rss.xml +++ b/layouts/index.rss.xml @@ -2,11 +2,12 @@ {{ .Site.Title }} {{ .Permalink }} - Handpicked Albums by the Glitch.Family + {{ .Site.Params.description }} + {{ .Site.Params.author.name }} Hugo -- gohugo.io{{ with .Site.LanguageCode }} - {{.}}{{end}}{{ with .Site.Author.email }} - {{.}}{{ with $.Site.Author.name }} ({{.}}){{end}}{{end}}{{ with .Site.Author.email }} - {{.}}{{ with $.Site.Author.name }} ({{.}}){{end}}{{end}}{{ if not .Date.IsZero }} + {{.}}{{end}}{{ with .Site.Params.author.name }} + {{.}}{{end}}{{ with .Site.Params.author.name }} + {{.}}{{end}}{{ if not .Date.IsZero }} {{ .Date.Format "Mon, 02 Jan 2006 15:04:05 -0700" | safeHTML }}{{ end }} {{ with .OutputFormats.Get "RSS" }} {{ printf "" .Permalink .MediaType | safeHTML }} diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html index fa72851..044aa41 100644 --- a/layouts/partials/footer.html +++ b/layouts/partials/footer.html @@ -1,5 +1,5 @@ diff --git a/package.json b/package.json index ee3823e..9c90676 100644 --- a/package.json +++ b/package.json @@ -1,9 +1,9 @@ { "name": "now-playing", - "version": "1.0.0", - "description": " Handpicked Albums by the Glitch.Family", + "version": "1.0.1", + "description": "Collection of Handpicked Albums by Guérilla.Studio", "repository": { "type": "git", - "url": "git+https://github.com/GlitchFamily/now-playing.git" + "url": "git+https://github.com/GuerillaHQ/now-playing.git" } } diff --git a/static/admin/config.yml b/static/admin/config.yml index 9961d98..3ef2862 100644 --- a/static/admin/config.yml +++ b/static/admin/config.yml @@ -1,12 +1,12 @@ --- backend: name: github - repo: GlitchFamily/now-playing + repo: GuerillaHQ/now-playing branch: main # local_backend: true -site_url: https://music.glitch.family -display_url: https://music.glitch.family -logo_url: https://music.glitch.family/images/logo-glitch-family.svg +site_url: https://music.guerilla.studio +display_url: https://music.guerilla.studio +logo_url: https://music.guerilla.studio/images/illustration.svg media_folder: assets/upload public_folder: "/upload" collections: