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> <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"> <p align="center">
<img src="https://img.shields.io/badge/from-the_future-blue?style=flat" /> <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> <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"> <p align="center">
<img src="https://img.shields.io/badge/from-the_future-blue?style=flat" /> <img src="https://img.shields.io/badge/from-the_future-blue?style=flat" />

View file

@ -1,6 +1,6 @@
{ {
"name": "site", "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, "private": true,
"version": "0.0.1", "version": "0.0.1",
"main": "index.js", "main": "index.js",

View file

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

View file

@ -9,9 +9,11 @@
symbols: "️✅"; symbols: "️✅";
suffix: " "; suffix: " ";
} }
ul { ul {
list-style: publish-icons; list-style: publish-icons;
} }
header, header,
footer, footer,
main { main {
@ -20,6 +22,7 @@
} }
</style> </style>
</my-head> </my-head>
<body> <body>
<awesome-header> <awesome-header>
<span>Back to the Basics. Into the Future.</span> <span>Back to the Basics. Into the Future.</span>
@ -29,7 +32,7 @@
<p> <p>
<strong style="font-size: large">McFly</strong> is an in-progress, <strong style="font-size: large">McFly</strong> is an in-progress,
full-stack, no-framework meta-framework that assists developers in full-stack, no-framework meta-framework that assists developers in
leveraging the web platform. building on the Web.
</p> </p>
<h2>Try it today</h2> <h2>Try it today</h2>
<p> <p>
@ -57,13 +60,16 @@
<a href="https://sr.ht/~ayoayco/mcfly/">SourceHut</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
</p> </p>
<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> </p>
</section> </section>
</main> </main>
<my-footer></my-footer> <my-footer></my-footer>
</body> </body>
</html> </html>

View file

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