From f06f7ebccd7fd6fd96ca4dc403e91b804fa0a08d Mon Sep 17 00:00:00 2001 From: Pinapelz Date: Fri, 12 Jun 2026 18:35:59 -0700 Subject: move microblog to main blog --- indieweb-micro/themes/MinIndie/LICENSE.md | 22 -- indieweb-micro/themes/MinIndie/README.md | 100 ------ .../themes/MinIndie/archetypes/default.md | 4 - indieweb-micro/themes/MinIndie/archetypes/posts.md | 11 - .../layouts/_default/_markup/render-image.html | 11 - .../themes/MinIndie/layouts/_default/baseof.html | 26 -- .../themes/MinIndie/layouts/_default/list.html | 57 ---- .../themes/MinIndie/layouts/_default/single.html | 75 ----- .../themes/MinIndie/layouts/_default/summary.html | 13 - .../themes/MinIndie/layouts/_default/taxonomy.html | 45 --- .../themes/MinIndie/layouts/bookmarks/single.html | 44 --- indieweb-micro/themes/MinIndie/layouts/index.html | 8 - .../themes/MinIndie/layouts/indie/single.html | 66 ---- .../themes/MinIndie/layouts/notes/notes.html | 42 --- .../themes/MinIndie/layouts/notes/single.html | 44 --- .../MinIndie/layouts/partials/article-extra.html | 0 .../layouts/partials/article-old-content.html | 6 - .../layouts/partials/article-precontent.html | 0 .../layouts/partials/article-prevnext.html | 17 - .../MinIndie/layouts/partials/article-related.html | 10 - .../MinIndie/layouts/partials/bio-hcard.html | 13 - .../MinIndie/layouts/partials/footer-extra.html | 0 .../themes/MinIndie/layouts/partials/footer.html | 14 - .../MinIndie/layouts/partials/head-extra.html | 20 -- .../themes/MinIndie/layouts/partials/header.html | 17 - .../MinIndie/layouts/partials/homepage-body.html | 5 - .../MinIndie/layouts/partials/pagination.html | 9 - .../layouts/partials/single-title-extra.html | 3 - .../MinIndie/layouts/partials/webmentions.html | 356 --------------------- .../themes/MinIndie/layouts/shortcodes/follow.html | 12 - .../MinIndie/layouts/shortcodes/hashtag.html | 3 - .../MinIndie/layouts/shortcodes/mention.html | 8 - .../themes/MinIndie/static/css/style.css | 296 ----------------- indieweb-micro/themes/MinIndie/theme.toml | 17 - 34 files changed, 1374 deletions(-) delete mode 100644 indieweb-micro/themes/MinIndie/LICENSE.md delete mode 100644 indieweb-micro/themes/MinIndie/README.md delete mode 100644 indieweb-micro/themes/MinIndie/archetypes/default.md delete mode 100644 indieweb-micro/themes/MinIndie/archetypes/posts.md delete mode 100644 indieweb-micro/themes/MinIndie/layouts/_default/_markup/render-image.html delete mode 100644 indieweb-micro/themes/MinIndie/layouts/_default/baseof.html delete mode 100644 indieweb-micro/themes/MinIndie/layouts/_default/list.html delete mode 100644 indieweb-micro/themes/MinIndie/layouts/_default/single.html delete mode 100644 indieweb-micro/themes/MinIndie/layouts/_default/summary.html delete mode 100644 indieweb-micro/themes/MinIndie/layouts/_default/taxonomy.html delete mode 100644 indieweb-micro/themes/MinIndie/layouts/bookmarks/single.html delete mode 100644 indieweb-micro/themes/MinIndie/layouts/index.html delete mode 100644 indieweb-micro/themes/MinIndie/layouts/indie/single.html delete mode 100644 indieweb-micro/themes/MinIndie/layouts/notes/notes.html delete mode 100644 indieweb-micro/themes/MinIndie/layouts/notes/single.html delete mode 100644 indieweb-micro/themes/MinIndie/layouts/partials/article-extra.html delete mode 100644 indieweb-micro/themes/MinIndie/layouts/partials/article-old-content.html delete mode 100644 indieweb-micro/themes/MinIndie/layouts/partials/article-precontent.html delete mode 100644 indieweb-micro/themes/MinIndie/layouts/partials/article-prevnext.html delete mode 100644 indieweb-micro/themes/MinIndie/layouts/partials/article-related.html delete mode 100644 indieweb-micro/themes/MinIndie/layouts/partials/bio-hcard.html delete mode 100644 indieweb-micro/themes/MinIndie/layouts/partials/footer-extra.html delete mode 100644 indieweb-micro/themes/MinIndie/layouts/partials/footer.html delete mode 100644 indieweb-micro/themes/MinIndie/layouts/partials/head-extra.html delete mode 100644 indieweb-micro/themes/MinIndie/layouts/partials/header.html delete mode 100644 indieweb-micro/themes/MinIndie/layouts/partials/homepage-body.html delete mode 100644 indieweb-micro/themes/MinIndie/layouts/partials/pagination.html delete mode 100644 indieweb-micro/themes/MinIndie/layouts/partials/single-title-extra.html delete mode 100644 indieweb-micro/themes/MinIndie/layouts/partials/webmentions.html delete mode 100644 indieweb-micro/themes/MinIndie/layouts/shortcodes/follow.html delete mode 100644 indieweb-micro/themes/MinIndie/layouts/shortcodes/hashtag.html delete mode 100644 indieweb-micro/themes/MinIndie/layouts/shortcodes/mention.html delete mode 100644 indieweb-micro/themes/MinIndie/static/css/style.css delete mode 100644 indieweb-micro/themes/MinIndie/theme.toml (limited to 'indieweb-micro/themes') diff --git a/indieweb-micro/themes/MinIndie/LICENSE.md b/indieweb-micro/themes/MinIndie/LICENSE.md deleted file mode 100644 index 630c225..0000000 --- a/indieweb-micro/themes/MinIndie/LICENSE.md +++ /dev/null @@ -1,22 +0,0 @@ -The MIT License (MIT) - -Copyright (c) 2016 Vimux - -Copyright (c) 2020 colorchestra - -Permission is hereby granted, free of charge, to any person obtaining a copy of -this software and associated documentation files (the "Software"), to deal in -the Software without restriction, including without limitation the rights to -use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of -the Software, and to permit persons to whom the Software is furnished to do so, -subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS -FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR -COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER -IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN -CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. diff --git a/indieweb-micro/themes/MinIndie/README.md b/indieweb-micro/themes/MinIndie/README.md deleted file mode 100644 index cef0972..0000000 --- a/indieweb-micro/themes/MinIndie/README.md +++ /dev/null @@ -1,100 +0,0 @@ -# MinIndie - -This theme is **heavily** based on [smol](https://themes.gohugo.io/themes/smol/), a minimalist hugo theme, thanks to their work! - -MinIndie is a very minimal hugo theme with indieweb markups. A demo can be found on my blog at https://bacardi55.io - -## Features - -- No JavaScript -- No Google spyware or tracking of any kind -- No other external dependencies, embedded fonts or comment sections -- Dark mode support (depending on your OS's setting) -- Indieweb markup - -## Installation - -In your Hugo site `themes` directory, run: - -``` -git clone https:// -``` - -Next, open `config.toml` in the base of the Hugo site and ensure the theme option is set to `smol`. - -``` -theme = "minindie" -``` - -Lastly, add the following lines to your `config.toml` to set site parameters and make use of all the menu entries in the header and footer sections if you need them. - -``` -title = "Site Name" -baseURL = "https://your.domain.tld" -copyright = "A copyright message" - -# Parameters -[params] - subtitle = "ἕν οἶδα ὅτι οὐδὲν οἶδα" - dateFmt = "Monday, January 2, 2006" - # tagPostOlderThanXDays = 555 # To display a message if the post is older than this number of days. - # xslpath = "/rss.xsl" # If you want to theme your RSS feed. Optional. - -[params.author] - name = "your name" # required for h-card - email = "your@email.tld" - avatar = "/path/to/avatar.png" - bio = "A bio description
Html is accepted." - -[params.indieweb] - authorizationEndpoint = "https://indieauth.com/auth" - tokenEndpoint = "https://tokens.indieauth.com/token" - webmentionEndpoint = "https://webmention.io/your.domain.tld/webmention" - relmepgp = "/path/to//public/key.asc" - [[params.indieweb.relme]] - url = "https://" - [[params.indieweb.relme]] - url = "https://" - -# Menus: -## Header -[menu] - [[menu.main]] - identifier = "posts" - name = "Posts" - url = "/posts/" - weight = 1 - - [[menu.main]] - identifier = "categories" - name = "Categories" - url = "/categories/" - weight = 2 - - [[menu.main]] - identifier = "tags" - name = "Tags" - url = "/tags/" - weight = 3 - -## Footer - [[menu.footer]] - name = "Github" - url = "https://github.com/example" - weight = 1 - - [[menu.footer]] - name = "Mastodon" - url = "https://example.com/@user" - weight = 2 - - [[menu.footer]] - name = "Imprint" - url = "/imprint" - weight = 3 - -``` - -## License - -This theme is released under the [MIT license](https://github.com/colorchestra/smol/blob/master/LICENSE). diff --git a/indieweb-micro/themes/MinIndie/archetypes/default.md b/indieweb-micro/themes/MinIndie/archetypes/default.md deleted file mode 100644 index ef75f76..0000000 --- a/indieweb-micro/themes/MinIndie/archetypes/default.md +++ /dev/null @@ -1,4 +0,0 @@ -+++ -title = "{{ replace .Name "-" " " | title }}" -date = {{ .Date }} -+++ diff --git a/indieweb-micro/themes/MinIndie/archetypes/posts.md b/indieweb-micro/themes/MinIndie/archetypes/posts.md deleted file mode 100644 index 11182ff..0000000 --- a/indieweb-micro/themes/MinIndie/archetypes/posts.md +++ /dev/null @@ -1,11 +0,0 @@ ---- -title: "{{ replace .Name "-" " " | title }}" -date: {{ .Date }} -slug: {{ now.Format "2006-01-02" }}-{{ .Name | urlize }} -type: posts -draft: true -categories: - - default -tags: - - default ---- diff --git a/indieweb-micro/themes/MinIndie/layouts/_default/_markup/render-image.html b/indieweb-micro/themes/MinIndie/layouts/_default/_markup/render-image.html deleted file mode 100644 index 41008ca..0000000 --- a/indieweb-micro/themes/MinIndie/layouts/_default/_markup/render-image.html +++ /dev/null @@ -1,11 +0,0 @@ -{{ if .Title }} -
- {{ .Text }} -
{{ .Title }}
-
-{{ else }} -
- {{ .Text }} -
-{{ end }} - diff --git a/indieweb-micro/themes/MinIndie/layouts/_default/baseof.html b/indieweb-micro/themes/MinIndie/layouts/_default/baseof.html deleted file mode 100644 index e8b6411..0000000 --- a/indieweb-micro/themes/MinIndie/layouts/_default/baseof.html +++ /dev/null @@ -1,26 +0,0 @@ - - - - - - - - {{ .Title }} | {{ .Site.Title }} - {{ with .Site.Params.description }}{{ end }} - {{ with .Site.Params.author }}{{ end }} - - {{ range .Site.Params.customCSS -}} - - {{- end }} - {{- with .OutputFormats.Get "RSS" -}} - {{ printf `` .Rel .MediaType.Type .RelPermalink $.Site.Title | safeHTML }} - {{- end }} - - {{ partial "head-extra.html" . }} - - - {{ partial "header" . }} - {{ block "main" . }}{{ end }} - {{ partial "footer" . }} - - diff --git a/indieweb-micro/themes/MinIndie/layouts/_default/list.html b/indieweb-micro/themes/MinIndie/layouts/_default/list.html deleted file mode 100644 index 7f8130e..0000000 --- a/indieweb-micro/themes/MinIndie/layouts/_default/list.html +++ /dev/null @@ -1,57 +0,0 @@ -{{ define "main" }} -
- {{ $pageKind := .Kind }} - {{ if or .Title .Content }} -
- {{ if .Title }} -

