Personal website and blog
Find a file
2023-08-10 10:48:53 -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 artfight tag 2023-08-10 07:15:18 -04:00
assets Add more links 2023-07-04 21:05:04 -04:00
content Don't render taxonomies page, it's not supposed to show up 2023-08-10 10:45:27 -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 Cleanup resources 2023-08-10 10:45:54 -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 Add missing alttext for software banner 2023-08-10 10:48:53 -04:00
.build.yml Minify when deploying 2023-08-10 10:41:44 -04:00
.gitignore Overhaul gallery 2022-12-20 19:16:53 -05:00
config.yaml Don't keep whitespace when minifying HTML, it's unindented anyway 2023-08-10 10:44:28 -04:00
LICENSE Relicense to CC-BY-SA 4.0, make license clearer 2023-08-05 10:08:02 -04:00
README.md Relicense to CC-BY-SA 4.0, make license clearer 2023-08-05 10:08:02 -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

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.