Unofficial FFXIV modding site
Find a file
Joshua Goins f2c0bc4301 Remove mods section
This is now hosted on my website instead, but the dedicated VARC/NARC
pages live here for now.
2025-04-14 21:32:11 -04:00
.forgejo/workflows Port to Forgejo CI 2025-04-07 22:02:58 -04:00
archetypes Add hugo website 2022-04-08 20:41:15 -04:00
content Remove mods section 2025-04-14 21:32:11 -04:00
resources/_gen/images Remove mods section 2025-04-14 21:32:11 -04:00
static Update narc, fix varc and add icon for auracite 2025-01-20 11:35:22 -05:00
themes/mytheme Remove mods section 2025-04-14 21:32:11 -04:00
.gitignore Fix descriptions, remove committed public folder and change to GitHub links 2024-04-22 16:47:54 -04:00
config.toml Remove mods section 2025-04-14 21:32:11 -04:00
LICENSE Add license and README 2023-08-05 10:07:03 -04:00
README.md Update repo links 2024-08-09 16:57:28 -04:00

xiv.zone

This is the source code of the website hosted at xiv.zone.

Building

You need Hugo (extended edition) to build the site.

To build the site, just run hugo and the built site will appear in public.

$ cd xiv.zone
$ hugo

For quick development, Hugo has a built-in HTTP server that auto-reloads on changes:

$ cd xiv.zone
$ hugo server

License

License

The content of this website is licensed under CC-BY-SA 4.0. There may be other copyrighted works showcased on this website that are licensed differently.

The Hugo theme of this website is licensed under the MIT license.