Move learn to website/learn
Nest the learn directory in the website directory.
This commit is contained in:
parent
95e761e59b
commit
1d5ab45303
5 changed files with 1 additions and 2 deletions
|
@ -10,7 +10,6 @@ in {
|
|||
nixos = readTree ./nixos;
|
||||
utils = readTree ./utils;
|
||||
emacs = readTree ./emacs;
|
||||
learn = readTree ./learn;
|
||||
sandbox = readTree ./sandbox;
|
||||
website = readTree ./website;
|
||||
lisp = readTree ./lisp;
|
||||
|
|
|
@ -162,7 +162,7 @@ in {
|
|||
"learn.wpcarro.dev" = {
|
||||
addSSL = true;
|
||||
enableACME = true;
|
||||
root = briefcase.learn;
|
||||
root = briefcase.website.learn;
|
||||
};
|
||||
"blog.wpcarro.dev" = {
|
||||
addSSL = true;
|
||||
|
|
Loading…
Reference in a new issue