From 1cc3d1798ec2b7d0cc2fde3f97aea346a22176bf Mon Sep 17 00:00:00 2001 From: Starfall Date: Wed, 17 May 2023 20:18:32 -0500 Subject: move stuff into folders, start on blog page --- src/index.html | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 src/index.html (limited to 'src/index.html') diff --git a/src/index.html b/src/index.html new file mode 100644 index 0000000..e4aa82e --- /dev/null +++ b/src/index.html @@ -0,0 +1,6 @@ +--- +layout: base.njk +title: starfall.systems +--- + +Hello, World! -- cgit