- {{ .Title }} - {{ partial "single-title-extra.html" . }} -

- {{ end }} - {{ with .Content }}
{{ . }}
{{ end }} -
- {{ end }} - -
- {{ $yearCptr := "" }} - {{ $monthCptr := "" }} - {{ range .Paginator.Pages }} - {{ $postYear := .Date.Year }} - {{ $postMonth := .Date.Month }} - - {{ if or (ne $monthCptr $postMonth) (and (eq $yearCptr "") (eq $monthCptr "")) }} - {{ $yearCptr = $postYear }} - {{ $monthCptr = $postMonth }} - {{ if and (ne $yearCptr "") (ne $monthCptr "") }} - -
- {{ end }} -
-

{{ $monthCptr }} {{ $yearCptr }}

-
    - {{ end }} - -
  • - -
    - : - {{ if eq $pageKind "term" }}[{{ .Type }}] {{ end }} - - {{.Title }} - -
    -
  • - - {{ $yearCptr = $postYear }} - {{ $monthCptr = $postMonth }} - {{ end }} -
-
- - - {{ partial "pagination.html" . }} -
-{{ end }} diff --git a/indieweb-micro/themes/MinIndie/layouts/_default/single.html b/indieweb-micro/themes/MinIndie/layouts/_default/single.html deleted file mode 100644 index 2ab1f0a..0000000 --- a/indieweb-micro/themes/MinIndie/layouts/_default/single.html +++ /dev/null @@ -1,75 +0,0 @@ -{{ define "main" }} -{{ $ageDays := div (sub now.Unix .Date.Unix) 86400 }} -
-
- -

