diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2022-10-23 00:03:15 +0200 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2022-10-23 00:04:50 +0200 |
commit | 35082e02acf872a6a550527f140b066a6db48343 (patch) | |
tree | c2c6874cc4f791f75981974b3a66fc9c70230ec2 /Makefile | |
parent | enable live reload (diff) | |
download | egor-tensin.github.io-35082e02acf872a6a550527f140b066a6db48343.tar.gz egor-tensin.github.io-35082e02acf872a6a550527f140b066a6db48343.zip |
status. subdomain to /status/
I've decided it is more consistent.
Diffstat (limited to '')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -42,7 +42,7 @@ serve: $(jekyll) serve URL := http://localhost:4000/ -SKIP := /blog,/cv,/jekyll-theme,/sorting-algorithms,/void,/wireguard-config +SKIP := /blog,/cv,/jekyll-theme,/sorting-algorithms,/status,/void,/wireguard-config .PHONY: wget wget: |