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

View file

@ -30,7 +30,7 @@
<warning-block
><span>This page is in-progress. See the
<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
>.</span></warning-block
>

View file

@ -54,7 +54,7 @@
</ul>
<p>
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>
* 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">
<p>
<small
>✨ Star on <a href="https://github.com/ayoayco/McFly">GitHub</a> to
support!</small
><br />
<slot />
</p>
</footer>

View file

@ -2,7 +2,7 @@
<html lang="en">
<!--
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>
<title>McFly: Back to the Basics. Into the Future.</title>