aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/index.md
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2021-11-02 22:02:36 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2021-11-02 22:02:36 +0300
commitdd8accd64bd861079b2bf8c1f10ea4626fec7a68 (patch)
tree79dd40f0f96dbfdfda951721da719542e57a6f79 /index.md
parentREADME: update (diff)
downloadjekyll-theme-dd8accd64bd861079b2bf8c1f10ea4626fec7a68.tar.gz
jekyll-theme-dd8accd64bd861079b2bf8c1f10ea4626fec7a68.zip
mention wireguard-config, etc.
Diffstat (limited to 'index.md')
-rw-r--r--index.md20
1 files changed, 17 insertions, 3 deletions
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/