Get StartedCommunity
Search
No results
Enter to navigate
Up and Down keys select

HTML Pages

Create any page in ./src/pages/*.html and it's automatically turned given a route. See Convention Routing for how the routes are dsrived from the path name. Front Matter can allow you to add meta-data to the HTML page.


HTML syntax highlighting needs some help in ./tools/build-routes.imba.

function hello() {
  console.log("js syntax highlighting");
}
made by us