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

@ -1,69 +1,75 @@
<!DOCTYPE html> <!DOCTYPE html>
<html lang="en"> <html lang="en">
<my-head> <my-head>
<title>McFly: Back to the Basics. Into the Future.</title> <title>McFly: Back to the Basics. Into the Future.</title>
<link rel="prefetch" href="/demo" as="document" /> <link rel="prefetch" href="/demo" as="document" />
<style> <style>
@counter-style publish-icons { @counter-style publish-icons {
system: cyclic; system: cyclic;
symbols: "️✅"; symbols: "️✅";
suffix: " "; suffix: " ";
} }
ul {
list-style: publish-icons; ul {
} list-style: publish-icons;
header, }
footer,
main { header,
max-width: 40em; footer,
margin: 0 auto; main {
} max-width: 40em;
</style> margin: 0 auto;
</my-head> }
<body> </style>
<awesome-header> </my-head>
<span>Back to the Basics. Into the Future.</span>
</awesome-header> <body>
<main> <awesome-header>
<section> <span>Back to the Basics. Into the Future.</span>
<p> </awesome-header>
<strong style="font-size: large">McFly</strong> is an in-progress, <main>
full-stack, no-framework meta-framework that assists developers in <section>
leveraging the web platform. <p>
</p> <strong style="font-size: large">McFly</strong> is an in-progress,
<h2>Try it today</h2> full-stack, no-framework meta-framework that assists developers in
<p> building on the Web.
You can try it now by running the following: </p>
</p> <h2>Try it today</h2>
<code-block>npm create <strong style="color: var(--color-blue)">mcfly</strong>@latest</code-block> <p>
<p> You can try it now by running the following:
Here's a sample interactive custom element: </p>
<vanilla-hello-world></vanilla-hello-world> <code-block>npm create <strong style="color: var(--color-blue)">mcfly</strong>@latest</code-block>
</p> <p>
<p> Here's a sample interactive custom element:
Start at the very basic of writing HTML files and enhance with <vanilla-hello-world></vanilla-hello-world>
standard web technologies or go advanced as you like, at your own </p>
pace. <p>
</p> Start at the very basic of writing HTML files and enhance with
<ul> standard web technologies or go advanced as you like, at your own
<li>Use vanilla custom elements (or sugar-coated web components)</li> pace.
<li>Write server-powered .html pages</li> </p>
<li>"Use the Platform™" on both server runtimes & browsers</li> <ul>
<li>Use server-side rendering <em>*</em></li> <li>Use vanilla custom elements (or sugar-coated web components)</li>
<li>Deploy anywhere, even the Edge <em>**</em></li> <li>Write server-powered .html pages</li>
</ul> <li>"Use the Platform™" on both server runtimes & browsers</li>
<p> <li>Use server-side rendering <em>*</em></li>
Visit the <a href="/demo">Demo Page</a> or read more on ✨ <li>Deploy anywhere, even the Edge <em>**</em></li>
<a href="https://sr.ht/~ayoayco/mcfly/">SourceHut</a>. </ul>
</p> <p>
<p> Visit the <a href="/demo">Demo Page</a> or read more on ✨
* Custom element / web component templates are not yet server-rendered, but is a top-priority goal for the project <a href="https://sr.ht/~ayoayco/mcfly/">SourceHut</a>.
</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 * Custom element / web component templates are not yet server-rendered, but is a top-priority goal for the
</p> project
</section> </p>
</main> <p>
<my-footer></my-footer> ** Our deployment and other server-side features are provided by <a href="https://nitro.build">Nitro</a>, the
</body> same production-grade engine powering Nuxt
</p>
</section>
</main>
<my-footer></my-footer>
</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;