This commit is contained in:
parent
f93b4b66af
commit
d27ac5eefd
9 changed files with 61 additions and 16 deletions
Binary file not shown.
|
@ -5,3 +5,5 @@
|
|||
path = "github.com/nunocoracao/blowfish/v2"
|
||||
[[imports]]
|
||||
path = 'github.com/hugomods/encoder'
|
||||
[[imports]]
|
||||
path = 'github.com/hbstack/iframe'
|
||||
|
|
|
@ -57,3 +57,4 @@ ___
|
|||
### Contact melm
|
||||
{{<encode-link "http" "matrix.to/#/@melm:melm.xyz" "@melm:melm.xyz" >}}
|
||||
{{<encode-link "mailto" "themelm@pm.me" >}}
|
||||
|
||||
|
|
2
go.mod
2
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
|
||||
|
|
4
go.sum
4
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=
|
||||
|
|
12
hugo.toml
12
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'
|
||||
|
|
|
@ -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",
|
||||
|
|
|
@ -485,12 +485,38 @@
|
|||
</h3>
|
||||
<p>
|
||||
<a
|
||||
href="https:matrix.to/#/!wUikFNyJXxKURghiAm:melm.xyz?via=melm.xyz"
|
||||
href="http:matrix.to/#/@melm:melm.xyz"
|
||||
>@melm:melm.xyz</a>
|
||||
|
||||
<a
|
||||
href="mail:themelm@pm.me"
|
||||
>themelm@pm.me</a></p>
|
||||
href="mailto:themelm@pm.me"
|
||||
>themelm@pm.me</a>
|
||||
|
||||
<div class="hb-iframe-wrapper ratio ratio-16x9 my-2">
|
||||
<div
|
||||
class="hb-iframe-panel d-flex flex-column align-items-center justify-content-center">
|
||||
<div
|
||||
class="hb-iframe-panel-bottom position-absolute bottom-0 end-0 bg-dark opacity-75">
|
||||
<a
|
||||
role="button"
|
||||
class="hb-iframe-fullscreen px-2 py-1 text-white"
|
||||
title=""><svg aria-hidden="true" class="bi bi-arrows-fullscreen hi-svg-inline" fill="currentColor" height="1em" viewBox="0 0 16 16" width="1em" xmlns="http://www.w3.org/2000/svg">
|
||||
<path fill-rule="evenodd" d="M5.828 10.172a.5.5 0 0 0-.707 0l-4.096 4.096V11.5a.5.5 0 0 0-1 0v3.975a.5.5 0 0 0 .5.5H4.5a.5.5 0 0 0 0-1H1.732l4.096-4.096a.5.5 0 0 0 0-.707m4.344 0a.5.5 0 0 1 .707 0l4.096 4.096V11.5a.5.5 0 1 1 1 0v3.975a.5.5 0 0 1-.5.5H11.5a.5.5 0 0 1 0-1h2.768l-4.096-4.096a.5.5 0 0 1 0-.707m0-4.344a.5.5 0 0 0 .707 0l4.096-4.096V4.5a.5.5 0 1 0 1 0V.525a.5.5 0 0 0-.5-.5H11.5a.5.5 0 0 0 0 1h2.768l-4.096 4.096a.5.5 0 0 0 0 .707m-4.344 0a.5.5 0 0 1-.707 0L1.025 1.732V4.5a.5.5 0 0 1-1 0V.525a.5.5 0 0 1 .5-.5H4.5a.5.5 0 0 1 0 1H1.732l4.096 4.096a.5.5 0 0 1 0 .707"/>
|
||||
</svg>
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
<iframe
|
||||
class="hb-iframe bg-dark"
|
||||
allowfullscreen
|
||||
scrolling="no"
|
||||
loading="lazy"
|
||||
|
||||
src="https://nextcloud.melm.xyz/apps/forms/embed/sEsmdzynAGQwtA4QYQxsmCZ5"
|
||||
>
|
||||
</iframe>
|
||||
</div>
|
||||
</p>
|
||||
</section>
|
||||
</article>
|
||||
<section>
|
||||
|
|
|
@ -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"}]
|
||||
[{"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"}]
|
Loading…
Add table
Add a link
Reference in a new issue