aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/index.md
blob: 52bd711fd25b8684c056c6870d3616c70986d601 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
---
base: https://egor-tensin.github.io
title: Home page
navbar:
  link: Home
  icon: home
  priority: 1
---
This is a preview for my [Jekyll] theme.
I use it for

* [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/