Re-organise Tome paths, add TODO

Signed-off-by: Oliver Davies <oliver@oliverdavies.uk>
This commit is contained in:
Oliver Davies 2025-11-10 23:35:01 +00:00
parent c1ccef5e32
commit f82502cd9c

View file

@ -12,18 +12,20 @@ let
root = "/var/www/vhosts/website-tome";
paths = [
"core"
"sites/default/files"
"themes/custom/opdavies"
# TODO: move back to Sculpin.
"archive"
"automated-testing"
"core"
"daily/.+"
"examples"
"homelab"
"podcast"
"rss/bb.xml"
"rss/daily.xml"
"sites/default/files"
"testing"
"themes/custom/opdavies"
];
port = ports.nginx.website-tome;