diff options
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 |
5 files changed, 4 insertions, 3 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. |