diff --git a/content/novus/_index.md b/content/novus/_index.md index 9a403cc..56f3918 100644 --- a/content/novus/_index.md +++ b/content/novus/_index.md @@ -12,6 +12,7 @@ The goal is to create a good set of tools that isn't based on WPF and C#, and ca ## Get Involved & Support {{< begin-grid >}} +{{< blurb title="Download" description="Download the latest version of Novus for your preferred distribution." url="/novus/install" >}} {{< blurb title="Get Source" description="The full source code for Novus is available on sourcehut." url="https://sr.ht/~redstrate/novus" >}} {{< blurb title="Give Feedback" description="Send an email on the mailing list for feature requests, bugs, and patches." url="https://lists.sr.ht/~redstrate/public-inbox" >}} {{< blurb title="Donate Money" description="Any monetary contribution helps so I can continue working on this in my free time." url="https://redstrate.com/fund" >}} diff --git a/content/novus/install.md b/content/novus/install.md new file mode 100644 index 0000000..e9c997b --- /dev/null +++ b/content/novus/install.md @@ -0,0 +1,17 @@ +--- +title: "Download" +--- + +{{< note "Novus is still experimental. Please expect there to be lots of bugs and things not working." >}} + +Currently only source tarballs are available. + +### Source Code + +A complete source tarball is available, which is generated via sourcehut CI on every commit. This includes every vendored dependency as well, which is useful for distribution packaging. + +{{< rawhtml >}} +
+{{< /rawhtml >}}