diff --git a/.hugo.toml.kate-swp b/.hugo.toml.kate-swp deleted file mode 100644 index 025e6f4..0000000 Binary files a/.hugo.toml.kate-swp and /dev/null differ diff --git a/config/_default/module.toml b/config/_default/module.toml index 5a2c64e..9af9681 100644 --- a/config/_default/module.toml +++ b/config/_default/module.toml @@ -5,3 +5,5 @@ path = "github.com/nunocoracao/blowfish/v2" [[imports]] path = 'github.com/hugomods/encoder' +[[imports]] + path = 'github.com/hbstack/iframe' diff --git a/content/_index.md b/content/_index.md index 770cdf3..eb38e96 100644 --- a/content/_index.md +++ b/content/_index.md @@ -57,3 +57,4 @@ ___ ### Contact melm {{}} {{}} + diff --git a/go.mod b/go.mod index 8400deb..72e55dc 100644 --- a/go.mod +++ b/go.mod @@ -35,6 +35,7 @@ require ( github.com/hbstack/header/modules/socials v0.2.2 // indirect github.com/hbstack/header/modules/theme-toggle v0.5.2 // indirect github.com/hbstack/heading-sign v0.2.0 // indirect + github.com/hbstack/iframe v0.2.0 // indirect github.com/hbstack/mermaid v0.2.2 // indirect github.com/hbstack/meta/recommended v0.2.10 // indirect github.com/hbstack/noscript v0.7.0 // indirect @@ -49,6 +50,7 @@ require ( github.com/hbstack/syntax-highlighting v0.2.1 // indirect github.com/hbstack/syntax-highlighting/styles/gruvbox v0.1.2 // indirect github.com/henrygd/bigger-picture v1.1.19 // indirect + github.com/hugomods/ascii v0.1.0 // indirect github.com/hugomods/base v0.7.3 // indirect github.com/hugomods/bootstrap v0.23.0 // indirect github.com/hugomods/code-block-panel v0.8.0 // indirect diff --git a/go.sum b/go.sum index 3d02558..19a873c 100644 --- a/go.sum +++ b/go.sum @@ -62,6 +62,8 @@ github.com/hbstack/header/modules/theme-toggle v0.5.2 h1:i04Ti4LdVFXXn9Qh7V341NN github.com/hbstack/header/modules/theme-toggle v0.5.2/go.mod h1:5WCCiPjN34SYO4CjhMlGgxv2N3r4NnjFLN/8PgiAeEc= github.com/hbstack/heading-sign v0.2.0 h1:yXKZQEjPn/+jKyQxCJh34X+wXbiG4Bnr1VVF6lgMhi8= github.com/hbstack/heading-sign v0.2.0/go.mod h1:SXJWIr9C/7phTOXfWMzNSVZCeimKbYualuwIOHDeOu0= +github.com/hbstack/iframe v0.2.0 h1:syyJxN3umA0bZvQBzG1rlZjCPzJR06ZgITgulxFsMKQ= +github.com/hbstack/iframe v0.2.0/go.mod h1:VTwqKPtgBJ3j6bIJR8CHMEIkgPe2s+4/X668SAswux0= github.com/hbstack/mermaid v0.2.2 h1:TtGzO04if+jgnLXdFDiI2opnzvcTDJqoaQAQvNgG0xs= github.com/hbstack/mermaid v0.2.2/go.mod h1:gVO/itIHv07hiGqzmUtLw78vkcTU8RMnOl72GVSUUrA= github.com/hbstack/meta/recommended v0.2.10 h1:RzRe2LT/lJxlsfGv5UzYC3onl7lp1VWbCm1jAb69kSw= @@ -90,6 +92,8 @@ github.com/hbstack/syntax-highlighting/styles/gruvbox v0.1.2 h1:H6wxfQ5+WaDPrxDW github.com/hbstack/syntax-highlighting/styles/gruvbox v0.1.2/go.mod h1:ar5ZFplNyVZCVG6rvo69co1hNZwptxtrDz3zproGLPg= github.com/henrygd/bigger-picture v1.1.19 h1:fv3S1wlW5L9XF01wOHGZmwPn3vMNgQOwwYMhTTHhHic= github.com/henrygd/bigger-picture v1.1.19/go.mod h1:LayqbjDNNsZH+ZXklmjBe5T02qxpH9Cah/ygAraOBIk= +github.com/hugomods/ascii v0.1.0 h1:c7E0nV3z7PiNchGXkIuFBWsKym17k0iOo+o6Bp6bw30= +github.com/hugomods/ascii v0.1.0/go.mod h1:vvC2YaCuNBWl/8F/mfk9vMxVpwXluH80cROV9TDpmLk= github.com/hugomods/base v0.7.3 h1:HQ/eRGprVO6CyeHrMEFBEdl+zkpO4dYcIizgbhKwaVg= github.com/hugomods/base v0.7.3/go.mod h1:hnWCPbVxuhXBwdFax3mmbMlWKmIo/7OP36MCLOyHtT4= github.com/hugomods/bootstrap v0.23.0 h1:/Mj6VCk+xUNan72m4ulupu+oRug7IuvpBO1jp+MhhFw= diff --git a/hugo.toml b/hugo.toml index ded2888..2878eaa 100644 --- a/hugo.toml +++ b/hugo.toml @@ -15,8 +15,6 @@ title = 'melm' [module] [[module.imports]] path = 'github.com/hbstack/meta/recommended' - [[module.imports]] - path = 'github.com/hugomods/encoder' [outputs] home = ['HTML', 'Offline', 'RSS', 'SearchIndex', 'WebAppManifest'] [permalinks] @@ -26,13 +24,3 @@ title = 'melm' categories = 'categories' series = 'series' tags = 'tags' -[pwa] - [pwa.caches] - [pwa.caches.font] - strategy = 'network-first' - [pwa.caches.image] - strategy = 'network-first' - [pwa.caches.script] - strategy = 'network-first' - [pwa.caches.style] - strategy = 'network-first' diff --git a/hugo_stats.json b/hugo_stats.json index dbf8c20..643d65b 100644 --- a/hugo_stats.json +++ b/hugo_stats.json @@ -14,6 +14,7 @@ "header", "hr", "html", + "iframe", "label", "link", "main", @@ -35,14 +36,19 @@ "-my-2", "-translate-y-8", "absolute", + "align-items-center", "align-text-bottom", "anchor", + "bg-dark", "bg-neutral", "bg-neutral/50", "bg-primary-200", "bg-primary-600", + "bi", + "bi-arrows-fullscreen", "block", "bottom-0", + "d-flex", "dark:bg-neutral-600", "dark:bg-neutral-800", "dark:bg-neutral-800/50", @@ -59,11 +65,13 @@ "dark:text-neutral-400", "dark:text-neutral-500", "dark:text-primary-400", + "end-0", "fa-search", "fa-w-16", "flex", "flex-1", "flex-col", + "flex-column", "flex-row", "flex-wrap", "focus:translate-y-0", @@ -79,6 +87,12 @@ "h-12", "h-full", "h-screen", + "hb-iframe", + "hb-iframe-fullscreen", + "hb-iframe-panel", + "hb-iframe-panel-bottom", + "hb-iframe-wrapper", + "hi-svg-inline", "hidden", "hover:!bg-primary-500", "hover:decoration-primary-400", @@ -91,6 +105,7 @@ "items-center", "justify-between", "justify-center", + "justify-content-center", "leading-7", "lg:px-32", "ltr:-left-6", @@ -113,14 +128,18 @@ "mt-1", "mt-5", "mt-8", + "my-2", "not-prose", "opacity-0", + "opacity-75", "overflow-hidden", "pointer-events-auto", "pointer-events-none", + "position-absolute", "print:hidden", "prose", "px-1", + "px-2", "px-3", "px-4", "px-6", @@ -128,6 +147,8 @@ "py-10", "py-2", "py-6", + "ratio", + "ratio-16x9", "relative", "rounded-b-lg", "rounded-full", @@ -156,6 +177,7 @@ "text-neutral-900", "text-primary-600", "text-sm", + "text-white", "text-xl", "text-xs", "top-0", diff --git a/public/index.html b/public/index.html index ace770d..d21f703 100644 --- a/public/index.html +++ b/public/index.html @@ -485,12 +485,38 @@

