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"; root = "/var/www/vhosts/website-tome";
paths = [ paths = [
"core"
"sites/default/files"
"themes/custom/opdavies"
# TODO: move back to Sculpin.
"archive" "archive"
"automated-testing" "automated-testing"
"core"
"daily/.+" "daily/.+"
"examples" "examples"
"homelab" "homelab"
"podcast" "podcast"
"rss/bb.xml" "rss/bb.xml"
"rss/daily.xml" "rss/daily.xml"
"sites/default/files"
"testing" "testing"
"themes/custom/opdavies"
]; ];
port = ports.nginx.website-tome; port = ports.nginx.website-tome;