aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2023-11-26 01:09:37 +0100
committerEgor Tensin <Egor.Tensin@gmail.com>2023-11-26 01:09:37 +0100
commit1ca7edef3ff729f5db6b0837db75e587c12c992e (patch)
treeae7012564e2accb2a4ed2a5b36512e4b22c12deb
parentbump dependencies (diff)
downloadsorting-algorithms-1ca7edef3ff729f5db6b0837db75e587c12c992e.tar.gz
sorting-algorithms-1ca7edef3ff729f5db6b0837db75e587c12c992e.zip
switch to tensin.name
-rw-r--r--README.md2
-rw-r--r--_config.yml2
-rw-r--r--prelude.mk2
3 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index da36c95..b725525 100644
--- a/README.md
+++ b/README.md
@@ -4,7 +4,7 @@ Sorting algorithms
[![Jekyll](https://github.com/egor-tensin/sorting-algorithms/actions/workflows/jekyll.yml/badge.svg)](https://github.com/egor-tensin/sorting-algorithms/actions/workflows/jekyll.yml)
Getting the hang out of (sorting) algorithms.
-Hosted at https://egort.name/sorting-algorithms/.
+Hosted at https://tensin.name/sorting-algorithms/.
Development
-----------
diff --git a/_config.yml b/_config.yml
index 130de34..ece57fc 100644
--- a/_config.yml
+++ b/_config.yml
@@ -21,7 +21,7 @@ plugins:
# jekyll-github-metadata
repository: egor-tensin/sorting-algorithms
# jekyll-remote-theme
-remote_theme: egor-tensin/jekyll-theme@4ccad582f01cbfe19956fc6bfe589e599e7e85d3
+remote_theme: egor-tensin/jekyll-theme@ac233bb760b4947f0126ba17d78c182bb8f7ff1f
# Theme settings
settings:
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