diff --git a/config.yaml b/config.yaml index b8575d1..42acd71 100644 --- a/config.yaml +++ b/config.yaml @@ -90,7 +90,12 @@ menu: params: - img: 'icons/shrines.svg' url: 'shrines' - weight: 8 + weight: 6 + - name: 'Mods' + params: + - img: 'icons/game.svg' + url: 'mods' + weight: 7 - name: 'Links' params: - img: 'icons/links.svg' diff --git a/content/mods.md b/content/mods.md new file mode 100644 index 0000000..b98a9e2 --- /dev/null +++ b/content/mods.md @@ -0,0 +1,6 @@ +--- +title: "Mods" +layout: "mods" +--- + +Here's a list of mods I created for some games! diff --git a/data/mods.json b/data/mods.json new file mode 100644 index 0000000..eddf3ba --- /dev/null +++ b/data/mods.json @@ -0,0 +1,64 @@ +[ + { + "id": "ffxiv", + "name": "FINAL FANTASY XIV ONLINE", + "mods": [ + { + "name": "Rebound", + "description": "Limits bone physics to 60 FPS", + "url": "https://github.com/redstrate/rebound" + }, + { + "name": "Refitter", + "description": "Modify chest bones for specific gear", + "url": "https://github.com/redstrate/Refitter" + }, + { + "name": "Hooky", + "description": "Send webhooks for events in FFXIV", + "url": "https://github.com/redstrate/hooky" + }, + { + "name": "EasyFullscreen", + "description": "Make FFXIV act like a good game that can enter and exit fullscreen with F11", + "url": "https://github.com/redstrate/EasyFullscreen" + }, + { + "name": "Neo Armor Refit Collection", + "description": "Even better fitting female armors!", + "url": "https://xiv.zone/mods/narc/" + }, + { + "name": "Vanilla Armor Refit Collection (Obsolete)", + "description": "Better fitting female armors", + "url": "https://xiv.zone/mods/varc/" + }, + { + "name": "AllowLoginFail", + "description": "Stop the game from quitting over lobby connection errors", + "url": "https://github.com/redstrate/AllowLoginFail" + }, + { + "name": "Scripter", + "description": "Inspect the Lua state and run custom scripts", + "url": "https://github.com/redstrate/Scripter" + } + ] + }, + { + "id": "minecraft", + "name": "Minecraft", + "mods": [ + { + "name": "Realms Begone", + "description": "Hide Minecraft Realms", + "url": "https://code.ryne.moe/redstrate/realms-begone" + }, + { + "name": "Custom Datapack", + "description": "Custom data pack for my server", + "url": "https://code.ryne.moe/redstrate/minecraft-datapack" + } + ] + } +] diff --git a/themes/red/layouts/_default/mods.html b/themes/red/layouts/_default/mods.html new file mode 100644 index 0000000..aeb3ff1 --- /dev/null +++ b/themes/red/layouts/_default/mods.html @@ -0,0 +1,36 @@ +{{/* Page layout used for mods page. */}} + +{{ define "main" }} +