From 2ce16d8cd2b2fdb0c3020fbfbd3fa3df0ca6e37b Mon Sep 17 00:00:00 2001 From: Mike Nolan Date: Sun, 31 Aug 2025 22:14:57 -0500 Subject: [PATCH] Add downloads --- content/download/_index.md | 10 ++++++++++ content/download/linux.md | 7 +++++++ content/download/windows.md | 5 +++++ 3 files changed, 22 insertions(+) create mode 100644 content/download/_index.md create mode 100644 content/download/linux.md create mode 100644 content/download/windows.md diff --git a/content/download/_index.md b/content/download/_index.md new file mode 100644 index 0000000..cc9d517 --- /dev/null +++ b/content/download/_index.md @@ -0,0 +1,10 @@ ++++ +title = 'Download' +type = "chapter" +weight = 1 ++++ + +# Downloads + +- [Windows](windows.md) +- [Linux](linux.md) \ No newline at end of file diff --git a/content/download/linux.md b/content/download/linux.md new file mode 100644 index 0000000..5e25de3 --- /dev/null +++ b/content/download/linux.md @@ -0,0 +1,7 @@ ++++ +title = 'Linux' +date = 2025-08-31T22:09:31-05:00 +draft = true ++++ + +# Linux Downloads \ No newline at end of file diff --git a/content/download/windows.md b/content/download/windows.md new file mode 100644 index 0000000..3802f0e --- /dev/null +++ b/content/download/windows.md @@ -0,0 +1,5 @@ ++++ +title = 'Windows' +date = 2025-08-31T22:09:58-05:00 +draft = true ++++