aboutsummaryrefslogblamecommitdiffstatshomepage
path: root/index.md
blob: 0c2f6bd49d57705e4c54e050e1bddfc333dec018 (plain) (tree)
1
2
3
4
5
6
7
8
9
   
                                   
                
               



             
   

            
 
   
 

                        
 

                                               
                                                     
      



                                                                  



                                                                                                         













                                                                                                           
      
 












                                                                              




                                                         


      
---
base: https://egor-tensin.github.io
title: Home page
layout: default
navbar:
  link: Home
  icon: home
  priority: 1
---
jekyll-theme
============

---

<div class="row">
  <div class="col-sm-6">

<div class="list-group">
  <a href="#" class="list-group-item disabled">
    <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>
  </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="{{ 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>
  </a>
  <a href="{{ site.baseurl }}{% post_url 2021-04-10-collapsible %}" class="list-group-item">
    <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>
  </a>
  <a href="{{ site.baseurl }}{% post_url 2021-04-08-mathjax %}" class="list-group-item">
    <h4 class="list-group-item-heading">Typesetting math</h4>
  </a>
</div>

  </div>
  <div class="col-sm-6" markdown="1">

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/

</div>
</div>