UNPKG

create-modulo

Version:

Starter projects for Modulo.html - Ready for all uses - Markdown-SSG / SSR / API-backed SPA

34 lines (22 loc) 717 B
<script src=../Modulo.html></script><meta charset=utf8><template type=f> <!-- Setup two new scaffolding admin commands for new pages --> <script Artifact name=new path=new-page.md.htm build=newmarkdown> <js src=static/Modulo.html></js><js type=md>--- page_title: Page Title page_author: Author page_date: {{ config.date }} description: Description goes here... --- # Title ### Section ☑️ New page _ready_ to **edit**! </script> <script Artifact name=new path=new-page.html prefix="<!DOCTYPE html>" build=newhtml> <meta charset=utf8> <title>"Title - My Site"</title> <js src="static/Modulo.html"></js> <x-Page> <p>☑️ New page ready to edit</p> <p>{{ config.date }}</p> </x-Page> </script>