xiv.zone/README.md

32 lines
888 B
Markdown
Raw Normal View History

2023-08-05 10:07:03 -04:00
# xiv.zone
2023-10-07 09:52:03 -04:00
[![builds.sr.ht status](https://builds.sr.ht/~redstrate/xiv.zone.svg)](https://builds.sr.ht/~redstrate/xiv.zone?)
2023-10-07 09:51:07 -04:00
2023-08-05 10:07:03 -04:00
This is the source code of the website hosted at [xiv.zone](https://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 xiv.zone
$ hugo
```
For quick development, Hugo has a built-in HTTP server that auto-reloads on changes:
```
$ cd xiv.zone
$ hugo server
```
## License
2023-10-07 09:51:07 -04:00
![License](https://licensebuttons.net/l/by-sa/3.0/88x31.png)
2023-08-05 10:07:03 -04:00
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.