@melm:melm.xyz themelm@pm.me

+ href="mailto:themelm@pm.me" + >themelm@pm.me + +
+
+ +
+ +
+

diff --git a/public/index.json b/public/index.json index 5c7ca77..f5bd2b0 100644 --- a/public/index.json +++ b/public/index.json @@ -1,2 +1,2 @@ -[{"content":" welcome, friends of melm # searXNG search for things\nelement talk to peeps\njellyfin watch things\njellyseerr request things report media issues\nmelm wiki a wiki\nforge software\nauthelia sign in and password reset\nnextcloud no such thing as the cloud just other peoples computers\nspeed test yo speed to home\nfind my device find yo device without the man knowing\nContact melm # @melm:melm.xyz \u0026#116;\u0026#104;\u0026#101;\u0026#109;\u0026#101;\u0026#108;\u0026#109;\u0026#64;\u0026#112;\u0026#109;\u0026#46;\u0026#109;\u0026#101;\n","externalUrl":null,"permalink":"/","section":"","summary":"","title":"","type":"page"},{"content":"","externalUrl":null,"permalink":"/authors/","section":"Authors","summary":"","title":"Authors","type":"authors"},{"content":"","externalUrl":null,"permalink":"/categories/","section":"Categories","summary":"","title":"Categories","type":"categories"},{"content":"","externalUrl":null,"permalink":"/series/","section":"Series","summary":"","title":"Series","type":"series"},{"content":"","externalUrl":null,"permalink":"/tags/","section":"Tags","summary":"","title":"Tags","type":"tags"}] \ No newline at end of file +[{"content":" welcome, friends of melm # searXNG search for things\nelement talk to peeps\njellyfin watch things\njellyseerr request things report media issues\nmelm wiki a wiki\nforge software\nauthelia sign in and password reset\nnextcloud no such thing as the cloud just other peoples computers\nspeed test yo speed to home\nfind my device find yo device without the man knowing\nContact melm # @melm:melm.xyz \u0026#116;\u0026#104;\u0026#101;\u0026#109;\u0026#101;\u0026#108;\u0026#109;\u0026#64;\u0026#112;\u0026#109;\u0026#46;\u0026#109;\u0026#101; ","externalUrl":null,"permalink":"/","section":"","summary":"","title":"","type":"page"},{"content":"","externalUrl":null,"permalink":"/authors/","section":"Authors","summary":"","title":"Authors","type":"authors"},{"content":"","externalUrl":null,"permalink":"/categories/","section":"Categories","summary":"","title":"Categories","type":"categories"},{"content":"","externalUrl":null,"permalink":"/series/","section":"Series","summary":"","title":"Series","type":"series"},{"content":"","externalUrl":null,"permalink":"/tags/","section":"Tags","summary":"","title":"Tags","type":"tags"}] \ No newline at end of file