Skip to content

Commit 847f930

Browse files
committed
New files and folder
1 parent dce7375 commit 847f930

File tree

4 files changed

+29
-0
lines changed

4 files changed

+29
-0
lines changed

.gitignore

Whitespace-only changes.

_site/index.html

+11
Original file line numberDiff line numberDiff line change
@@ -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

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="UTF-8">
5+
<title>My work</title>
6+
</head>
7+
<body>
8+
<h1>Another page</h1>
9+
<p>My second page in <strong>Lume</strong>.</p>
10+
<p>This is getting better!</p>
11+
12+
</body>
13+
</html>

index.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
layout: layout.vto
3+
title: Devin's Portfolio
4+
---
5+
# Welcome to my website

0 commit comments

Comments
 (0)