redstrate.com/README.md
Joshua Goins 87a6be105d
All checks were successful
Deploy / Deploy Website (push) Successful in 29s
Add link to DATA.md in README
2025-04-13 23:45:22 -04:00

979 B

redstrate.com

This is the source code of my personal website hosted at redstrate.com.

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 redstrate.com
$ hugo

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

$ cd redstrate.com
$ hugo server

Data

There are numerous JSON files to control aspects of the website, like the gallery. A listing for them can be found in DATA.md and where they come from.

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 themes of this website is licensed under the MIT license.