Re-organise Tome paths, add TODO
Signed-off-by: Oliver Davies <oliver@oliverdavies.uk>
This commit is contained in:
parent
c1ccef5e32
commit
f82502cd9c
1 changed files with 5 additions and 3 deletions
|
|
@ -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;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue