diff --git a/config.toml b/config.toml index 8514aed..027e55e 100644 --- a/config.toml +++ b/config.toml @@ -10,15 +10,15 @@ baseURL = "https://xiv.zone/" mainSections = ["astra"] [privacy] - [privacy.disqus] + [disqus] disable = true - [privacy.googleAnalytics] + [googleAnalytics] disable = true - [privacy.instagram] + [instagram] disable = true - [privacy.twitter] + [twitter] disable = true - [privacy.vimeo] + [vimeo] disable = true - [privacy.youtube] + [youtube] disable = true diff --git a/content/mods/easyfullscreen/_index.md b/content/mods/easyfullscreen/_index.md deleted file mode 100644 index 542b080..0000000 --- a/content/mods/easyfullscreen/_index.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: "Easy Fullscreen" -layout: "single" -aliases: -- /easyfullscreen ---- - -Make FFXIV act like a good game that can enter and exit fullscreen with F11. Yes, this only supports Borderless Windowed mode (the correct option.) - -## Get Involved & Support - -{{< begin-grid >}} -{{< blurb title="Install" description="Install from my Dalamud Repository" url="https://github.com/redstrate/dalamudplugins" >}} -{{< blurb title="Get Source Code & Contribute" description="The full source code for Easy Fullscreen is available on GitHub." url="https://github.com/redstrate/EasyFullscreen" >}} -{{< end-grid >}} diff --git a/content/mods/hooky/_index.md b/content/mods/hooky/_index.md deleted file mode 100644 index c2d056d..0000000 --- a/content/mods/hooky/_index.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: "Hooky" -layout: "single" -aliases: -- /webhooks ---- - -Sends messages to a specified webhook endpoint, such as when a duty is popped or your character has logged in. - -## Get Involved & Support - -{{< begin-grid >}} -{{< blurb title="Install" description="Install from my Dalamud Repository" url="https://github.com/redstrate/dalamudplugins" >}} -{{< blurb title="Get Source Code & Contribute" description="The full source code for Hooky is available on GitHub." url="https://github.com/redstrate/hooky" >}} -{{< end-grid >}} diff --git a/content/mods/rebound/_index.md b/content/mods/rebound/_index.md deleted file mode 100644 index 8785e21..0000000 --- a/content/mods/rebound/_index.md +++ /dev/null @@ -1,17 +0,0 @@ ---- -title: "Rebound" -layout: "single" -aliases: -- /physics-fix ---- - -FFXIV's bone physics consist of wind and bounce physics. These apply to the character's hair, clothes and other body parts. However, some aspects appear broken on high framerates, especially those above 60 FPS. Notably bouncing happens so quickly that it's practically non-existent, and wind effects tend to appear jittery. - -This plugin fixes this bug by locking updates to 60 FPS, and is based on [Kirrana's plugin](https://github.com/Kirrana/xivlauncher_physics_plugin/) to be more opinionated with less options. - -## Get Involved & Support - -{{< begin-grid >}} -{{< blurb title="Install" description="Install from my Dalamud Repository" url="https://github.com/redstrate/dalamudplugins" >}} -{{< blurb title="Get Source Code & Contribute" description="The full source code for Rebound is available on GitHub." url="https://github.com/redstrate/rebound" >}} -{{< end-grid >}} diff --git a/content/mods/refitter/_index.md b/content/mods/refitter/_index.md deleted file mode 100644 index e96f8c6..0000000 --- a/content/mods/refitter/_index.md +++ /dev/null @@ -1,17 +0,0 @@ ---- -title: "Refitter" -layout: "single" -aliases: -- /refitter ---- - -Modify chest bones for specific gear. - -This is a spiritual successor to my [VARC](https://xiv.zone/varc) mod, but done as a Dalamud plugin instead of my errenously editing model files by hand. - -## Get Involved & Support - -{{< begin-grid >}} -{{< blurb title="Install" description="Install from my Dalamud Repository" url="https://github.com/redstrate/dalamudplugins" >}} -{{< blurb title="Get Source Code & Contribute" description="The full source code for Refitter is available on GitHub." url="https://github.com/redstrate/refitter" >}} -{{< end-grid >}} diff --git a/resources/_gen/images/mods/narc/comparison_hu_b74fbcdd24f04f0b.webp b/resources/_gen/images/mods/narc/comparison_hu_b74fbcdd24f04f0b.webp new file mode 100644 index 0000000..a9154ac Binary files /dev/null and b/resources/_gen/images/mods/narc/comparison_hu_b74fbcdd24f04f0b.webp differ diff --git a/resources/_gen/images/mods/varc/main-comparison_hu_bfc4d6544624fbb7.webp b/resources/_gen/images/mods/varc/main-comparison_hu_bfc4d6544624fbb7.webp new file mode 100644 index 0000000..25f2652 Binary files /dev/null and b/resources/_gen/images/mods/varc/main-comparison_hu_bfc4d6544624fbb7.webp differ diff --git a/resources/_gen/images/mods/varc/realism-comparison_hu_6619dfa37cf31baf.webp b/resources/_gen/images/mods/varc/realism-comparison_hu_6619dfa37cf31baf.webp new file mode 100644 index 0000000..28e4ede Binary files /dev/null and b/resources/_gen/images/mods/varc/realism-comparison_hu_6619dfa37cf31baf.webp differ diff --git a/resources/_gen/images/software/astra/main-screenshot_hu_3ed8bc6e5eb9c2ad.webp b/resources/_gen/images/software/astra/main-screenshot_hu_3ed8bc6e5eb9c2ad.webp new file mode 100644 index 0000000..87723c5 Binary files /dev/null and b/resources/_gen/images/software/astra/main-screenshot_hu_3ed8bc6e5eb9c2ad.webp differ diff --git a/themes/mytheme/layouts/_default/redirect.html b/themes/mytheme/layouts/_default/redirect.html index 1537e67..03bf721 100644 --- a/themes/mytheme/layouts/_default/redirect.html +++ b/themes/mytheme/layouts/_default/redirect.html @@ -1 +1 @@ -{{- template "_internal/alias.html" (dict "Permalink" .Params.target) -}} +{{- template "alias.html" (dict "Permalink" .Params.target) -}} diff --git a/themes/mytheme/layouts/index.html b/themes/mytheme/layouts/index.html index 2df68be..8a479dd 100644 --- a/themes/mytheme/layouts/index.html +++ b/themes/mytheme/layouts/index.html @@ -34,46 +34,6 @@ -