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;
|
nixos = readTree ./nixos;
|
||||||
utils = readTree ./utils;
|
utils = readTree ./utils;
|
||||||
emacs = readTree ./emacs;
|
emacs = readTree ./emacs;
|
||||||
learn = readTree ./learn;
|
|
||||||
sandbox = readTree ./sandbox;
|
sandbox = readTree ./sandbox;
|
||||||
website = readTree ./website;
|
website = readTree ./website;
|
||||||
lisp = readTree ./lisp;
|
lisp = readTree ./lisp;
|
||||||
|
|
|
@ -162,7 +162,7 @@ in {
|
||||||
"learn.wpcarro.dev" = {
|
"learn.wpcarro.dev" = {
|
||||||
addSSL = true;
|
addSSL = true;
|
||||||
enableACME = true;
|
enableACME = true;
|
||||||
root = briefcase.learn;
|
root = briefcase.website.learn;
|
||||||
};
|
};
|
||||||
"blog.wpcarro.dev" = {
|
"blog.wpcarro.dev" = {
|
||||||
addSSL = true;
|
addSSL = true;
|
||||||
|
|
Loading…
Reference in a new issue