From 2dc87131123afaa1716c87dd02164b33059ad2b8 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Sat, 21 May 2022 07:31:05 +0200 Subject: moved to egort.name --- README.md | 13 ++++++------- _includes/jekyll-theme/footer.html | 2 +- index.md | 6 +++--- 3 files changed, 10 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index 17e7046..4e14e0c 100644 --- a/README.md +++ b/README.md @@ -5,19 +5,18 @@ Jekyll theme My [Jekyll] theme. -I use it for [egor-tensin.github.io], [blog], [sorting-algorithms], -[wireguard-config]. +I use it for [egort.name], [blog], [sorting-algorithms], [wireguard-config]. [Jekyll]: https://jekyllrb.com/ -[egor-tensin.github.io]: https://egor-tensin.github.io/ -[blog]: https://egor-tensin.github.io/blog/ -[sorting-algorithms]: https://egor-tensin.github.io/sorting-algorithms/ -[wireguard-config]: https://egor-tensin.github.io/wireguard-config/ +[egort.name]: https://egort.name/ +[blog]: https://egort.name/blog/ +[sorting-algorithms]: https://egort.name/sorting-algorithms/ +[wireguard-config]: https://egort.name/wireguard-config/ Preview ------- -An example website can be viewed at https://egor-tensin.github.io/jekyll-theme/. +An example website can be viewed at https://egort.name/jekyll-theme/. Usage ----- diff --git a/_includes/jekyll-theme/footer.html b/_includes/jekyll-theme/footer.html index 6fe10b3..c0745b5 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 %}jekyll-theme{% endcapture %} +{% capture theme_text %}jekyll-theme{% endcapture %} {% assign footer_items = '' | split: '' %} {% if license_text %} diff --git a/index.md b/index.md index ddfd8a5..24f9146 100644 --- a/index.md +++ b/index.md @@ -1,5 +1,5 @@ --- -base: https://egor-tensin.github.io +base: https://egort.name title: jekyll-theme layout: nosidebar navbar: @@ -41,7 +41,7 @@ navbar: This is a preview for my [Jekyll] theme. I use it for -* [egor-tensin.github.io], +* [egort.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/ -[egor-tensin.github.io]: {{ page.base }} +[egort.name]: {{ page.base }} [blog]: {{ page.base }}/blog/ [sorting-algorithms]: {{ page.base }}/sorting-algorithms/ [wireguard-config]: {{ page.base }}/wireguard-config/ -- cgit v1.2.3