diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2023-11-26 01:09:37 +0100 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2023-11-26 01:09:37 +0100 |
commit | 1ca7edef3ff729f5db6b0837db75e587c12c992e (patch) | |
tree | ae7012564e2accb2a4ed2a5b36512e4b22c12deb | |
parent | bump dependencies (diff) | |
download | sorting-algorithms-1ca7edef3ff729f5db6b0837db75e587c12c992e.tar.gz sorting-algorithms-1ca7edef3ff729f5db6b0837db75e587c12c992e.zip |
switch to tensin.name
Diffstat (limited to '')
-rw-r--r-- | README.md | 2 | ||||
-rw-r--r-- | _config.yml | 2 | ||||
-rw-r--r-- | prelude.mk | 2 |
3 files changed, 3 insertions, 3 deletions
@@ -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: @@ -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 |