From a8aa45a41dac276d366d3e93057b4e79005de426 Mon Sep 17 00:00:00 2001 From: dev wells Date: Mon, 18 May 2026 21:26:39 -0400 Subject: [PATCH] init some basic repo structure --- lore/index.md | 1 + readme.md | 2 ++ snippets/index.md | 3 +++ 3 files changed, 6 insertions(+) create mode 100644 lore/index.md create mode 100644 snippets/index.md diff --git a/lore/index.md b/lore/index.md new file mode 100644 index 0000000..e32355e --- /dev/null +++ b/lore/index.md @@ -0,0 +1 @@ +# Lore diff --git a/readme.md b/readme.md index 7a7d045..6017f2a 100644 --- a/readme.md +++ b/readme.md @@ -1,3 +1,5 @@ # Book 1 A working title for a work in progress of something. + +I've long wanted to spend some time practicing writing fiction. I thought it would be fun to try my hand at it in public because that's how I tend to like working anyway. So we'll give that a go here. diff --git a/snippets/index.md b/snippets/index.md new file mode 100644 index 0000000..40cddf5 --- /dev/null +++ b/snippets/index.md @@ -0,0 +1,3 @@ +# Snippets + +This contains writing sessions. These may end up making it into the actual book or not. They are from my daily sessions. Sometimes I may only have a few minutes, sometimes more. -- 2.51.2