From b5522a6f68c620b4309a5e10fd8de35587ba67b1 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Tue, 22 Mar 2022 14:32:48 +0300 Subject: index.html: make it actually pretty --- assets/css/common/fix_bootstrap.css | 5 +++++ index.md | 42 ++++++++++++++++++++++++++----------- 2 files changed, 35 insertions(+), 12 deletions(-) diff --git a/assets/css/common/fix_bootstrap.css b/assets/css/common/fix_bootstrap.css index ab7912e..03100b3 100644 --- a/assets/css/common/fix_bootstrap.css +++ b/assets/css/common/fix_bootstrap.css @@ -36,3 +36,8 @@ pre code { .text-muted a.category { color: inherit; } +/* WTF? Sometimes I want to skip .list-group-item-text, and I don't want the + * margin for the heading. */ +.list-group-item-heading:last-child { + margin-bottom: 0; +} diff --git a/index.md b/index.md index 296fcc9..a1ddf46 100644 --- a/index.md +++ b/index.md @@ -1,26 +1,32 @@ --- base: https://egor-tensin.github.io title: Home page +layout: default navbar: link: Home icon: home priority: 1 --- -This is a preview for my [Jekyll] theme. -I use it for +jekyll-theme +============ -* [egor-tensin.github.io], -* [blog], -* [sorting-algorithms], -* [wireguard-config]. +--- -**Check out the pages below.** +
+
- +
+ +This is a preview for my [Jekyll] theme. +I use it for + +* [egor-tensin.github.io], +* [blog], +* [sorting-algorithms], +* [wireguard-config]. + +You can check out the available features if you follow the links on this page. + [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/ + +
+
-- cgit v1.2.3