From db1160542923460d75c6fecd27bac09c578c223d Mon Sep 17 00:00:00 2001 From: Bryson Steck Date: Wed, 31 May 2023 23:00:35 -0600 Subject: some final touches --- content/projects/ServerCraft.md | 2 +- content/projects/this-website.md | 9 +++++++++ 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/content/projects/ServerCraft.md b/content/projects/ServerCraft.md index d1b4d3c..85ed1f4 100644 --- a/content/projects/ServerCraft.md +++ b/content/projects/ServerCraft.md @@ -31,6 +31,6 @@ ServerCraft is a GUI program created with JavaFX in order to help technically-un ## Download -ServerCraft is available as binaries and installers, packaged with Java 17 and the ServerCraft jar, for Windows, Linux, and macOS [here](https://codeberg.org/brysonsteck/ServerCraft/releases). Simply download the correct file for your operating system. (`.exe` or `.msi` for Windows, `.dmg` or `.pkg` for macOS, etc.) Jar files are also available for the respective operating systems as compressed archives. These Jar files are *not* cross-platform, due to how JavaFX renders the windows on each system. +ServerCraft is available as binaries and installers, packaged with OpenJDK 17 and the ServerCraft jar, for Windows, Linux, and macOS [here](https://codeberg.org/brysonsteck/ServerCraft/releases). Simply download the correct file for your operating system. (`.exe` or `.msi` for Windows, `.dmg` or `.pkg` for macOS, etc.) Jar files are also available for the respective operating systems as compressed archives. These Jar files are *not* cross-platform, due to how JavaFX renders the windows on each system. You can also download the source code and compile it yourself. ServerCraft uses the Gradle build system and requires Java 11 or later due to JavaFX requirements. Instructions to do so are available on the project's repository hosted on Codeberg. (See top of page.) diff --git a/content/projects/this-website.md b/content/projects/this-website.md index d350edf..f9b5cc1 100644 --- a/content/projects/this-website.md +++ b/content/projects/this-website.md @@ -13,6 +13,15 @@ draft: false --- You're here! This website is a static site generated with [Hugo](https://gohugo.io) and hosted with Nginx, and replaces the [Django website](/projects/django-website) I was using for the second half of 2022. +## Fonts + +* **Inter** +* `JetBrains Mono` + +## Colorscheme + +* Gruvbox + All content on this site (i.e. all Markdown files) is available and distributed under the Creative Commons Attribution-ShareAlike license version 4.0, or CC BY-SA 4.0 for short. All other code (i.e. all HTML/CSS that generates the site) is available and distributed under the BSD-2 Clause License. You can read each of these licenses in full detail [here](/licenses). -- cgit v1.2.3