From bdf3b7b0622becbbb8747126f5e1f5b29518eb18 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Tue, 25 Oct 2022 12:08:13 +0200 Subject: remove post excerpts, they are useless now --- _posts/2020-01-01-other-page.md | 2 -- _posts/2021-04-07-plain.md | 2 -- _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 -- 6 files changed, 12 deletions(-) diff --git a/_posts/2020-01-01-other-page.md b/_posts/2020-01-01-other-page.md index 572ee6d..c133da8 100644 --- a/_posts/2020-01-01-other-page.md +++ b/_posts/2020-01-01-other-page.md @@ -1,7 +1,5 @@ --- title: Other page -excerpt: > - This post shouldn't appear on the first page of the feed. --- {{ page.excerpt }} diff --git a/_posts/2021-04-07-plain.md b/_posts/2021-04-07-plain.md index 3bb6cb5..1873d8a 100644 --- a/_posts/2021-04-07-plain.md +++ b/_posts/2021-04-07-plain.md @@ -1,7 +1,5 @@ --- title: Plain text -excerpt: > - Just some placeholder text. --- 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 538da4d..d5f6e95 100644 --- a/_posts/2021-04-08-mathjax.md +++ b/_posts/2021-04-08-mathjax.md @@ -1,7 +1,5 @@ --- title: Typesetting math -excerpt: > - Awesome MathJax-powered math! category: Features mathjax: true --- diff --git a/_posts/2021-04-09-snippets.md b/_posts/2021-04-09-snippets.md index a789715..bda3a6f 100644 --- a/_posts/2021-04-09-snippets.md +++ b/_posts/2021-04-09-snippets.md @@ -1,7 +1,5 @@ --- title: Code snippets -excerpt: > - Easily include code snippets in your posts. category: Code snippets_root_directory: snippets snippets_language: c++ diff --git a/_posts/2021-04-10-collapsible.md b/_posts/2021-04-10-collapsible.md index 214c408..cfa6be8 100644 --- a/_posts/2021-04-10-collapsible.md +++ b/_posts/2021-04-10-collapsible.md @@ -1,7 +1,5 @@ --- title: Collapsible snippets -excerpt: > - Snippets can be hidden in collapsible panels. category: Code snippets_root_directory: snippets snippets_language: c++ diff --git a/_posts/2022-03-21-shell.md b/_posts/2022-03-21-shell.md index 1e167b3..448e126 100644 --- a/_posts/2022-03-21-shell.md +++ b/_posts/2022-03-21-shell.md @@ -1,7 +1,5 @@ --- title: Shell commands -excerpt: > - Pretty formatting for shell commands and their outputs. category: Features --- It's easy to style shell commands and their outputs. -- cgit v1.2.3