{{ .Title }}

- - - {{ if .Date }} -
- - - Permalink -
- {{ end }} - - {{- if or .Params.categories .Params.tags -}} - - {{- end -}} - - {{- with .Site.Params.tagPostOlderThanXDays -}} - {{- if and (gt $ageDays .) (eq $.Type "posts") -}} - {{ partial "article-old-content.html" . }} - {{- end -}} - {{- end -}} - - {{- partial "article-precontent.html" . -}} - - {{- if .Params.toc -}} -
-

Table of Content

- -
- {{- end -}} - -
- {{ .Content }} -
- - {{ partial "article-extra.html" . }} - - {{ if .Site.Params.enableNextPrevPages }} - {{ partial "article-prevnext.html" . }} - {{ end }} - - {{ if .Site.Params.enableRelatedPages }} - {{ partial "article-related.html" . }} - {{ end }} - {{ partial "webmentions.html" . }} -
-
-{{ end }} diff --git a/indieweb-micro/themes/MinIndie/layouts/_default/summary.html b/indieweb-micro/themes/MinIndie/layouts/_default/summary.html deleted file mode 100644 index e971c18..0000000 --- a/indieweb-micro/themes/MinIndie/layouts/_default/summary.html +++ /dev/null @@ -1,13 +0,0 @@ -
-

