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) -}}