Personal website and blog
Find a file
2024-02-19 17:24:54 -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 Update website 2024-02-19 14:39:10 -05:00
assets add new art 2024-02-17 10:18:13 -05:00
characters Update website 2024-02-19 14:39:10 -05:00
content Fix breadcrumbs 2024-02-19 15:20:51 -05:00
data Add more links, changes 2024-02-19 15:29:36 -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 Begin adding character infog 2024-02-17 22:04:30 -05:00
scripts Update website 2024-02-19 14:39:10 -05:00
static New update 2023-09-24 22:36:17 -04:00
themes More alt text fixes 2024-02-19 17:24:54 -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 Fix breadcrumbs 2024-02-19 15:20:51 -05: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.