Garden of knowledge on FFXIV
Find a file
2023-09-23 09:09:31 -04:00
archetypes Add initial files 2022-07-16 18:54:44 -04:00
content Update concept pages 2023-09-23 09:09:31 -04:00
resources/_gen/images/astra Add initial files 2022-07-16 18:54:44 -04:00
themes/mytheme Fix heading order 2023-09-23 08:48:34 -04:00
.build.yml Server switch 2022-11-01 23:06:49 -04:00
.gitignore Add initial files 2022-07-16 18:54:44 -04:00
config.toml Use builds.sr.ht for CI, switch to hardcoded baseURL 2022-08-04 09:59:29 -04:00
LICENSE Add license and README 2023-08-05 10:06:14 -04:00
README.md Add license and README 2023-08-05 10:06:14 -04:00

docs.xiv.zone

This is the source code of the website hosted at docs.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 docs.xiv.zone
$ hugo

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

$ cd docs.xiv.zone
$ hugo server

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.