From c426f2f385c1e7b7dc7bf16e2cd1cc939b23d089 Mon Sep 17 00:00:00 2001 From: miraikumiko Date: Mon, 14 Apr 2025 11:08:03 +0200 Subject: Fix theme --- layouts/_default/baseof.html | 56 ---------------- layouts/partials/custom_head.html | 2 - layouts/partials/footer.html | 3 - layouts/partials/header.html | 6 -- layouts/partials/nav.html | 22 ------ layouts/partials/seo_tags.html | 22 ------ layouts/partials/social_card.html | 136 -------------------------------------- themes/hugo-bearcub | 2 +- 8 files changed, 1 insertion(+), 248 deletions(-) delete mode 100644 layouts/_default/baseof.html delete mode 100644 layouts/partials/custom_head.html delete mode 100644 layouts/partials/footer.html delete mode 100644 layouts/partials/header.html delete mode 100644 layouts/partials/nav.html delete mode 100644 layouts/partials/seo_tags.html delete mode 100644 layouts/partials/social_card.html diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html deleted file mode 100644 index 2525d2e..0000000 --- a/layouts/_default/baseof.html +++ /dev/null @@ -1,56 +0,0 @@ - - - - - - - - {{- partial "favicon.html" . -}} - {{- block "title" . }}{{ with .Title }}{{ . }} | {{ end }}{{ .Site.Title }}{{- end }} - - {{- partial "seo_tags.html" . -}} - - - {{ $style := print (default "original" .Site.Params.themeStyle) ".css" | resources.Get | minify }} - - - {{ if (.Page.Store.Get "hasCodeBlock") }} - {{ $syntax := resources.Get "syntax.css" | minify }} - - {{ end }} - - {{ with .Params.style }} - {{ $extra := resources.Get . | minify }} - - {{ end }} - - {{ with .OutputFormats.Get "rss" -}} - {{ printf `` .Rel .MediaType.Type .Permalink $.Site.Title | safeHTML }} - {{ end -}} - - - {{- partial "custom_head.html" . -}} - - - -
- {{- partial "header.html" . -}} -
-
- {{- block "main" . }}{{- end }} -
- - - - {{- partial "custom_body.html" . -}} - - - - diff --git a/layouts/partials/custom_head.html b/layouts/partials/custom_head.html deleted file mode 100644 index 1a0313a..0000000 --- a/layouts/partials/custom_head.html +++ /dev/null @@ -1,2 +0,0 @@ -{{ $customCSS := resources.Get "css/custom.css" | resources.Minify }} - diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html deleted file mode 100644 index 360bdca..0000000 --- a/layouts/partials/footer.html +++ /dev/null @@ -1,3 +0,0 @@ - - {{ .Site.Copyright }} | Email | Misskey | Github - diff --git a/layouts/partials/header.html b/layouts/partials/header.html deleted file mode 100644 index f7d9d5e..0000000 --- a/layouts/partials/header.html +++ /dev/null @@ -1,6 +0,0 @@ - - - -
{{ .Site.Title }}
-
- diff --git a/layouts/partials/nav.html b/layouts/partials/nav.html deleted file mode 100644 index e31262a..0000000 --- a/layouts/partials/nav.html +++ /dev/null @@ -1,22 +0,0 @@ -{{ range .Site.Menus.main.ByWeight }} - {{ .Name }} -{{ end }} -RSS - - -{{ $translations := dict }} -{{ range .Translations }} - {{ $translations = merge $translations (dict .Language.Lang .) }} -{{ end }} - - -{{ range where .Site.Languages "Lang" "!=" .Page.Lang }} - {{ with (index $translations .Lang) }} - {{ .Language.LanguageName }} - {{ else }} - - {{ if not .Params.hideUntranslated }} - {{ .LanguageName }} - {{ end }} - {{ end }} -{{ end }} \ No newline at end of file diff --git a/layouts/partials/seo_tags.html b/layouts/partials/seo_tags.html deleted file mode 100644 index 07829fd..0000000 --- a/layouts/partials/seo_tags.html +++ /dev/null @@ -1,22 +0,0 @@ - - - - - - - - - - -{{ if and (and (default false .Site.Params.generateSocialCard) (not (isset .Params "images"))) (eq .Kind "page") }} - {{ partial "social_card.html" . }} -{{ else }} - - {{ template "_internal/opengraph.html" . }} - - - {{ template "_internal/twitter_cards.html" . }} - - - {{ template "_internal/schema.html" . }} -{{ end }} diff --git a/layouts/partials/social_card.html b/layouts/partials/social_card.html deleted file mode 100644 index 7c9fc4f..0000000 --- a/layouts/partials/social_card.html +++ /dev/null @@ -1,136 +0,0 @@ - -{{ $font := resources.GetRemote "https://github.com/google/fonts/raw/main/ofl/firamono/FiraMono-Bold.ttf" }} -{{ $fg := resources.Get "images/social_card_fg.png"}} -{{ $bg := resources.Get "images/social_card_bg.png"}} - -{{ if gt (len .Title) 40 }} - {{ $fg = $fg.Filter (images.Text .Title (dict - "font" $font - "color" "#fafafa" - "size" 95 - "linespacing" 16 - "x" 0 - "y" 0 - )) }} -{{ else }} - {{ $fg = $fg.Filter (images.Text .Title (dict - "font" $font - "color" "#fafafa" - "size" 130 - "linespacing" 20 - "x" 0 - "y" 0 - )) }} -{{ end }} - -{{ $date := .Date.Format (default "2006-01-02" .Site.Params.dateFormat) }} -{{ $author := (default $.Site.Params.author.name ($.Param "author.name")) }} -{{ $byline := (printf "%s | %s" $author $date) }} - -{{ $fg = $fg.Filter (images.Text $byline (dict - "font" $font - "color" "#898a8d" - "size" 60 - "linespacing" 30 - "x" 0 - "y" 425 -)) }} - -{{ $card := $bg.Filter (images.Overlay $fg 112 140 ) }} -{{ $card := $card.Resize "900x webp q100" }} - - - - - - - - - - -{{- if .IsPage }} -{{- $iso8601 := "2006-01-02T15:04:05-07:00" -}} - -{{ with .PublishDate }}{{ end }} -{{ with .Lastmod }}{{ end }} -{{- end -}} - -{{- with .Params.audio }}{{ end }} -{{- with .Params.locale }}{{ end }} -{{- with .Site.Params.title }}{{ end }} -{{- with .Params.videos }}{{- range . }} - -{{ end }}{{ end }} - -{{- /* If it is part of a series, link to related articles */}} -{{- $permalink := .Permalink }} -{{- $siteSeries := .Site.Taxonomies.series }} -{{- if $siteSeries }} -{{ with .Params.series }}{{- range $name := . }} - {{- $series := index $siteSeries ($name | urlize) }} - {{- range $page := first 6 $series.Pages }} - {{- if ne $page.Permalink $permalink }}{{ end }} - {{- end }} -{{ end }}{{ end }} -{{- end }} - -{{- /* Deprecate site.Social.facebook_admin in favor of site.Params.social.facebook_admin */}} -{{- $facebookAdmin := "" }} -{{- with site.Params.social }} - {{- if reflect.IsMap . }} - {{- $facebookAdmin = .facebook_admin }} - {{- end }} -{{- else }} - {{- with site.Social.facebook_admin }} - {{- $facebookAdmin = . }} - {{- warnf "The social key in site configuration is deprecated. Use params.social.facebook_admin instead." }} - {{- end }} -{{- end }} - -{{- /* Facebook Page Admin ID for Domain Insights */}} -{{ with $facebookAdmin }}{{ end }} - - - - - - - - -{{- /* Deprecate site.Social.twitter in favor of site.Params.social.twitter */}} -{{- $twitterSite := "" }} -{{- with site.Params.social }} - {{- if reflect.IsMap . }} - {{- $twitterSite = .twitter }} - {{- end }} -{{- else }} - {{- with site.Social.twitter }} - {{- $twitterSite = . }} - {{- warnf "The social key in site configuration is deprecated. Use params.social.twitter instead." }} - {{- end }} -{{- end }} - -{{- with $twitterSite }} - {{- $content := . }} - {{- if not (strings.HasPrefix . "@") }} - {{- $content = printf "@%v" $twitterSite }} - {{- end }} - -{{- end }} - - - - - - -{{- if .IsPage -}} -{{- $iso8601 := "2006-01-02T15:04:05-07:00" -}} -{{ with .PublishDate }}{{ end}} -{{ with .Lastmod }}{{ end}} - - - - - - -{{- end -}} diff --git a/themes/hugo-bearcub b/themes/hugo-bearcub index aa6a8b4..d89ff14 160000 --- a/themes/hugo-bearcub +++ b/themes/hugo-bearcub @@ -1 +1 @@ -Subproject commit aa6a8b4f90c1e3cacb5a22d6c7313749ae8f7be2 +Subproject commit d89ff14d7032685f0fb63da8f4b7506d7076956f -- cgit v1.2.3