aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-rw-r--r--README.md4
-rw-r--r--index.md20
2 files changed, 20 insertions, 4 deletions
diff --git a/README.md b/README.md
index 1f7433f..8a163db 100644
--- a/README.md
+++ b/README.md
@@ -5,12 +5,14 @@ jekyll-theme
My [Jekyll] theme.
-I use it for [egor-tensin.github.io], [blog], [sorting-algorithms].
+I use it for [egor-tensin.github.io], [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/
Preview
-------
diff --git a/index.md b/index.md
index e1d916e..bc52fb5 100644
--- a/index.md
+++ b/index.md
@@ -1,14 +1,28 @@
---
+base: https://egor-tensin.github.io/
title: Home page
navbar:
link: Home
icon: home
priority: 1
---
-This is a theme preview.
-Check out these:
+This is a preview for my [Jekyll] theme.
+I use it for
-* [post feed]({{ '/feed/' | relative_url }}),
+* [egor-tensin.github.io],
+* [blog],
+* [sorting-algorithms],
+* [wireguard-config].
+
+**Check these out**:
+
+* [posts feed]({{ '/feed/' | relative_url }}),
* [post with MathJax formulas]({{ site.baseurl }}{% post_url 2021-04-08-mathjax %}),
* [post with code snippets]({{ site.baseurl }}{% post_url 2021-04-09-snippets %}),
* [post with collapsible code snippets]({{ site.baseurl }}{% post_url 2021-04-10-collapsible %}).
+
+[Jekyll]: https://jekyllrb.com/
+[egor-tensin.github.io]: {{ page.base }}
+[blog]: {{ page.base }}/blog/
+[sorting-algorithms]: {{ page.base }}/sorting-algorithms/
+[wireguard-config]: {{ page.base }}/wireguard-config/