diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2022-05-21 07:31:05 +0200 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2022-05-21 07:31:05 +0200 |
commit | 2dc87131123afaa1716c87dd02164b33059ad2b8 (patch) | |
tree | d4ed2bed757377f6019ce3fdd8151ed24986f06a | |
parent | workflows/ci: rsync _site/ to server (diff) | |
download | jekyll-theme-2dc87131123afaa1716c87dd02164b33059ad2b8.tar.gz jekyll-theme-2dc87131123afaa1716c87dd02164b33059ad2b8.zip |
moved to egort.name
-rw-r--r-- | README.md | 13 | ||||
-rw-r--r-- | _includes/jekyll-theme/footer.html | 2 | ||||
-rw-r--r-- | index.md | 6 |
3 files changed, 10 insertions, 11 deletions
@@ -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 %}<a href="https://egor-tensin.github.io/jekyll-theme/">jekyll-theme</a>{% endcapture %} +{% capture theme_text %}<a href="https://egort.name/jekyll-theme/">jekyll-theme</a>{% endcapture %} {% assign footer_items = '' | split: '' %} {% if license_text %} @@ -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/ |