Personal website and blog
Find a file
2025-02-16 20:50:56 -05:00
.github/workflows Update Hugo version on CI 2025-01-03 16:26:27 -05:00
.reuse Fix REUSE data for comics 2024-04-09 17:29:24 -04:00
assets Add nullmi link 2025-02-10 18:26:11 -05:00
content Draft up new blog post 2025-02-16 20:50:56 -05:00
data add new art 2025-02-08 16:05:54 -05: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 Optimize rss-image 2025-01-03 10:34:20 -05:00
themes/red Use Inclusive Sans by default 2025-01-21 19:38:03 -05: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 Optimize rss-image 2025-01-03 10:34:20 -05:00
DATA.md Add data from auracite 2024-12-28 12:23:58 -05:00
README.md Add a note in the README that general fixes are accepted 2025-01-01 09:43:33 -05: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.

Contributing

Fixes for content errors like typos are appreciated, along with general fixes to the site like a broken image link.

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.