Personal website and blog
Find a file
Joshua Goins 6f608c51d7 Remove Contributing section from the README
There's no easy way to contribute to the website currently on the git
server, so remove this section (for now)
2025-04-13 23:43:26 -04:00
.forgejo/workflows Update to Hugo 0.146.3 2025-04-12 14:00:21 -04:00
assets Add Minecraft shrine, add icons for all of them 2025-04-12 18:09:00 -04:00
content Remove Recent Changes from the homepage 2025-04-12 18:56:18 -04:00
data Fix tags for new art 2025-04-11 16:36:03 -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 Improve opacity on the software list again 2025-04-12 18:42:55 -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 Remove Codeberg from sidebar 2025-04-12 13:10:02 -04:00
DATA.md Add data from auracite 2024-12-28 12:23:58 -05:00
README.md Remove Contributing section from the README 2025-04-13 23:43:26 -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

The galleries are defined via JSON, located under data. The files are rarely edited by hand, I use Redai to edit these. The JSON is read by Hugo when the site is built via Content adapters.

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.