Move learn to website/learn

Nest the learn directory in the website directory.
This commit is contained in:
William Carroll 2020-03-20 00:47:21 +00:00
parent 95e761e59b
commit 1d5ab45303
5 changed files with 1 additions and 2 deletions

View file

@ -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;

View file

@ -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;