{{ .Title }}

- - {{ range .Params.tags }} - {{ . }} - {{ end }} -
- {{ .Summary | replaceRE "(?s)
]*>.*?
" "" | replaceRE "(?s)]*>.*?" "" | replaceRE "(?s)]*>.*?" "" | replaceRE "(?s)```[\\s\\S]*?```" "" | safeHTML }} - {{ if .Truncated }} - Read more... - {{ end }} -
-
diff --git a/indieweb-micro/themes/MinIndie/layouts/_default/taxonomy.html b/indieweb-micro/themes/MinIndie/layouts/_default/taxonomy.html deleted file mode 100644 index e51e530..0000000 --- a/indieweb-micro/themes/MinIndie/layouts/_default/taxonomy.html +++ /dev/null @@ -1,45 +0,0 @@ -{{ define "main" }} -{{ $pageTitle := .Title }} -
-
-

- {{ .Title }} - - RSS icon - -

-
- {{ .Content }} -
- {{- if eq .Kind "taxonomy" -}} - - {{ end }} - {{- if eq .Kind "term" -}} -

Content linked to the taxonomy term « {{ strings.ToUpper .Title }} »:

- {{ $currentType := "" }} - {{ range sort .Pages.ByDate.Reverse ".Type" "desc" }} - {{ if or (eq $currentType "") (ne $currentType .Type) }} - {{ if ne $currentType "" }} - -
- {{ end }} -
-

{{ strings.FirstUpper .Type }}

-
    - {{ end }} -
  • - - {{ .Title }} -
  • - {{ $currentType = .Type }} - {{ end }} -
-
- {{- end -}} - -
-{{ end }} diff --git a/indieweb-micro/themes/MinIndie/layouts/bookmarks/single.html b/indieweb-micro/themes/MinIndie/layouts/bookmarks/single.html deleted file mode 100644 index 3e50b62..0000000 --- a/indieweb-micro/themes/MinIndie/layouts/bookmarks/single.html +++ /dev/null @@ -1,44 +0,0 @@ -{{ define "main" }} -
-
- - -

- - {{ .Title }} - -

-
- - - Permalink -
-
- Tags: - {{ range .Params.tags }} - {{ . }} - {{ end }} -
- - {{ with .Params.description }} -
- Description: -
{{ . }}
-
- {{ end }} - - {{ with .Content }} -
{{ . }}
- {{ end }} - -
- → - {{ .Params.bookmark_url }} -

-
- - {{ partial "article-extra.html" . }} -
-
-{{ end }} diff --git a/indieweb-micro/themes/MinIndie/layouts/index.html b/indieweb-micro/themes/MinIndie/layouts/index.html deleted file mode 100644 index 777a2fd..0000000 --- a/indieweb-micro/themes/MinIndie/layouts/index.html +++ /dev/null @@ -1,8 +0,0 @@ -{{ define "main" }} -
-
-

{{ .Site.Title }}

- {{- partial "bio-hcard.html" . -}} - {{- partial "homepage-body.html" . -}} -
-{{ end }} diff --git a/indieweb-micro/themes/MinIndie/layouts/indie/single.html b/indieweb-micro/themes/MinIndie/layouts/indie/single.html deleted file mode 100644 index 906b704..0000000 --- a/indieweb-micro/themes/MinIndie/layouts/indie/single.html +++ /dev/null @@ -1,66 +0,0 @@ -{{ define "main" }} -{{ $ageDays := div (sub now.Unix .Date.Unix) 86400 }} -
-
- -

