Add more tome paths
This commit is contained in:
parent
c6fa8493df
commit
b0f910acf7
3 changed files with 6 additions and 5 deletions
|
@ -13,7 +13,12 @@
|
|||
|
||||
extraConfig =
|
||||
let
|
||||
tomePaths = [ "tome-test" ];
|
||||
tomePaths = [
|
||||
"core"
|
||||
"sites/default/files"
|
||||
"themes/custom/opdavies"
|
||||
"tome-test"
|
||||
];
|
||||
|
||||
tomeConfig = builtins.concatStringsSep "\n\n" (
|
||||
builtins.map (path: ''
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue