Migrate daily email pages to Tome
This commit is contained in:
parent
889c62da5c
commit
cbcfdaf121
1 changed files with 3 additions and 1 deletions
|
@ -12,7 +12,9 @@ let
|
||||||
root = "/var/www/vhosts/website-tome";
|
root = "/var/www/vhosts/website-tome";
|
||||||
|
|
||||||
paths = [
|
paths = [
|
||||||
|
"archive"
|
||||||
"core"
|
"core"
|
||||||
|
"daily/.+"
|
||||||
"examples"
|
"examples"
|
||||||
"sites/default/files"
|
"sites/default/files"
|
||||||
"themes/custom/opdavies"
|
"themes/custom/opdavies"
|
||||||
|
@ -24,7 +26,7 @@ let
|
||||||
|
|
||||||
tomeLocations = builtins.listToAttrs (
|
tomeLocations = builtins.listToAttrs (
|
||||||
map (path: {
|
map (path: {
|
||||||
name = "/${path}";
|
name = "~ ^/${path}";
|
||||||
|
|
||||||
value = {
|
value = {
|
||||||
root = tome.root;
|
root = tome.root;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue