Unofficial FFXIV modding site
Find a file
Joshua Goins 595c90a66f
All checks were successful
Deploy / Deploy Website (push) Successful in 25s
Attempt to fix 0.7.0 changelog
2025-06-24 17:04:31 -04:00
.forgejo/workflows Update to Hugo 0.164.4 2025-04-14 21:32:52 -04:00
archetypes Add hugo website 2022-04-08 20:41:15 -04:00
content Attempt to fix 0.7.0 changelog 2025-06-24 17:04:31 -04:00
resources/_gen/images Update for Astra 0.7.0 2025-06-24 16:52:34 -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.