How to add Code blocks, Image blocks, Video blocks to your Site

Block Quote

Perfect for adding quotes to your post, with optional author, source and title information.
Alias: quote

1
2
3
{% blockquote [author[, source]] [link] [source_link_title] %}
content
{% endblockquote %}

Examples

No arguments. Plain blockquote.

1
2
3
{% blockquote %}
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque hendrerit lacus ut purus iaculis feugiat. Sed nec tempor elit, quis aliquam neque. Curabitur sed diam eget dolor fermentum semper at eu lorem.
{% endblockquote %}

Quote from a book

1
2
3
{% blockquote David Levithan, Wide Awake %}
Do not just seek happiness for yourself. Seek happiness for all. Through kindness. Through mercy.
{% endblockquote %}

Code Block

Useful feature for adding code snippets to your post.
Alias: code

1
2
3
{% codeblock [title] [lang:language] [url] [link text] [additional options] %}
code snippet
{% endcodeblock %}

Image

Inserts an image with specified size.

1
{% img [class names] /path/to/image [width] [height] '"title text" "alt text"' %}

Inserts a link with target=”_blank” attribute.

1
{% link text url [external] [title] %}

YouTube

Inserts a YouTube video.

1
{% youtube video_id [type] [cookie] %}

Examples

Embed a video

1
{% youtube lJIrF4YjHfQ %}

Embed a playlist

1
2
{% youtube PL9hW1uS6HUfscJ9DHkOSoOX45MjXduUxo 'playlist' %}
Enable privacy-enhanced mode

YouTube’s cookie is not used in this mode.

1
2
{% youtube lJIrF4YjHfQ false %}
{% youtube PL9hW1uS6HUfscJ9DHkOSoOX45MjXduUxo 'playlist' false %}

Include Posts

Include links to other posts.

1
2
{% post_path filename %}
{% post_link filename [title] [escape] %}

How to add Code blocks, Image blocks, Video blocks to your Site

https://khoivu.netlify.app/tech/tag-plugins-guide/

Author

Khoi Vu

Posted on

2022-12-24

Updated on

2024-09-18

Licensed under

Comments