Skip to content

Commit 7344656

Browse files
committed
doc:document feed in blog-template.md
Signed-off-by: FaheemOnHub <faheemmushtaq89@gmail.com>
1 parent 1c80f19 commit 7344656

1 file changed

Lines changed: 17 additions & 9 deletions

File tree

src/collections/blog/blog-template/index.mdx

Lines changed: 17 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -8,32 +8,40 @@ darkthumbnail: ../../../assets/images/layer5/layer5-only/svg/layer5-light-bg.svg
88
category: "Lorem Ipsum"
99
description: "This is a short summary of my blog post. This text will show in the blog's list view and in community newsletters."
1010
tags:
11-
- Community
12-
- Meshery
11+
- Community
12+
- Meshery
1313
type: Blog
1414
resource: true
1515
published: false
16+
# RSS Feed Notes:
17+
# - Posts with category "Meshery", "Announcements", or "Events" and tags "Community", "Meshery", or "mesheryctl"
18+
# will be included in the Meshery Community Feed (/meshery-community-feed.xml)
19+
# - All blog posts appear in the main Blog Feed (/blog/feed.xml)
20+
# - Technical posts (excluding categories "Programs", "Community", "Events", "FAQ") appear in Layer5 Technical Posts (/rss.xml)
21+
# - All news items appear in the News Feed (/news/feed.xml)
1622
---
1723

1824
import { BlogWrapper } from "../Blog.style.js";
1925
import Blockquote from "../../../reusecore/Blockquote";
2026
import image from "../../../assets/images/layer5/layer5-only/svg/layer5-light-no-trim.svg";
2127

22-
2328
<BlogWrapper>
2429

2530
## Lorem Ipsum
2631

2732
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aenean vehicula consequat ipsum, at egestas leo. Donec molestie ipsum ut neque lobortis convallis.
2833

2934
<figure class="imgWithCaption fig-right">
30-
<img src={image} />
31-
<figcaption>
35+
<img src={image} />
36+
<figcaption>
3237
<p>This is text for the image</p>
33-
</figcaption>
34-
</figure>
35-
36-
Curabitur iaculis ante sit amet condimentum interdum. Cras tellus nunc, gravida sit amet pellentesque eu, placerat ac diam. Mauris fermentum condimentum odio, ac fringilla ante condimentum vel. Vivamus volutpat sit amet libero eleifend ultricies. Praesent tempor libero tincidunt aliquam convallis. Aliquam in magna ante. Morbi egestas efficitur massa sed pretium.
38+
</figcaption>
39+
</figure>
40+
Curabitur iaculis ante sit amet condimentum interdum. Cras tellus nunc, gravida sit
41+
amet pellentesque eu, placerat ac diam. Mauris fermentum condimentum odio, ac fringilla
42+
ante condimentum vel. Vivamus volutpat sit amet libero eleifend ultricies. Praesent
43+
tempor libero tincidunt aliquam convallis. Aliquam in magna ante. Morbi egestas efficitur
44+
massa sed pretium.
3745

3846
### Lorem Ipsum
3947

0 commit comments

Comments
 (0)