Personal website and blog
Find a file
2024-08-03 10:23:42 -04:00
.github/workflows Move most of the art from the repository, add flipnote 2024-07-03 15:48:28 -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 bart 2024-07-21 23:23:45 -04:00
art General art update 2024-08-03 10:23:42 -04:00
assets Change avatar, upload missing guest art 2024-07-21 09:12:32 -04:00
characters Add new art, character 2024-06-22 17:21:43 -04:00
comic Add comic support, add latest artwork 2024-03-31 12:32:05 -04:00
content General art update 2024-08-03 10:23:42 -04:00
data Change featured art 2024-07-11 22:35:00 -04:00
guestart Add Lina art 2024-08-03 09:22:42 -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 better characters page 2024-06-15 14:17:00 -04:00
static New update 2023-09-24 22:36:17 -04:00
themes/red General art update 2024-08-03 10:23:42 -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 blog post 2024-07-29 15:15:12 -04:00
README.md Remove srht badge 2024-07-05 20:39:42 -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, 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.