Personal website and blog
Find a file
2023-08-05 09:36:31 -04:00
3d Add alt text to 3d models 2023-04-13 12:49:55 -04:00
animation Fix more 3D stuff, add back animation support 2023-04-13 12:34:39 -04:00
art add new art 2023-07-04 18:56:02 -04:00
assets Add more links 2023-07-04 21:05:04 -04:00
content publish kde for july 2023-07-31 21:00:19 -04:00
data Add guest art 2023-07-02 22:24:51 -04:00
guestart Add guest art 2023-07-02 22:24:51 -04:00
resources/_gen/images unbreak retro site 2023-07-04 21:14:10 -04:00
scripts Add guest art 2023-07-02 22:24:51 -04:00
static Remove more unused stuff 2023-04-17 16:37:53 -04:00
themes unbreak retro site 2023-07-04 21:14:10 -04:00
.build.yml fix ci 2023-06-26 09:33:03 -04:00
.gitignore Overhaul gallery 2022-12-20 19:16:53 -05:00
config.yaml unbreak retro site 2023-07-04 21:14:10 -04:00
LICENSE Add initial files 2022-08-02 12:17:07 -04:00
README.md Fix minor typo in README 2023-08-05 09:36:31 -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.