aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2023-11-26 01:03:46 +0100
committerEgor Tensin <Egor.Tensin@gmail.com>2023-11-26 01:03:46 +0100
commitb03509e51df7fd2095d995404f4fc3d0f740055a (patch)
tree458e6b559fe4d1d94d709d396d23e9b8d88c7d86
parentbump dependencies (diff)
downloadegor-tensin.github.io-b03509e51df7fd2095d995404f4fc3d0f740055a.tar.gz
egor-tensin.github.io-b03509e51df7fd2095d995404f4fc3d0f740055a.zip
switch to tensin.name
-rw-r--r--README.md2
-rw-r--r--_config.yml2
-rw-r--r--index.html2
-rw-r--r--prelude.mk2
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...
---
<h1>{{ site.settings.author.name }}</h1>
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