From 4394279620671e3033c498ea819c108836cad264 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Thu, 14 Apr 2022 19:49:56 +0300 Subject: recategorize posts --- _posts/2021-04-07-plain.md | 1 - _posts/2021-04-08-mathjax.md | 2 +- _posts/2021-04-09-snippets.md | 1 + _posts/2021-04-10-collapsible.md | 1 + _posts/2022-03-21-shell.md | 2 +- code/index.html | 4 ++++ features/index.html | 4 ++++ life/index.html | 4 ---- work/index.html | 4 ---- 9 files changed, 12 insertions(+), 11 deletions(-) create mode 100644 code/index.html create mode 100644 features/index.html delete mode 100644 life/index.html delete mode 100644 work/index.html 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/code/index.html b/code/index.html new file mode 100644 index 0000000..002a9a5 --- /dev/null +++ b/code/index.html @@ -0,0 +1,4 @@ +--- +title: Code +--- +{% include jekyll-theme/categories/category.html category=page.title archive_link='/archive/' %} diff --git a/features/index.html b/features/index.html new file mode 100644 index 0000000..3bd02e3 --- /dev/null +++ b/features/index.html @@ -0,0 +1,4 @@ +--- +title: Features +--- +{% include jekyll-theme/categories/category.html category=page.title archive_link='/archive/' %} diff --git a/life/index.html b/life/index.html deleted file mode 100644 index 1df20f1..0000000 --- a/life/index.html +++ /dev/null @@ -1,4 +0,0 @@ ---- -title: Life ---- -{% include jekyll-theme/categories/category.html category=page.title archive_link='/archive/' %} diff --git a/work/index.html b/work/index.html deleted file mode 100644 index c2a2f9d..0000000 --- a/work/index.html +++ /dev/null @@ -1,4 +0,0 @@ ---- -title: Work ---- -{% include jekyll-theme/categories/category.html category=page.title archive_link='/archive/' %} -- cgit v1.2.3