{{ .Title }}

- - - {{- if or .Params.categories .Params.tags -}} - - {{- end -}} - - {{- with .Site.Params.tagPostOlderThanXDays -}} - {{- if and (gt $ageDays .) (eq $.Type "posts") -}} - {{ partial "article-old-content.html" . }} - {{- end -}} - {{- end -}} - - {{- partial "article-precontent.html" . -}} - - {{- if .Params.toc -}} -
-

Table of Content

- -
- {{- end -}} - -
- {{ .Content }} -
- - {{ partial "article-extra.html" . }} - - {{ if .Site.Params.enableNextPrevPages }} - {{ partial "article-prevnext.html" . }} - {{ end }} - - {{ if .Site.Params.enableRelatedPages }} - {{ partial "article-related.html" . }} - {{ end }} -
- -
-{{ end }} diff --git a/indieweb-micro/themes/MinIndie/layouts/notes/notes.html b/indieweb-micro/themes/MinIndie/layouts/notes/notes.html deleted file mode 100644 index 23aa6d9..0000000 --- a/indieweb-micro/themes/MinIndie/layouts/notes/notes.html +++ /dev/null @@ -1,42 +0,0 @@ -{{ define "main" }} -
- {{ $pageKind := .Kind }} - {{ if or .Title .Content }} -
- {{ with .Title }} -

- {{ . }} - RSS icon - h-feed icon -

- {{ end }} - {{ with .Content }}
{{ . }}
{{ end }} -
- {{ end }} - -
- {{ range .Pages }} -
- -

- {{ .Content }} -

- - - - {{ with .Params.Tags }} - - Tags: - {{ range . }} - #{{ . }} - {{ end }} - {{ end }} -
- {{ end }} -
- -
-{{ end }} diff --git a/indieweb-micro/themes/MinIndie/layouts/notes/single.html b/indieweb-micro/themes/MinIndie/layouts/notes/single.html deleted file mode 100644 index 7b96f5c..0000000 --- a/indieweb-micro/themes/MinIndie/layouts/notes/single.html +++ /dev/null @@ -1,44 +0,0 @@ -{{ define "main" }} -{{ $ageDays := div (sub now.Unix .Date.Unix) 86400 }} -
-
- -
- - - Permalink -
- - {{- if or .Params.categories .Params.tags -}} - - {{- end -}} - - {{- partial "article-precontent.html" . -}} - -
- {{ .Content }} -
-
-
-{{ end }} diff --git a/indieweb-micro/themes/MinIndie/layouts/partials/article-extra.html b/indieweb-micro/themes/MinIndie/layouts/partials/article-extra.html deleted file mode 100644 index e69de29..0000000 diff --git a/indieweb-micro/themes/MinIndie/layouts/partials/article-old-content.html b/indieweb-micro/themes/MinIndie/layouts/partials/article-old-content.html deleted file mode 100644 index 785f3be..0000000 --- a/indieweb-micro/themes/MinIndie/layouts/partials/article-old-content.html +++ /dev/null @@ -1,6 +0,0 @@ -
- /!\ Warning: This article is older than {{ . }} days, make sure the content - is still relevant! -
diff --git a/indieweb-micro/themes/MinIndie/layouts/partials/article-precontent.html b/indieweb-micro/themes/MinIndie/layouts/partials/article-precontent.html deleted file mode 100644 index e69de29..0000000 diff --git a/indieweb-micro/themes/MinIndie/layouts/partials/article-prevnext.html b/indieweb-micro/themes/MinIndie/layouts/partials/article-prevnext.html deleted file mode 100644 index d89b779..0000000 --- a/indieweb-micro/themes/MinIndie/layouts/partials/article-prevnext.html +++ /dev/null @@ -1,17 +0,0 @@ -
- - - -
diff --git a/indieweb-micro/themes/MinIndie/layouts/partials/article-related.html b/indieweb-micro/themes/MinIndie/layouts/partials/article-related.html deleted file mode 100644 index 5a6fe50..0000000 --- a/indieweb-micro/themes/MinIndie/layouts/partials/article-related.html +++ /dev/null @@ -1,10 +0,0 @@ -{{ $related := .Site.RegularPages.Related . | first 5 }} {{ with $related }} -
-

Releated Posts

- -
-{{ end }} diff --git a/indieweb-micro/themes/MinIndie/layouts/partials/bio-hcard.html b/indieweb-micro/themes/MinIndie/layouts/partials/bio-hcard.html deleted file mode 100644 index 5de3fc6..0000000 --- a/indieweb-micro/themes/MinIndie/layouts/partials/bio-hcard.html +++ /dev/null @@ -1,13 +0,0 @@ -
- {{ if .Site.Params.Author.banner }} - - {{ end }} -
-

{{ .Site.Params.Author.Bio | safeHTML }}

-
-

{{ .Site.Params.Author.name }}

-
-
diff --git a/indieweb-micro/themes/MinIndie/layouts/partials/footer-extra.html b/indieweb-micro/themes/MinIndie/layouts/partials/footer-extra.html deleted file mode 100644 index e69de29..0000000 diff --git a/indieweb-micro/themes/MinIndie/layouts/partials/footer.html b/indieweb-micro/themes/MinIndie/layouts/partials/footer.html deleted file mode 100644 index 978a390..0000000 --- a/indieweb-micro/themes/MinIndie/layouts/partials/footer.html +++ /dev/null @@ -1,14 +0,0 @@ -
- diff --git a/indieweb-micro/themes/MinIndie/layouts/partials/head-extra.html b/indieweb-micro/themes/MinIndie/layouts/partials/head-extra.html deleted file mode 100644 index 8c3984f..0000000 --- a/indieweb-micro/themes/MinIndie/layouts/partials/head-extra.html +++ /dev/null @@ -1,20 +0,0 @@ -{{- range .Site.Params.indieweb.relme }} - -{{- end -}} - -{{- with .Site.Params.indieweb.relmepgp -}} - -{{- end -}} - -{{ with .Site.Params.indieweb }} - - - -{{ end }} - diff --git a/indieweb-micro/themes/MinIndie/layouts/partials/header.html b/indieweb-micro/themes/MinIndie/layouts/partials/header.html deleted file mode 100644 index efbd8e1..0000000 --- a/indieweb-micro/themes/MinIndie/layouts/partials/header.html +++ /dev/null @@ -1,17 +0,0 @@ -
-
-
- {{ strings.Repeat ( .Site.Params.Author.Name | len | add 6 ) "=" }}
- == {{ .Site.Params.Author.Name }} ==
- {{ strings.Repeat ( .Site.Params.Author.Name | len | add 6 ) "=" }} -
-
{{ .Site.Params.subtitle }}
-
- -
diff --git a/indieweb-micro/themes/MinIndie/layouts/partials/homepage-body.html b/indieweb-micro/themes/MinIndie/layouts/partials/homepage-body.html deleted file mode 100644 index 151ef62..0000000 --- a/indieweb-micro/themes/MinIndie/layouts/partials/homepage-body.html +++ /dev/null @@ -1,5 +0,0 @@ -{{ $paginator := .Paginate (where .Site.RegularPages "Type" "in" .Site.Params.mainSections) }} -{{ range $paginator.Pages }} - {{ .Render "summary" }} -{{ end }} -{{ partial "pagination.html" . }} diff --git a/indieweb-micro/themes/MinIndie/layouts/partials/pagination.html b/indieweb-micro/themes/MinIndie/layouts/partials/pagination.html deleted file mode 100644 index 79f8053..0000000 --- a/indieweb-micro/themes/MinIndie/layouts/partials/pagination.html +++ /dev/null @@ -1,9 +0,0 @@ -
-{{ if .Paginator.HasPrev }} - Previous Page -{{ end }} -{{ .Paginator.PageNumber }} of {{ .Paginator.TotalPages }} -{{ if .Paginator.HasNext }} - Next Page -{{ end }} -
diff --git a/indieweb-micro/themes/MinIndie/layouts/partials/single-title-extra.html b/indieweb-micro/themes/MinIndie/layouts/partials/single-title-extra.html deleted file mode 100644 index bd79e22..0000000 --- a/indieweb-micro/themes/MinIndie/layouts/partials/single-title-extra.html +++ /dev/null @@ -1,3 +0,0 @@ -{{ with .AlternativeOutputFormats.Get "rss" }} -RSS icon -{{ end }} diff --git a/indieweb-micro/themes/MinIndie/layouts/partials/webmentions.html b/indieweb-micro/themes/MinIndie/layouts/partials/webmentions.html deleted file mode 100644 index 1576106..0000000 --- a/indieweb-micro/themes/MinIndie/layouts/partials/webmentions.html +++ /dev/null @@ -1,356 +0,0 @@ -
-

Webmentions

-
Loading…
-
- - - - diff --git a/indieweb-micro/themes/MinIndie/layouts/shortcodes/follow.html b/indieweb-micro/themes/MinIndie/layouts/shortcodes/follow.html deleted file mode 100644 index a80b059..0000000 --- a/indieweb-micro/themes/MinIndie/layouts/shortcodes/follow.html +++ /dev/null @@ -1,12 +0,0 @@ -{{ $url := .Get 0 }} -{{ $date := .Get 1 }} - -
- - - -
diff --git a/indieweb-micro/themes/MinIndie/layouts/shortcodes/hashtag.html b/indieweb-micro/themes/MinIndie/layouts/shortcodes/hashtag.html deleted file mode 100644 index 5908132..0000000 --- a/indieweb-micro/themes/MinIndie/layouts/shortcodes/hashtag.html +++ /dev/null @@ -1,3 +0,0 @@ -{{ $tag := .Get 0 }} - -{{ if not (hasPrefix $tag "#") }}#{{ end }}{{ strings.TrimPrefix "#" $tag }} diff --git a/indieweb-micro/themes/MinIndie/layouts/shortcodes/mention.html b/indieweb-micro/themes/MinIndie/layouts/shortcodes/mention.html deleted file mode 100644 index 13a5355..0000000 --- a/indieweb-micro/themes/MinIndie/layouts/shortcodes/mention.html +++ /dev/null @@ -1,8 +0,0 @@ -{{ $username := .Get 0 }} -{{ $url := .Get 1 }} - -{{ if not $url }} - {{ errorf "mention shortcode requires both username and URL parameters. Usage: {{< mention \"username\" \"https://example.com/@username\" >}}" }} -{{ end }} - -@{{ strings.TrimPrefix "@" $username }} diff --git a/indieweb-micro/themes/MinIndie/static/css/style.css b/indieweb-micro/themes/MinIndie/static/css/style.css deleted file mode 100644 index 4a930c1..0000000 --- a/indieweb-micro/themes/MinIndie/static/css/style.css +++ /dev/null @@ -1,296 +0,0 @@ -html { - overflow-y: scroll; -} - -/* 🌸 PASTEL PALETTE */ -:root { - --bgcolor: #fff7fb; - --fontcolor: #3a2c3d; - - --linkcolor: #ff77c8; - --visitedcolor: #d76dff; - - --precolor: #4a3e4f; - --prebgcolor: #ffe6f4; - - --alertbgcolor: #ffe0f1; - --hrcolor: #ffbde6; - - --blockquotecolor: #ffe8f6; - --pcodecolor: #f7d2f0; - - --sitetitlecolor: #ff99dd; - --titlecolor: #c77fff; -} - -/* 🌙 DARK MODE PASTEL NIGHT */ -@media (prefers-color-scheme: dark) { - :root { - --bgcolor: #241b2b; - --fontcolor: #f8e8ff; - - --linkcolor: #ff9be9; - --visitedcolor: #e49cff; - - --precolor: #ffeefe; - --prebgcolor: #35263f; - - --alertbgcolor: #3f304a; - --hrcolor: #f4cfff; - - --blockquotecolor: #3a2b45; - --pcodecolor: #614c70; - - --sitetitlecolor: #ffd1f6; - --titlecolor: #d9a7ff; - } -} - -/* 🌸 TYPO + BASE */ -body { - max-width: 800px; - margin: 40px auto; - padding: 0 10px; - - font: 15px/1.6 "IBM Plex Mono", "Fira Mono", monospace; - color: var(--fontcolor); - background: var(--bgcolor); - - transition: background 0.3s ease, color 0.3s ease; -} - -/* 🌸 LINKS */ -a { - color: var(--linkcolor); - text-decoration: none; - transition: color 0.2s ease, text-shadow 0.2s ease; -} - -a:hover { - color: var(--visitedcolor); - text-shadow: 0 0 6px currentColor; -} - -a:visited { - color: var(--visitedcolor); -} - -/* 🌸 HEADERS */ -h1, h2, h3 { - line-height: 1.25; - color: var(--titlecolor); - margin-top: 1.6rem; - font-weight: 700; -} - -h1.site-title { - color: var(--sitetitlecolor); - text-align: center; - font-size: 2rem; - margin-bottom: 1rem; -} - -/* 🌸 PARAGRAPHS */ -p { - margin-top: 1.3rem; -} - -/* 🌸 INLINE CODE */ -p > code, -li > code { - color: var(--precolor); - background: var(--pcodecolor); - padding: 3px 5px; - border-radius: 6px; -} - -/* 🌸 FULL CODE */ -code { - color: var(--precolor); - background: var(--prebgcolor); - padding: 3px 5px; - border-radius: 6px; -} - -pre { - color: var(--precolor); - background: var(--prebgcolor); - padding: 24px; - overflow-x: auto; - border-radius: 12px; - box-shadow: 0 0 10px rgba(255, 180, 220, 0.25); -} - -/* 🌸 ARTICLES */ -article { - padding: 24px 0; -} - -/* 🌸 IMAGES */ -img { - display: block; - max-width: 100%; - height: auto; - margin: auto; - border-radius: 12px; -} - -/* cute avatar */ -.avatar { - width: 100px; - height: 100px; - border-radius: 50%; - box-shadow: 0 0 8px rgba(255, 140, 200, 0.4); - border: 4px solid var(--bgcolor); - transition: transform 0.3s ease; -} - -/* Banner with overlay avatar */ -.banner { - position: relative; - margin-bottom: 1rem; -} - -.banner img:first-child { - width: 100%; - max-width: 600px; - height: auto; - border-radius: 8px; - opacity: 0.85; -} - -.banner .avatar { - position: absolute; - top: 50%; - left: 50%; - transform: translate(-50%, -50%); - z-index: 2; - width: 120px; - height: 120px; - box-shadow: 0 0 20px rgba(255, 140, 200, 0.6); -} - -.banner .avatar:hover { - transform: translate(-50%, -50%) scale(1.05); -} - -/* 🌸 ALERTS */ -.alert { - color: var(--fontcolor); - background: var(--alertbgcolor); - padding: 20px; - border-radius: 12px; - box-shadow: 0 0 12px rgba(255, 180, 220, 0.3); - overflow-x: auto; -} - -/* 🌸 NEXT/PREV */ -.article-nextprev { - display: flex; - flex-flow: row wrap-reverse; - justify-content: space-between; -} - -/* 🌸 DIVIDERS */ -hr { - margin: 35px 33% 15px; - border-color: var(--hrcolor); - border-width: 3px; - border-radius: 3px; -} - -hr.small { - margin: 35px 44% 25px; - border: 1px dashed var(--hrcolor); -} - -/* 🌸 BLOCKQUOTE */ -blockquote { - background: var(--blockquotecolor); - margin: 1.2rem 0; - padding: 12px 20px; - border-radius: 12px; - box-shadow: 0 0 8px rgba(255, 200, 240, 0.25); - border-left: 4px solid var(--hrcolor); -} - -/* 🌸 LISTS */ -ol, ul { - padding-left: 1.1rem; -} - -ol > li, -ul > li { - margin-bottom: 0.8rem; -} - -ul > li { - list-style-type: disclosure-closed; -} - -/* 🌸 TABLES */ -table { - text-align: left; - border: 1px solid var(--hrcolor); - border-radius: 10px; - overflow: hidden; -} - -thead th, tfoot th, tfoot td { - padding: 6px 10px; - background-color: var(--alertbgcolor); - color: var(--titlecolor); -} - -td { - padding: 8px 10px; -} - -tbody tr:nth-child(even) { - background-color: var(--alertbgcolor); -} - -/* 🌸 RESPONSIVE MOE */ -@media all and (max-width: 800px) { - .bio-card .bio { - justify-content: space-around; - flex-direction: column; - } - .bio-card .bio > img { - align-self: center; - margin: auto; - } - .bio-card .bio > p { - align-self: center; - text-align: center; - } - - /* Smaller avatar on mobile */ - .banner .avatar { - width: 90px; - height: 90px; - } - - .banner img:first-child { - border-radius: 6px; - } -} - -/* PRINT */ -@media print { - a, a:visited { - color: #000; - text-decoration: none; - } - a::after { - content: " (" attr(href) ") "; - } - nav, footer, hr, .noprint { - display: none !important; - } - pre, blockquote, code { - background: #fff; - border: none; - box-shadow: none; - } -} diff --git a/indieweb-micro/themes/MinIndie/theme.toml b/indieweb-micro/themes/MinIndie/theme.toml deleted file mode 100644 index 313427c..0000000 --- a/indieweb-micro/themes/MinIndie/theme.toml +++ /dev/null @@ -1,17 +0,0 @@ -name = "minindie" -license = "MIT" -licenselink = "https://git.sr.ht/~bacardi55/MinIndie/tree/main/item/LICENCE.md" -description = "Minimal Hugo theme for the indieweb." -homepage = "https://sr.ht/~bacardi55/MinIndie" -tags = ["blog", "minimal", "monospace", "dark mode", "simple", "clean", "light", "responsive", "fast", "no-js", "no-tracking", "privacy", "indieweb"] -features = ["blog", "privacy", "responsive", "fast", "indieweb"] -min_version = "0.0.1" - -[author] - name = "bacardi55" - homepage = "bacardi55.io" - -[original] - author = "Morph" - homepage = "https://morph.sh" - repo = "https://github.com/colorchestra/smol" -- cgit v1.2.3