Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -16,17 +16,17 @@ categories: ["বেসিক"]

- বিভাগ, উপ-বিভাগে সাইডবারে একটির ভেতর আরেকটি কিভাবে আছে সেটা দেখা।
- হেরো ছবিটি পোস্ট যে পথে আছে সে পথে `images` ফোল্ডার এ থাকবে।
- বিভিন্ন মিডিয়া যেমন ছবি, টুইট, ইউটিউব ভিডিও, ভীমেও ভিডিও ইত্যাদি রেন্ডারিং।
- বিভিন্ন মিডিয়া যেমন ছবি, X (টুইটার), ইউটিউব ভিডিও, ভীমেও ভিডিও ইত্যাদি রেন্ডারিং।

### ছবির নমুনা

{{< img src="/posts/category/sub-category/rich-content/images/forest.jpg" align="center" title="Forest" >}}

{{< vs >}}

### টুইটের নুমুনা
### X (টুইটার)-এর নমুনা

{{< tweet user="SanDiegoZoo" id="1453110110599868418" >}}
{{< x user="SanDiegoZoo" id="1453110110599868418" >}}

{{< vs >}}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,17 +21,17 @@ This sample post tests the followings:

- Category, sub-category nesting in the sidebar.
- Hero image and other images are in `images` folder inside this post directory.
- Different media rendering like image, tweet, YouTube video, Vimeo video etc.
- Different media rendering like image, X (formerly Twitter), YouTube video, Vimeo video etc.

### Image Sample

{{< img src="/posts/category/sub-category/rich-content/images/forest.jpg" align="center" title="Forest">}}

{{< vs >}}

### Tweet Sample
### X (formerly Twitter) Sample

{{< tweet user="SanDiegoZoo" id="1453110110599868418" >}}
{{< x user="SanDiegoZoo" id="1453110110599868418" >}}

{{< vs >}}

Expand Down
Loading