aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/index.md
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2022-03-22 20:18:03 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2022-03-22 20:25:04 +0300
commitb941f58eac1a0cc4265f4793602b975f30ae0b6c (patch)
tree114e937335e0e9069f0fd0f66543a1d210b2254c /index.md
parentfooter: switch implementation to flexbox (diff)
downloadjekyll-theme-b941f58eac1a0cc4265f4793602b975f30ae0b6c.tar.gz
jekyll-theme-b941f58eac1a0cc4265f4793602b975f30ae0b6c.zip
index.html: prettify, cleaner layout, etc.
Diffstat (limited to 'index.md')
-rw-r--r--index.md32
1 files changed, 15 insertions, 17 deletions
diff --git a/index.md b/index.md
index 0c2f6bd..954b119 100644
--- a/index.md
+++ b/index.md
@@ -1,7 +1,7 @@
---
base: https://egor-tensin.github.io
title: Home page
-layout: default
+layout: plain
navbar:
link: Home
icon: home
@@ -12,39 +12,37 @@ jekyll-theme
---
-<div class="row">
- <div class="col-sm-6">
+<div style="display: flex; flex-wrap: wrap; column-gap: 1em;">
-<div class="list-group">
+<div class="list-group wide-enough">
<a href="#" class="list-group-item disabled">
- <h4 class="list-group-item-heading">Features</h4>
+ <h4 class="list-group-item-heading">features</h4>
</a>
<a href="{{ '/feed/' | relative_url }}" class="list-group-item">
- <h4 class="list-group-item-heading">Feed</h4>
- <p class="list-group-item-text">A paginated post feed.</p>
+ <h4 class="list-group-item-heading">feed</h4>
+ <p class="list-group-item-text">A paginated post feed</p>
</a>
<a href="{{ '/archive/' | relative_url }}" class="list-group-item">
- <h4 class="list-group-item-heading">Categories</h4>
- <p class="list-group-item-text">List of post categories (includes links to each category's page).</p>
+ <h4 class="list-group-item-heading">categories</h4>
+ <p class="list-group-item-text">List of post categories (includes links to each category's page)</p>
</a>
<a href="{{ site.baseurl }}{% post_url 2021-04-09-snippets %}" class="list-group-item">
- <h4 class="list-group-item-heading">Code snippets</h4>
- <p class="list-group-item-text">Easily include code snippets in your posts.</p>
+ <h4 class="list-group-item-heading">code snippets</h4>
+ <p class="list-group-item-text">Easily include code snippets in your posts</p>
</a>
<a href="{{ site.baseurl }}{% post_url 2021-04-10-collapsible %}" class="list-group-item">
- <h4 class="list-group-item-heading">Collapsible snippets</h4>
+ <h4 class="list-group-item-heading">collapsible snippets</h4>
</a>
<a href="{{ site.baseurl }}{% post_url 2022-03-21-shell %}" class="list-group-item">
- <h4 class="list-group-item-heading">Shell commands</h4>
- <p class="list-group-item-text">Clearly separate shell commands and their outputs from one another.</p>
+ <h4 class="list-group-item-heading">shell commands</h4>
+ <p class="list-group-item-text">Clearly separate shell commands and their outputs from one another</p>
</a>
<a href="{{ site.baseurl }}{% post_url 2021-04-08-mathjax %}" class="list-group-item">
- <h4 class="list-group-item-heading">Typesetting math</h4>
+ <h4 class="list-group-item-heading">typesetting math</h4>
</a>
</div>
- </div>
- <div class="col-sm-6" markdown="1">
+<div style="flex: 1; min-width: 250px;" markdown="1">
This is a preview for my [Jekyll] theme.
I use it for