Add some example content
All checks were successful
/ build (push) Successful in 4m23s

This commit is contained in:
Correl Roush 2024-09-06 00:04:02 -04:00
parent cb9f484dcb
commit 2ecf8fae6b
3 changed files with 22 additions and 0 deletions

3
content/index.html Normal file
View file

@ -0,0 +1,3 @@
<h1>Hi there!</h1>
<p>Welcome to the site!</p>

8
content/pages/about.html Normal file
View file

@ -0,0 +1,8 @@
---
title: "About"
date: 2024-09-05T23:49:51-04:00
draft: false
---
<h1>About Us!</h1>
<p>Who are we? What do we do? Do we know?!</p>

View file

@ -0,0 +1,11 @@
---
title: "Contact"
date: 2024-09-05T23:49:51-04:00
draft: false
---
<h1>Contact Us!</h1>
<ul>
<li>By email!</li>
<li>By phone!</li>
<li>By carrier pidgeon?</li>
</ul>