diff options
author | Karl Hallsby <karl@hallsby.com> | 2021-11-16 23:46:19 -0600 |
---|---|---|
committer | Karl Hallsby <karl@hallsby.com> | 2021-11-16 23:46:19 -0600 |
commit | 04c568bb78b74e61b1f96888e08ab1ab4cfd6d27 (patch) | |
tree | 58ae439e53ff2bb8aae9585ac596a81087aee6e1 /_posts/2021-06-17-jekyll-text-theme-rss.markdown | |
parent | 578cca12ad99e332b1b7bfcbab685b70003f305f (diff) |
Add small descriptions to blog posts for quick understanding
Diffstat (limited to '_posts/2021-06-17-jekyll-text-theme-rss.markdown')
-rw-r--r-- | _posts/2021-06-17-jekyll-text-theme-rss.markdown | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/_posts/2021-06-17-jekyll-text-theme-rss.markdown b/_posts/2021-06-17-jekyll-text-theme-rss.markdown index 9276725..84aeaa9 100644 --- a/_posts/2021-06-17-jekyll-text-theme-rss.markdown +++ b/_posts/2021-06-17-jekyll-text-theme-rss.markdown @@ -1,6 +1,7 @@ --- layout: post title: "Add RSS to TeXt Theme-d Jekyll Site" +description: A quick exploration of Jekyll Themes and how to integrate them with RSS date: 2021-06-17 categories: rss tags: [Jekyll, RSS, TeXt Theme] |