aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/index.md
blob: f8d86a88a0e75d9c27d39df088e0fc65864d4a00 (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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
---
base: https://tensin.name
title: jekyll-theme
layout: nosidebar
navbar:
  link: Home
  priority: 1
---
<div style="display: flex; flex-wrap: wrap; column-gap: 1em;">

<div class="list-group wide-enough">
  <div class="list-group-item disabled">
    <h4 class="list-group-item-heading">features</h4>
  </div>
  <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>
  </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>
  </a>
  <a href="{% 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>
  </a>
  <a href="{% post_url 2021-04-10-collapsible %}" class="list-group-item">
    <h4 class="list-group-item-heading">collapsible snippets</h4>
  </a>
  <a href="{% 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>
  </a>
  <a href="{% post_url 2021-04-08-mathjax %}" class="list-group-item">
    <h4 class="list-group-item-heading">typesetting math</h4>
  </a>
</div>

<div style="flex: 1; min-width: 250px;" markdown="1">

This is a preview for my [Jekyll] theme.
I use it for

* [tensin.name],
* [blog],
* [sorting-algorithms],
* [wireguard-config].

You can check out the available features if you follow the links on this page.

Please see the [README] file for detailed information on how to use and
configure this theme.

[Jekyll]: https://jekyllrb.com/
[tensin.name]: {{ page.base }}
[blog]: {{ page.base }}/blog/
[sorting-algorithms]: {{ page.base }}/sorting-algorithms/
[wireguard-config]: {{ page.base }}/wireguard-config/
[README]: {{ site.github.repository_url }}#jekyll-theme

</div>
</div>