Personal website and blog
Find a file
Joshua Goins 281a6c6255
All checks were successful
Deploy / Deploy Website (push) Successful in 35s
Add new art, fixup art RSS
Sensitive media now show up in the RSS feed, and comics are shown with
all of their panels.
2025-05-04 11:12:31 -04:00
.forgejo/workflows Update to Hugo 0.147.1 2025-05-01 15:39:14 -04:00
assets Add the moon palace 2025-04-14 16:51:06 -04:00
content Publish new kawari blog post, update shrines and other misc changes 2025-05-01 15:38:18 -04:00
data Add new art, fixup art RSS 2025-05-04 11:12:31 -04:00
i18n More i18n improvements 2024-10-13 20:32:26 -04:00
scripts Update favicon, add script to generate it in the future 2025-04-10 17:31:24 -04:00
static Update favicon, add script to generate it in the future 2025-04-10 17:31:24 -04:00
themes/red Add new art, fixup art RSS 2025-05-04 11:12:31 -04:00
.gitignore Redesign gallery pages 2024-10-17 13:53:59 -04:00
.htmltest.yml Add htmltest to the CI 2023-08-31 14:50:26 +02:00
config.yaml Publish new kawari blog post, update shrines and other misc changes 2025-05-01 15:38:18 -04:00
DATA.md Add link to DATA.md in README 2025-04-13 23:45:22 -04:00
README.md Add link to DATA.md in README 2025-04-13 23:45:22 -04:00

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.