aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2022-10-25 12:08:13 +0200
committerEgor Tensin <Egor.Tensin@gmail.com>2022-10-25 12:08:13 +0200
commitbdf3b7b0622becbbb8747126f5e1f5b29518eb18 (patch)
tree2c7aae3aeaa68a8135e570f2194b609efa2b3fc7
parentcategories: redesign (diff)
downloadjekyll-theme-bdf3b7b0622becbbb8747126f5e1f5b29518eb18.tar.gz
jekyll-theme-bdf3b7b0622becbbb8747126f5e1f5b29518eb18.zip
remove post excerpts, they are useless now
-rw-r--r--_posts/2020-01-01-other-page.md2
-rw-r--r--_posts/2021-04-07-plain.md2
-rw-r--r--_posts/2021-04-08-mathjax.md2
-rw-r--r--_posts/2021-04-09-snippets.md2
-rw-r--r--_posts/2021-04-10-collapsible.md2
-rw-r--r--_posts/2022-03-21-shell.md2
6 files changed, 0 insertions, 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.