Signed-off-by: Sam Therapy <sam@samtherapy.net>
This commit is contained in:
parent
f3e20e3f21
commit
ceb784d49c
3 changed files with 22 additions and 7 deletions
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"imports": {
|
||||
"lume/": "https://deno.land/x/lume@v2.1.2/",
|
||||
"lume/": "https://deno.land/x/lume@v2.1.3/",
|
||||
"lume/cms/": "https://cdn.jsdelivr.net/gh/lumeland/cms@0.3.9/"
|
||||
},
|
||||
"tasks": {
|
||||
|
@ -24,4 +24,4 @@
|
|||
"include": [],
|
||||
"entrypoint": "serve.ts"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -23,7 +23,7 @@ export default function () {
|
|||
.mergeKey("extra_head", "stringArray")
|
||||
.use(transformImages())
|
||||
.copy("static", ".")
|
||||
.copy(".domains")
|
||||
.copy("static/.domains")
|
||||
.use(minifyHTML({
|
||||
extensions: [".css", ".html", ".js"]
|
||||
}));
|
||||
|
@ -41,6 +41,5 @@ export default function () {
|
|||
});
|
||||
|
||||
site.copy([".jpg", ".webp", ".png"]);
|
||||
site.copy("static/.peepeepoopoo");
|
||||
};
|
||||
}
|
||||
|
|
|
@ -23,7 +23,7 @@ links:
|
|||
href: 'https://matrix.to/#/@samme:schizo.cafe'
|
||||
only_icon: false
|
||||
- type: xmpp
|
||||
text: 'XMPP (Fallback, please use Matrix if possible)'
|
||||
text: XMPP (Not Recommended)
|
||||
href: 'xmpp://sam@samtherapy.net'
|
||||
only_icon: false
|
||||
- type: bluesky
|
||||
|
@ -35,10 +35,26 @@ links:
|
|||
href: >-
|
||||
https://njump.me/nprofile1qyfhwumn8ghj7mmxve3ksctfdch8qatz9uq3vamnwvaz7tmjv4kxz7fwd4hhxarj9ec82c30qythwumn8ghj7un9d3shjtnxwfhhg6pw0fhkuef0qqs9gymnvuqhq66973gsat9rnh44v9la7qmss2xk747z5tv263zydzq2nr59m
|
||||
only_icon: false
|
||||
- type: activitypub
|
||||
text: Coming back never
|
||||
- type: pleroma
|
||||
text: yeah
|
||||
href: 'https://froth.zone/users/sam'
|
||||
only_icon: false
|
||||
- type: github
|
||||
href: 'https://github.com/SamTherapy'
|
||||
only_icon: true
|
||||
text: GitHub
|
||||
- only_icon: true
|
||||
type: gitlab
|
||||
text: GitLab
|
||||
href: 'https://gitlab.com/SamTherapy'
|
||||
- type: codeberg
|
||||
text: Codeberg
|
||||
href: 'https://codeberg.org/sammefishe'
|
||||
only_icon: true
|
||||
- only_icon: true
|
||||
type: sourcehut
|
||||
text: SourceHut
|
||||
href: 'https://sr.ht/~sammefishe/'
|
||||
footer: >-
|
||||
Powered by [Lume](https://lume.land) &
|
||||
[SimpleMe](https://github.com/lumeland/theme-simple-me) theme
|
||||
|
|
Loading…
Reference in a new issue