aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/index.md
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2021-05-31 16:10:50 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2021-05-31 16:10:50 +0300
commite726014585409acacef2e79a8d83a55a9e47ecb6 (patch)
treeb0d2e8fc7129edcbfeb45f72f71f695a5b369bd8 /index.md
parentposts: permalinks without date (diff)
downloadjekyll-theme-e726014585409acacef2e79a8d83a55a9e47ecb6.tar.gz
jekyll-theme-e726014585409acacef2e79a8d83a55a9e47ecb6.zip
add more examples, update README
Diffstat (limited to 'index.md')
-rw-r--r--index.md6
1 files changed, 4 insertions, 2 deletions
diff --git a/index.md b/index.md
index 9c8e09d..e1d916e 100644
--- a/index.md
+++ b/index.md
@@ -8,5 +8,7 @@ navbar:
This is a theme preview.
Check out these:
-* [the posts feed]({{ '/feed/' | relative_url }}),
-* [a post with snippets in it]({{ site.baseurl }}{% post_url 2021-04-09-test-post3 %}).
+* [post 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 %}).