diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2022-04-14 19:49:56 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2022-04-14 19:56:07 +0300 |
commit | 4394279620671e3033c498ea819c108836cad264 (patch) | |
tree | 82a39282f69ba5569696aba5c18b21a6dc94a6b2 | |
parent | css: shorten property (diff) | |
download | jekyll-theme-4394279620671e3033c498ea819c108836cad264.tar.gz jekyll-theme-4394279620671e3033c498ea819c108836cad264.zip |
recategorize posts
Diffstat (limited to '')
-rw-r--r-- | _posts/2021-04-07-plain.md | 1 | ||||
-rw-r--r-- | _posts/2021-04-08-mathjax.md | 2 | ||||
-rw-r--r-- | _posts/2021-04-09-snippets.md | 1 | ||||
-rw-r--r-- | _posts/2021-04-10-collapsible.md | 1 | ||||
-rw-r--r-- | _posts/2022-03-21-shell.md | 2 | ||||
-rw-r--r-- | code/index.html (renamed from life/index.html) | 2 | ||||
-rw-r--r-- | features/index.html (renamed from work/index.html) | 2 |
7 files changed, 6 insertions, 5 deletions
diff --git a/_posts/2021-04-07-plain.md b/_posts/2021-04-07-plain.md index 362fc89..3bb6cb5 100644 --- a/_posts/2021-04-07-plain.md +++ b/_posts/2021-04-07-plain.md @@ -2,7 +2,6 @@ title: Plain text excerpt: > Just some placeholder text. -category: Life --- Pellentesque et lacus eget lacus laoreet eleifend eu in nunc. Praesent ornare aliquam dui, vitae maximus lorem. diff --git a/_posts/2021-04-08-mathjax.md b/_posts/2021-04-08-mathjax.md index adb504e..538da4d 100644 --- a/_posts/2021-04-08-mathjax.md +++ b/_posts/2021-04-08-mathjax.md @@ -2,7 +2,7 @@ title: Typesetting math excerpt: > Awesome MathJax-powered math! -category: Work +category: Features mathjax: true --- Today, we'll "prove" that $$2 \times 2 \ne 5$$. diff --git a/_posts/2021-04-09-snippets.md b/_posts/2021-04-09-snippets.md index 7b8206d..a789715 100644 --- a/_posts/2021-04-09-snippets.md +++ b/_posts/2021-04-09-snippets.md @@ -2,6 +2,7 @@ title: Code snippets excerpt: > Easily include code snippets in your posts. +category: Code snippets_root_directory: snippets snippets_language: c++ snippets: diff --git a/_posts/2021-04-10-collapsible.md b/_posts/2021-04-10-collapsible.md index 0997f3a..214c408 100644 --- a/_posts/2021-04-10-collapsible.md +++ b/_posts/2021-04-10-collapsible.md @@ -2,6 +2,7 @@ title: Collapsible snippets excerpt: > Snippets can be hidden in collapsible panels. +category: Code snippets_root_directory: snippets snippets_language: c++ snippets_collapsible: true diff --git a/_posts/2022-03-21-shell.md b/_posts/2022-03-21-shell.md index d48be62..1e167b3 100644 --- a/_posts/2022-03-21-shell.md +++ b/_posts/2022-03-21-shell.md @@ -2,7 +2,7 @@ title: Shell commands excerpt: > Pretty formatting for shell commands and their outputs. -category: Work +category: Features --- It's easy to style shell commands and their outputs. Here's a one-line command and a one-line output. diff --git a/life/index.html b/code/index.html index 1df20f1..002a9a5 100644 --- a/life/index.html +++ b/code/index.html @@ -1,4 +1,4 @@ --- -title: Life +title: Code --- {% include jekyll-theme/categories/category.html category=page.title archive_link='/archive/' %} diff --git a/work/index.html b/features/index.html index c2a2f9d..3bd02e3 100644 --- a/work/index.html +++ b/features/index.html @@ -1,4 +1,4 @@ --- -title: Work +title: Features --- {% include jekyll-theme/categories/category.html category=page.title archive_link='/archive/' %} |