Compare commits

...

10 Commits

Author SHA1 Message Date
Mike Nolan 83c9acd485 Initial Commit 2023-12-24 12:35:34 -06:00
Mike Nolan 6cbef27360 Initial Commit 2023-12-24 12:35:05 -06:00
Mike Nolan b025489abb Initial Commit 2023-12-24 12:32:21 -06:00
Mike Nolan 128a107e27 Initial Commit 2023-12-24 12:29:40 -06:00
Mike Nolan fd141fcb2a Initial Commit 2023-12-24 12:25:44 -06:00
Mike Nolan e63b5dd095 Initial Commit 2023-12-24 12:25:36 -06:00
Mike Nolan 661f811780 Initial Commit 2023-12-24 12:15:39 -06:00
Mike Nolan 476fb7e307 Initial Commit 2023-12-24 12:01:28 -06:00
Mike Nolan 4ad14602ac Initial Commit 2023-12-24 11:58:59 -06:00
Mike Nolan 1061832c09 Initial Commit 2023-12-24 11:58:49 -06:00
4 changed files with 9 additions and 9 deletions

2
.gitignore vendored
View File

@ -1,2 +1,2 @@
/public/ /public/
/resources/_gen/ /resources/

View File

@ -1,4 +0,0 @@
This is my site
===============
[Page1](page1)

View File

@ -1,4 +0,0 @@
Hello World
===========
[My Website](https://www.tesses.net/)

View File

@ -0,0 +1,8 @@
---
title: "My First Post"
date: 2023-12-24T11:58:34-06:00
draft: false
---
Hello, this is my first post
===========================