diff options
-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 |