chore: appease gatekeepers
This commit is contained in:
parent
5f513343d9
commit
ca305aef1e
7 changed files with 81 additions and 77 deletions
|
@ -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" />
|
||||
|
|
|
@ -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" />
|
||||
|
|
|
@ -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",
|
||||
|
|
|
@ -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" />
|
||||
|
||||
|
|
|
@ -1,69 +1,75 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<my-head>
|
||||
<title>McFly: Back to the Basics. Into the Future.</title>
|
||||
<link rel="prefetch" href="/demo" as="document" />
|
||||
<style>
|
||||
@counter-style publish-icons {
|
||||
system: cyclic;
|
||||
symbols: "️✅";
|
||||
suffix: " ";
|
||||
}
|
||||
ul {
|
||||
list-style: publish-icons;
|
||||
}
|
||||
header,
|
||||
footer,
|
||||
main {
|
||||
max-width: 40em;
|
||||
margin: 0 auto;
|
||||
}
|
||||
</style>
|
||||
</my-head>
|
||||
<body>
|
||||
<awesome-header>
|
||||
<span>Back to the Basics. Into the Future.</span>
|
||||
</awesome-header>
|
||||
<main>
|
||||
<section>
|
||||
<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.
|
||||
</p>
|
||||
<h2>Try it today</h2>
|
||||
<p>
|
||||
You can try it now by running the following:
|
||||
</p>
|
||||
<code-block>npm create <strong style="color: var(--color-blue)">mcfly</strong>@latest</code-block>
|
||||
<p>
|
||||
Here's a sample interactive custom element:
|
||||
<vanilla-hello-world></vanilla-hello-world>
|
||||
</p>
|
||||
<p>
|
||||
Start at the very basic of writing HTML files and enhance with
|
||||
standard web technologies or go advanced as you like, at your own
|
||||
pace.
|
||||
</p>
|
||||
<ul>
|
||||
<li>Use vanilla custom elements (or sugar-coated web components)</li>
|
||||
<li>Write server-powered .html pages</li>
|
||||
<li>"Use the Platform™" on both server runtimes & browsers</li>
|
||||
<li>Use server-side rendering <em>*</em></li>
|
||||
<li>Deploy anywhere, even the Edge <em>**</em></li>
|
||||
</ul>
|
||||
<p>
|
||||
Visit the <a href="/demo">Demo Page</a> or read more on ✨
|
||||
<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
|
||||
</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
|
||||
</p>
|
||||
</section>
|
||||
</main>
|
||||
<my-footer></my-footer>
|
||||
</body>
|
||||
</html>
|
||||
<my-head>
|
||||
<title>McFly: Back to the Basics. Into the Future.</title>
|
||||
<link rel="prefetch" href="/demo" as="document" />
|
||||
<style>
|
||||
@counter-style publish-icons {
|
||||
system: cyclic;
|
||||
symbols: "️✅";
|
||||
suffix: " ";
|
||||
}
|
||||
|
||||
ul {
|
||||
list-style: publish-icons;
|
||||
}
|
||||
|
||||
header,
|
||||
footer,
|
||||
main {
|
||||
max-width: 40em;
|
||||
margin: 0 auto;
|
||||
}
|
||||
</style>
|
||||
</my-head>
|
||||
|
||||
<body>
|
||||
<awesome-header>
|
||||
<span>Back to the Basics. Into the Future.</span>
|
||||
</awesome-header>
|
||||
<main>
|
||||
<section>
|
||||
<p>
|
||||
<strong style="font-size: large">McFly</strong> is an in-progress,
|
||||
full-stack, no-framework meta-framework that assists developers in
|
||||
building on the Web.
|
||||
</p>
|
||||
<h2>Try it today</h2>
|
||||
<p>
|
||||
You can try it now by running the following:
|
||||
</p>
|
||||
<code-block>npm create <strong style="color: var(--color-blue)">mcfly</strong>@latest</code-block>
|
||||
<p>
|
||||
Here's a sample interactive custom element:
|
||||
<vanilla-hello-world></vanilla-hello-world>
|
||||
</p>
|
||||
<p>
|
||||
Start at the very basic of writing HTML files and enhance with
|
||||
standard web technologies or go advanced as you like, at your own
|
||||
pace.
|
||||
</p>
|
||||
<ul>
|
||||
<li>Use vanilla custom elements (or sugar-coated web components)</li>
|
||||
<li>Write server-powered .html pages</li>
|
||||
<li>"Use the Platform™" on both server runtimes & browsers</li>
|
||||
<li>Use server-side rendering <em>*</em></li>
|
||||
<li>Deploy anywhere, even the Edge <em>**</em></li>
|
||||
</ul>
|
||||
<p>
|
||||
Visit the <a href="/demo">Demo Page</a> or read more on ✨
|
||||
<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
|
||||
</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
|
||||
</p>
|
||||
</section>
|
||||
</main>
|
||||
<my-footer></my-footer>
|
||||
</body>
|
||||
|
||||
</html>
|
|
@ -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.
|
||||
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue