Personal website and blog
Find a file
2024-04-22 16:54:04 -04:00
.reuse Fix REUSE data for comics 2024-04-09 17:29:24 -04: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 Add new artwork 2024-04-20 22:07:35 -04:00
assets Add comic support, add latest artwork 2024-03-31 12:32:05 -04:00
characters Update website 2024-02-19 14:39:10 -05:00
comic Add comic support, add latest artwork 2024-03-31 12:32:05 -04:00
content Update repo links 2024-04-22 16:54:04 -04:00
data Update software, contributions, add Konqi art 2024-04-09 17:27:48 -04: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 Add comic support, add latest artwork 2024-03-31 12:32:05 -04:00
static New update 2023-09-24 22:36:17 -04:00
themes/red Update software, contributions, add Konqi art 2024-04-09 17:27:48 -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 new WIP stuff 2024-02-23 22:35:59 -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.