You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: cheatsheets/jekyll/plugins/standard.md
+7-8Lines changed: 7 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,7 @@
1
1
---
2
-
title: Standard plugins
3
2
description: How to add common plugins to your site
4
-
render_with_liquid: false # Jekyll 4 only
5
3
---
4
+
# Standard plugins
6
5
7
6
{% raw %}
8
7
These are useful to add for most sites and work on GH Pages.
@@ -25,7 +24,7 @@ These are useful to add for most sites and work on GH Pages.
25
24
- > The plugin will automatically generate an Atom feed at /feed.xml.
26
25
- Produce an feed of posts.
27
26
- If you don't have a `_posts` directory, this won't be useful for you.
28
-
- But useful for consumers of your blog add to their reader tools.
27
+
- But useful for consumers of your blog add to their reader tools.
29
28
- This uses _Atom_ and not _RSS_, which is explained why in the docs.
30
29
- Follow the docs to configure.
31
30
- After installing, add to your `head` HTML tag such as in `_layouts/default.html`.
@@ -35,11 +34,11 @@ These are useful to add for most sites and work on GH Pages.
35
34
36
35
Sample:
37
36
38
-
-`index.html`
37
+
-`index.html`
39
38
- The reason for the metadata is to generate a tag like this from [/michaelcurrin.github.io/jekyll-blog-demo](https://michaelcurrin.github.io/jekyll-blog-demo/).
0 commit comments