feat(site, template): update links from gh to sh

This commit is contained in:
Ayo Ayco 2025-01-09 22:03:40 +01:00
parent 02a3edb3e3
commit 2ffe326f48
5 changed files with 6 additions and 10 deletions

View file

@ -6,13 +6,13 @@
"main": "index.js", "main": "index.js",
"repository": { "repository": {
"type": "git", "type": "git",
"url": "git+https://github.com/ayoayco/McFly.git", "url": "https://git.sr.ht/~ayoayco/mcfly",
"directory": "app" "directory": "app"
}, },
"author": "Ayo Ayco", "author": "Ayo Ayco",
"license": "MIT", "license": "MIT",
"bugs": { "bugs": {
"url": "https://github.com/ayoayco/McFly/issues" "url": "https://todo.sr.ht/~ayoayco/mcfly-todo"
}, },
"homepage": "https://mcfly.js.org", "homepage": "https://mcfly.js.org",
"scripts": { "scripts": {
@ -29,6 +29,6 @@
"@mcflyjs/core": "workspace:*" "@mcflyjs/core": "workspace:*"
}, },
"devDependencies": { "devDependencies": {
"typescript": "^5" "typescript": "^5.7.3"
} }
} }

View file

@ -30,7 +30,7 @@
<warning-block <warning-block
><span>This page is in-progress. See the ><span>This page is in-progress. See the
<a <a
href="https://github.com/ayoayco/McFly/blob/main/site/src/pages/demo.html" href="https://git.sr.ht/~ayoayco/mcfly/tree/main/item/site/src/pages/demo.html"
>source code</a >source code</a
>.</span></warning-block >.</span></warning-block
> >

View file

@ -54,7 +54,7 @@
</ul> </ul>
<p> <p>
Visit the <a href="/demo">Demo Page</a> or read more on ✨ Visit the <a href="/demo">Demo Page</a> or read more on ✨
<a href="https://github.com/ayoayco/mcfly#readme">GitHub</a>. <a href="https://sr.ht/~ayoayco/mcfly/">SourceHut</a>.
</p> </p>
<p> <p>
* Custom element / web component templates are not yet server-rendered, but is a top-priority goal for the project * Custom element / web component templates are not yet server-rendered, but is a top-priority goal for the project

View file

@ -1,9 +1,5 @@
<footer style="text-align: right; font-style: italic; padding: 0.5em 1em"> <footer style="text-align: right; font-style: italic; padding: 0.5em 1em">
<p> <p>
<small
>✨ Star on <a href="https://github.com/ayoayco/McFly">GitHub</a> to
support!</small
><br />
<slot /> <slot />
</p> </p>
</footer> </footer>

View file

@ -2,7 +2,7 @@
<html lang="en"> <html lang="en">
<!-- <!--
Hello! This page is an example McFly page. Hello! This page is an example McFly page.
See more on https://ayco.io/gh/McFly See more on https://ayco.io/sh/mcfly
--> -->
<my-head> <my-head>
<title>McFly: Back to the Basics. Into the Future.</title> <title>McFly: Back to the Basics. Into the Future.</title>