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 ++++