Move blog into website/blog
Nest the blog work within the website directory.
This commit is contained in:
parent
54d1a0048a
commit
95e761e59b
40 changed files with 2 additions and 3 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -32,7 +32,7 @@ __pycache__
|
||||||
node_modules/
|
node_modules/
|
||||||
/configs/.config/fish/config.fish
|
/configs/.config/fish/config.fish
|
||||||
/configs/.config/fish/fish_variables
|
/configs/.config/fish/fish_variables
|
||||||
/blog/public/
|
/website/blog/public/
|
||||||
|
|
||||||
# ReasonML
|
# ReasonML
|
||||||
.merlin
|
.merlin
|
||||||
|
|
|
@ -13,7 +13,6 @@ in {
|
||||||
learn = readTree ./learn;
|
learn = readTree ./learn;
|
||||||
sandbox = readTree ./sandbox;
|
sandbox = readTree ./sandbox;
|
||||||
website = readTree ./website;
|
website = readTree ./website;
|
||||||
blog = readTree ./blog;
|
|
||||||
lisp = readTree ./lisp;
|
lisp = readTree ./lisp;
|
||||||
gopkgs = readTree ./gopkgs;
|
gopkgs = readTree ./gopkgs;
|
||||||
monzo_ynab = readTree ./monzo_ynab;
|
monzo_ynab = readTree ./monzo_ynab;
|
||||||
|
|
|
@ -167,7 +167,7 @@ in {
|
||||||
"blog.wpcarro.dev" = {
|
"blog.wpcarro.dev" = {
|
||||||
addSSL = true;
|
addSSL = true;
|
||||||
enableACME = true;
|
enableACME = true;
|
||||||
root = briefcase.blog;
|
root = briefcase.website.blog;
|
||||||
};
|
};
|
||||||
"sandbox.wpcarro.dev" = {
|
"sandbox.wpcarro.dev" = {
|
||||||
addSSL = true;
|
addSSL = true;
|
||||||
|
|
Before Width: | Height: | Size: 70 KiB After Width: | Height: | Size: 70 KiB |
Before Width: | Height: | Size: 53 KiB After Width: | Height: | Size: 53 KiB |
Before Width: | Height: | Size: 163 KiB After Width: | Height: | Size: 163 KiB |
Loading…
Reference in a new issue