diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2023-11-26 00:56:48 +0100 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2023-11-26 00:56:48 +0100 |
commit | ac233bb760b4947f0126ba17d78c182bb8f7ff1f (patch) | |
tree | 99a59708dab335ee44d88c791ee24e4919e6c3eb | |
parent | bump dependencies (diff) | |
download | jekyll-theme-ac233bb760b4947f0126ba17d78c182bb8f7ff1f.tar.gz jekyll-theme-ac233bb760b4947f0126ba17d78c182bb8f7ff1f.zip |
switch to tensin.name
-rw-r--r-- | README.md | 12 | ||||
-rw-r--r-- | _includes/jekyll-theme/footer.html | 2 | ||||
-rw-r--r-- | index.md | 6 | ||||
-rw-r--r-- | prelude.mk | 2 |
4 files changed, 11 insertions, 11 deletions
@@ -5,18 +5,18 @@ Jekyll theme My [Jekyll] theme. -I use it for [egort.name], [blog], [sorting-algorithms], [wireguard-config]. +I use it for [tensin.name], [blog], [sorting-algorithms], [wireguard-config]. [Jekyll]: https://jekyllrb.com/ -[egort.name]: https://egort.name/ -[blog]: https://egort.name/blog/ -[sorting-algorithms]: https://egort.name/sorting-algorithms/ -[wireguard-config]: https://egort.name/wireguard-config/ +[tensin.name]: https://tensin.name/ +[blog]: https://tensin.name/blog/ +[sorting-algorithms]: https://tensin.name/sorting-algorithms/ +[wireguard-config]: https://tensin.name/wireguard-config/ Preview ------- -An example website can be viewed at https://egort.name/jekyll-theme/. +An example website can be viewed at https://tensin.name/jekyll-theme/. Usage ----- diff --git a/_includes/jekyll-theme/footer.html b/_includes/jekyll-theme/footer.html index c0745b5..5bb572b 100644 --- a/_includes/jekyll-theme/footer.html +++ b/_includes/jekyll-theme/footer.html @@ -33,7 +33,7 @@ {% endif %} {% capture timestamp_text %}Build: {{ site.time | date: '%F' }}{% endcapture %} -{% capture theme_text %}<a href="https://egort.name/jekyll-theme/">jekyll-theme</a>{% endcapture %} +{% capture theme_text %}<a href="https://tensin.name/jekyll-theme/">jekyll-theme</a>{% endcapture %} {% assign footer_items = '' | split: '' %} {% if license_text %} @@ -1,5 +1,5 @@ --- -base: https://egort.name +base: https://tensin.name title: jekyll-theme layout: nosidebar navbar: @@ -41,7 +41,7 @@ navbar: This is a preview for my [Jekyll] theme. I use it for -* [egort.name], +* [tensin.name], * [blog], * [sorting-algorithms], * [wireguard-config]. @@ -52,7 +52,7 @@ Please see the [README] file for detailed information on how to use and configure this theme. [Jekyll]: https://jekyllrb.com/ -[egort.name]: {{ page.base }} +[tensin.name]: {{ page.base }} [blog]: {{ page.base }}/blog/ [sorting-algorithms]: {{ page.base }}/sorting-algorithms/ [wireguard-config]: {{ page.base }}/wireguard-config/ @@ -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 |