From 3c2d6ce7b72e0b86d25b4cf75911815602144240 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Fri, 13 May 2022 15:20:16 +0200 Subject: Revert "lowercase category names" This reverts commit c23b0f91bc1e4fb2ce4e5060d0194ea6b2dbb970. I'll do this programmatically in the feed instead. Or maybe I won't. --- _posts/2021-04-08-mathjax.md | 2 +- _posts/2021-04-09-snippets.md | 2 +- _posts/2021-04-10-collapsible.md | 2 +- _posts/2022-03-21-shell.md | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) (limited to '_posts') diff --git a/_posts/2021-04-08-mathjax.md b/_posts/2021-04-08-mathjax.md index a6e0b20..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: features +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 c7328dc..a789715 100644 --- a/_posts/2021-04-09-snippets.md +++ b/_posts/2021-04-09-snippets.md @@ -2,7 +2,7 @@ title: Code snippets excerpt: > Easily include code snippets in your posts. -category: code +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 4197878..214c408 100644 --- a/_posts/2021-04-10-collapsible.md +++ b/_posts/2021-04-10-collapsible.md @@ -2,7 +2,7 @@ title: Collapsible snippets excerpt: > Snippets can be hidden in collapsible panels. -category: code +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 3ba9ac4..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: features +category: Features --- It's easy to style shell commands and their outputs. Here's a one-line command and a one-line output. -- cgit v1.2.3