Personal website and blog
Find a file
2024-10-16 09:39:25 -04:00
.github/workflows Bump hugo version 2024-09-16 22:26:34 -04:00
.reuse Fix REUSE data for comics 2024-04-09 17:29:24 -04:00
assets Add proper social media icons, left-align those things 2024-10-14 16:07:42 -04:00
content Remove newgrounds & ko-fi from the sidebar, remove other mentions of NG 2024-10-14 15:53:35 -04:00
data Fix titania's originality 2024-10-14 16:16:17 -04:00
i18n More i18n improvements 2024-10-13 20:32:26 -04:00
LICENSES Support REUSE lint 2023-08-31 14:50:17 +02:00
static Add accidentally removed static folder 2024-10-14 15:43:56 -04:00
themes/red Fix broken art years link 2024-10-16 09:39:25 -04:00
.build.yml Remove retro site 2024-02-19 18:39:50 -05:00
.gitignore Support REUSE lint 2023-08-31 14:50:17 +02:00
.htmltest.yml Add htmltest to the CI 2023-08-31 14:50:26 +02:00
config.yaml Add proper social media icons, left-align those things 2024-10-14 16:07:42 -04:00
README.md Redesign around content adapters 2024-09-30 17:40:46 -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.