diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2023-11-26 01:03:46 +0100 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2023-11-26 01:03:46 +0100 |
commit | b03509e51df7fd2095d995404f4fc3d0f740055a (patch) | |
tree | 458e6b559fe4d1d94d709d396d23e9b8d88c7d86 | |
parent | bump dependencies (diff) | |
download | egor-tensin.github.io-b03509e51df7fd2095d995404f4fc3d0f740055a.tar.gz egor-tensin.github.io-b03509e51df7fd2095d995404f4fc3d0f740055a.zip |
switch to tensin.name
-rw-r--r-- | README.md | 2 | ||||
-rw-r--r-- | _config.yml | 2 | ||||
-rw-r--r-- | index.html | 2 | ||||
-rw-r--r-- | prelude.mk | 2 |
4 files changed, 4 insertions, 4 deletions
@@ -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: @@ -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... --- <h1>{{ site.settings.author.name }}</h1> @@ -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 |