diff options
-rw-r--r-- | Makefile | 2 | ||||
-rw-r--r-- | index.html | 2 |
2 files changed, 2 insertions, 2 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: @@ -17,7 +17,7 @@ projects: - url: https://github.com/egor-tensin/config-links name: config-links description: Configuration file sharing - - url: https://status.egort.name/ + - url: /status/ name: linux-status description: Simple Linux server monitoring - url: /sorting-algorithms/ |