create-modulo
Version:
Starter projects for Modulo.html - Ready for all uses - Markdown-SSG / SSR / API-backed SPA
14 lines (11 loc) • 669 B
HTML
<title>"My New Modulo Site"</title>
<meta charset="utf8">
<script defer src="static/Modulo.html"></script>
<x-Page>
<h2>☑️ Ready to edit</h2>
<p style="font-size:20px"><strong>Useful Commands:</strong> <a href="?argv=buildall">buildall</a> (pre-render and bundle),
<a href="?argv=newmarkdown">newmarkdown</a>, and <a href="?argv=newhtml">newhtml</a> (make new page)
<p><strong>Example Components:</strong> <tt>App.html</tt> (Single Page App) • <tt>Page.html</tt> (Page template)
<p><strong>Static Files:</strong> <tt>index.html</tt> (settings; meta, style) • <tt>js/main.js.htm</tt> (JavaScript)
</x-Page>