We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 105fe70 commit a8b138aCopy full SHA for a8b138a
CNAME
_cms.ts
@@ -0,0 +1,5 @@
1
+import lumeCMS from "lume/cms.ts";
2
+
3
+const cms = lumeCMS();
4
5
+export default cms;
_config.ts
+import lume from "lume/mod.ts";
+const site = lume();
+export default site;
_includes/layout.vto
@@ -0,0 +1,10 @@
+<!DOCTYPE html>
+<html lang="en">
+<head>
+ <meta charset="UTF-8">
+ <title>{{ title }}</title>
6
+</head>
7
+<body>
8
+ {{ content }}
9
+</body>
10
+</html>
second-page.md
@@ -0,0 +1,9 @@
+---
+layout: layout.vto
+title: My work
+# Another page
+My second page in **Lume**.
+This is getting better!
0 commit comments