From b03509e51df7fd2095d995404f4fc3d0f740055a Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Sun, 26 Nov 2023 01:03:46 +0100 Subject: switch to tensin.name --- README.md | 2 +- _config.yml | 2 +- index.html | 2 +- prelude.mk | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index a95c0a3..c2317c7 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ Egor Tensin [![Jekyll](https://github.com/egor-tensin/egor-tensin.github.io/actions/workflows/jekyll.yml/badge.svg)](https://github.com/egor-tensin/egor-tensin.github.io/actions/workflows/jekyll.yml) -This is my website hosted at https://egort.name/. +This is my website hosted at https://tensin.name/. Development ----------- diff --git a/_config.yml b/_config.yml index f863614..9c89a22 100644 --- a/_config.yml +++ b/_config.yml @@ -21,7 +21,7 @@ plugins: # jekyll-github-metadata repository: egor-tensin/egor-tensin.github.io # jekyll-remote-theme -remote_theme: egor-tensin/jekyll-theme@4ccad582f01cbfe19956fc6bfe589e599e7e85d3 +remote_theme: egor-tensin/jekyll-theme@ac233bb760b4947f0126ba17d78c182bb8f7ff1f # Theme settings settings: diff --git a/index.html b/index.html index 1036fe8..0141395 100644 --- a/index.html +++ b/index.html @@ -26,7 +26,7 @@ projects: - url: /wireguard-config/ name: wireguard-config description: Generate WireGuard configuration files - - url: https://git.egort.name/ + - url: https://git.tensin.name/ description: More... ---

{{ site.settings.author.name }}

diff --git a/prelude.mk b/prelude.mk index 374111e..da836d7 100644 --- a/prelude.mk +++ b/prelude.mk @@ -1,4 +1,4 @@ -# Please see https://egort.name/blog/notes/makefile.html +# Please see https://tensin.name/blog/notes/makefile.html MAKEFLAGS += --no-builtin-rules --no-builtin-variables --warn-undefined-variables unexport MAKEFLAGS -- cgit v1.2.3