revue (\ʁə.vy\) is a Reflex based CMS geared towards managing personal websites.
revue uses Obelisk. Use ob run
to run locally, and nix-build -A exe
(or ob deploy
) for deployment.
Add your markdown files (must have a landing.md
file) to a directory, and run as:
export REVUE_CONTENT_DIR=/path/to/your/content
ob run
Each page automatically gets its own route. For example, the hello.md
content can be accessed from the frontend as http://localhost:8000/page/hello
See srid.ca for an example site, which includes systemd and nginx configuration.
https://github.com/srid/revue/projects/1?add_cards_query=is%3Aopen