Personal website and blog
Find a file
2024-01-31 15:58:13 -05:00
.reuse Support REUSE lint 2023-08-31 14:50:17 +02:00
3d Add new artwork 2023-11-28 17:54:13 -05:00
animation Add new art 2024-01-24 07:42:54 -05:00
art More art category fixes 2024-01-27 18:36:51 -05:00
assets Update play circle icon 2024-01-27 10:21:58 -05:00
content Add new blog post 2024-01-31 15:58:13 -05:00
data Update featured art, grid css fixes 2024-01-27 08:57:50 -05:00
guestart Add new guest artgit add . 2023-10-09 10:41:34 -04:00
LICENSES Support REUSE lint 2023-08-31 14:50:17 +02:00
resources/_gen/images Update featured art, grid css fixes 2024-01-27 08:57:50 -05:00
scripts Support REUSE lint 2023-08-31 14:50:17 +02:00
static New update 2023-09-24 22:36:17 -04:00
themes Add text color override for isso author too 2024-01-27 20:53:56 -05:00
.build.yml Remove broken htmltest on CI 2023-10-07 09:42:03 -04: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 link to my itch.io in the sidebar 2023-09-07 14:04:05 -04:00
README.md Add license badge 2023-10-07 09:47:33 -04:00

redstrate.com

builds.sr.ht status

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

Building

You need Hugo (extended edition) to build the site, and optionally Python to run miscellaneous scripts.

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

Art

The art gallery is defined via JSON (in art, and other directories in site root) and uses Python to generate the front-matter Markdown files that Hugo consumes. To refresh the gallery, re-run scripts/gen_art.py.

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.