Unofficial FFXIV modding site
Find a file
Joshua Goins 9901e7c2d0
All checks were successful
Deploy / Deploy Website (push) Successful in 27s
Port to Forgejo CI
2025-04-07 22:02:58 -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 Update narc, fix varc and add icon for auracite 2025-01-20 11:35:22 -05:00
resources/_gen/images Update narc, fix varc and add icon for auracite 2025-01-20 11:35:22 -05:00
static Update narc, fix varc and add icon for auracite 2025-01-20 11:35:22 -05:00
themes/mytheme Update narc, fix varc and add icon for auracite 2025-01-20 11:35:22 -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.