Unofficial FFXIV modding site
Find a file
2025-01-12 18:58:13 -05:00
.github/workflows Add CI 2024-05-22 20:35:21 -04:00
archetypes Add hugo website 2022-04-08 20:41:15 -04:00
content Add easy fullscreen mod 2024-12-28 15:43:40 -05:00
resources/_gen/images Add NARC 2024-10-06 08:57:22 -04:00
static Add new screenshots for Novus 2024-04-22 16:07:18 -04:00
themes/mytheme Improve the CSS a lot 2025-01-12 18:58:13 -05:00
.gitignore Fix descriptions, remove committed public folder and change to GitHub links 2024-04-22 16:47:54 -04:00
config.toml Give the CSS a major facelift 2024-05-20 20:07:34 -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.