This article is also available in
简体中文.
{% raw %}{% img %}{% endraw %}
tag like the following to include an
image automatically:
```
{% img /gallery/image.jpg "Image title" %}
```
In this case, you may omit the subdirectory from your image path.
You can refer to [Hexo documentation](https://hexo.io/docs/tag-plugins#Image) for more details.
Put a `` tag in your post.
Post content before this tag will be marked as an excerpt.
Content after this tag will not show up on index pages.
You can also specify a custom excerpt in the post's front-matter.
{% codeblock some-post.md lang:yaml %}
title: Some Post
date: 2020-01-01
excerpt: This is an article about ...
---
# Post content...
{% endcodeblock %}
Use third-party Hexo plugins such as [hexo-blog-encrypt](https://github.com/MikeCoder/hexo-blog-encrypt).
Refer to [Bulma documentation](https://bulma.io/documentation/) for all available elements and styles.
Copy the HTML snippets and put them in your Markdown files directly.
## Widgets and Plugins
Those alerts usually show up when you miss out on some plugin or widget configurations.
If you don't want to enable a certain plugin or widget, delete it or comment it out from your theme configurations.
For example, you can disable the comment plugins by commenting out the following lines:
{% codeblock _config.icarus.yml lang:diff %}
- comment:
- type: disqus
- shortname:
+ # comment:
+ # type: disqus
+ # shortname:
{% endcodeblock %}
Vector Landscape Vectors by Vecteezy