diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2022-05-24 00:31:01 +0200 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2022-05-24 00:32:25 +0200 |
commit | 1fb0143303706f3b0ca9975163e2ef2baaec9e4d (patch) | |
tree | 7f53fe0f605982ccb59016896f7a706578379de1 | |
parent | add a t.me link (diff) | |
download | egor-tensin.github.io-1fb0143303706f3b0ca9975163e2ef2baaec9e4d.tar.gz egor-tensin.github.io-1fb0143303706f3b0ca9975163e2ef2baaec9e4d.zip |
replace the t.me link with /void/
It's way more interesting anyway.
Diffstat (limited to '')
-rw-r--r-- | Makefile | 2 | ||||
-rw-r--r-- | index.html | 4 |
2 files changed, 3 insertions, 3 deletions
@@ -45,7 +45,7 @@ URL := http://localhost:4000/ .PHONY: wget wget: - wget --no-verbose --recursive --no-parent --convert-links --adjust-extension -e robots=off --directory-prefix=.wget -X /blog,/cv,/jekyll-theme,/sorting-algorithms,/wireguard-config -- '$(call escape,$(URL))' + wget --no-verbose --recursive --no-parent --convert-links --adjust-extension -e robots=off --directory-prefix=.wget -X /blog,/cv,/jekyll-theme,/sorting-algorithms,/void,/wireguard-config -- '$(call escape,$(URL))' .PHONY: view view: @@ -8,8 +8,8 @@ main: - url: /cv/cv.pdf name: cv - github - - url: https://t.me/egor_tensin - name: telegram + - url: /void/ + name: пустота projects: - url: https://github.com/egor-tensin/cgitize name: cgitize |