Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/redstrate/docs.xiv.zone
Garden of knowledge on FFXIV
https://github.com/redstrate/docs.xiv.zone
ffxiv ffxiv-modding final-fantasy-14 final-fantasy-xiv
Last synced: about 1 month ago
JSON representation
Garden of knowledge on FFXIV
- Host: GitHub
- URL: https://github.com/redstrate/docs.xiv.zone
- Owner: redstrate
- License: cc-by-sa-4.0
- Created: 2024-05-22T04:13:35.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-08-09T20:58:47.000Z (4 months ago)
- Last Synced: 2024-08-09T22:04:51.668Z (4 months ago)
- Topics: ffxiv, ffxiv-modding, final-fantasy-14, final-fantasy-xiv
- Language: HTML
- Homepage: https://docs.xiv.zone
- Size: 1.34 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# docs.xiv.zone
This is the source code of the website hosted at [docs.xiv.zone](https://docs.xiv.zone/).
## Building
You need [Hugo](https://gohugo.io/installation/) (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
![License](https://licensebuttons.net/l/by-sa/3.0/88x31.png)
The content of this website is licensed under [CC-BY-SA 4.0](https://creativecommons.org/licenses/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.