From 65ccdfa1d88fe1dc6f9c5b36372542313588eb2b Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Tue, 22 Mar 2022 13:37:13 +0300 Subject: index.html: rework page links --- index.md | 29 ++++++++++++++++++++++++----- 1 file changed, 24 insertions(+), 5 deletions(-) diff --git a/index.md b/index.md index ab0384f..296fcc9 100644 --- a/index.md +++ b/index.md @@ -16,11 +16,30 @@ I use it for **Check out the pages below.** -* [Post feed]({{ '/feed/' | relative_url }}) -* [Post w/ MathJax formulas]({{ site.baseurl }}{% post_url 2021-04-08-mathjax %}) -* [Post w/ code snippets]({{ site.baseurl }}{% post_url 2021-04-09-snippets %}) -* [Post w/ _collapsible_ code snippets]({{ site.baseurl }}{% post_url 2021-04-10-collapsible %}) -* [Post w/ shell commands]({{ site.baseurl }}{% post_url 2022-03-21-shell %}) +
+ +

Feed

+

A paginated post feed.

+
+ +

Code snippets

+

Easily include code snippets in your posts.

+
+ +

Collapsible snippets

+
+ +

Shell commands

+

Clearly separate shell commands and their outputs from one another.

+
+ +

Typesetting math

+
+ +

Categories

+

View list of post categories (includes links to each category's page).

+
+
[Jekyll]: https://jekyllrb.com/ [egor-tensin.github.io]: {{ page.base }} -- cgit v1.2.3