From 1de10e9478b059ed91b0f91eebfcfe1fb864ccb2 Mon Sep 17 00:00:00 2001 From: Joshua Goins Date: Fri, 1 Nov 2024 19:57:10 -0400 Subject: [PATCH] Redirect to auracite.xiv.zone --- content/software/auracite/_index.md | 16 ++-------------- themes/mytheme/layouts/_default/redirect.html | 1 + 2 files changed, 3 insertions(+), 14 deletions(-) create mode 100644 themes/mytheme/layouts/_default/redirect.html diff --git a/content/software/auracite/_index.md b/content/software/auracite/_index.md index 1cc8ced..c1f7f8f 100644 --- a/content/software/auracite/_index.md +++ b/content/software/auracite/_index.md @@ -1,17 +1,5 @@ --- title: "Auracite" -layout: "single" +layout: "redirect" +target: https://auracite.xiv.zone/ --- - -Export your FFXIV character in portable, generic formats. - -In the eventual future, the official servers will shut down and the Lodestone will disappear. This tool exports your character's data in machine-readable JSON (so it can be imported by something else) and a Lodestone-like HTML page which you can display in your browser. - -See more information on it's [GitHub repository](https://github.com/redstrate/Auracite). - -## Get Involved & Support - -{{< begin-grid >}} -{{< blurb title="Get Source Code & Contribute" description="The full source code for Auracite is available on GitHub." url="https://github.com/redstrate/Auracite" >}} -{{< 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" >}} -{{< end-grid >}} diff --git a/themes/mytheme/layouts/_default/redirect.html b/themes/mytheme/layouts/_default/redirect.html new file mode 100644 index 0000000..1537e67 --- /dev/null +++ b/themes/mytheme/layouts/_default/redirect.html @@ -0,0 +1 @@ +{{- template "_internal/alias.html" (dict "Permalink" .Params.target) -}}