We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dce7375 commit 847f930Copy full SHA for 847f930
.gitignore
_site/index.html
@@ -0,0 +1,11 @@
1
+<!DOCTYPE html>
2
+<html lang="en">
3
+<head>
4
+ <meta charset="UTF-8">
5
+ <title>Devin's Portfolio</title>
6
+</head>
7
+<body>
8
+ <h1>Welcome to my website</h1>
9
+
10
+</body>
11
+</html>
_site/second-page/index.html
@@ -0,0 +1,13 @@
+ <title>My work</title>
+ <h1>Another page</h1>
+<p>My second page in <strong>Lume</strong>.</p>
+<p>This is getting better!</p>
12
13
index.md
@@ -0,0 +1,5 @@
+---
+layout: layout.vto
+title: Devin's Portfolio
+# Welcome to my website
0 commit comments