chore: appease gatekeepers

This commit is contained in:
Ayo Ayco 2025-04-20 15:17:46 +02:00
parent 5f513343d9
commit ca305aef1e
7 changed files with 81 additions and 77 deletions

View file

@ -4,7 +4,7 @@
<h1 align="center">McFly</h1>
<p align="center"><strong>McFly</strong> is a metaframework<br />that assists in leveraging the web platform</p>
<p align="center"><strong>McFly</strong> is a metaframework<br />that assists in building on the Web</p>
<p align="center">
<img src="https://img.shields.io/badge/from-the_future-blue?style=flat" />

View file

@ -4,7 +4,7 @@
<h1 align="center">McFly Docs</h1>
<p align="center"><strong>McFly</strong> is a no-framework framework<br />that assists in leveraging the web platform</p>
<p align="center"><strong>McFly</strong> is a no-framework framework<br />that assists in building on the Web</p>
<p align="center">
<img src="https://img.shields.io/badge/from-the_future-blue?style=flat" />

View file

@ -1,6 +1,6 @@
{
"name": "site",
"description": "McFly is a full-stack no-framework framework that assists developers in leveraging the web platform.",
"description": "McFly is a full-stack no-framework framework that assists developers in building on the Web.",
"private": true,
"version": "0.0.1",
"main": "index.js",

View file

@ -3,7 +3,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="generator" content="McFly v0.0.0-super-experimental" />
<meta name="theme-color" content="#3054bf" />
<meta name="description" content="McFly is a no-framework framework that assists in leveraging the web platform." />
<meta name="description" content="McFly is a no-framework framework that assists in building on the Web." />
<meta name="author" content="Ayo Ayco" />
<meta name="origin" content="https://mc-fly.vercel.app/" />
<!-- Open Graph data -->
@ -11,8 +11,7 @@
<meta property="og:type" content="website" />
<meta property="og:image" content="/touch-icon-large.png" />
<meta property="og:title" content="McFly: Back to the Basics. Into the Future. 😱" />
<meta property="og:description"
content="McFly is a no-framework framework that assists in leveraging the web platform." />
<meta property="og:description" content="McFly is a no-framework framework that assists in building on the Web." />
<link rel="stylesheet" href="/reset.css" />

View file

@ -9,9 +9,11 @@
symbols: "️✅";
suffix: " ";
}
ul {
list-style: publish-icons;
}
header,
footer,
main {
@ -20,6 +22,7 @@
}
</style>
</my-head>
<body>
<awesome-header>
<span>Back to the Basics. Into the Future.</span>
@ -29,7 +32,7 @@
<p>
<strong style="font-size: large">McFly</strong> is an in-progress,
full-stack, no-framework meta-framework that assists developers in
leveraging the web platform.
building on the Web.
</p>
<h2>Try it today</h2>
<p>
@ -57,13 +60,16 @@
<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
* Custom element / web component templates are not yet server-rendered, but is a top-priority goal for the
project
</p>
<p>
** Our deployment and other server-side features are provided by <a href="https://nitro.build">Nitro</a>, the same production-grade engine powering Nuxt
** Our deployment and other server-side features are provided by <a href="https://nitro.build">Nitro</a>, the
same production-grade engine powering Nuxt
</p>
</section>
</main>
<my-footer></my-footer>
</body>
</html>

View file

@ -1,6 +1,6 @@
# McFly Starter Project
This project was generated from the basic template for **McFly** -- a no-framework framework that assists in leveraging the web platform.
This project was generated from the basic template for **McFly** -- a no-framework framework that assists in building on the Web.
It contains example files to get you started using vanilla web technologies in a modern way. See the [Special Directories](#special-directories) section for more information.

View file

@ -4,7 +4,7 @@
<link rel="stylesheet" href="/reset.css" />
<meta name="generator" content="McFly v0.0.1" />
<meta name="theme-color" content="#3054bf" />
<meta name="description" content="McFly is a no-framework framework that assists in leveraging the web platform." />
<meta name="description" content="McFly is a no-framework framework that assists in building on the Web." />
<meta name="author" content="McFly" />
<meta name="origin" content="https://mc-fly.vercel.app/" />
<!-- Open Graph data -->
@ -12,8 +12,7 @@
<meta property="og:type" content="website" />
<meta property="og:image" content="/touch-icon-large.png" />
<meta property="og:title" content="McFly: Back to the Basics. Into the Future. 😱" />
<meta property="og:description"
content="McFly is a no-framework framework that assists in leveraging the web platform." />
<meta property="og:description" content="McFly is a no-framework framework that assists in building on the Web." />
<style>
body {
font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;