【Hexo】このブログで使っているプラグインをまとめてみる

【Hexo】このブログで使っているプラグインをまとめてみる

目次

プラグイン紹介

リンクカード(自作)

別の記事のリンクを作りたいときに、ただのリンクだとぱっと見でわからないので目立ちやすいようにカードのような見た目にしてくれるプラグインです。
内部では、はてなブログの何かを使っているので手抜きです。

1
{% linkcard https://example.com %}

アラートカード(自作)

注意点や警告をわかりやすいようにするために作成しました。

我ながら使いやすいです。

1
2
3
{% alert info %}
This is a success alert—check it out!
{% endalert %}

1
2
3
{% alert info info%}
This is a success alert—check it out!
{% endalert %}

1
2
3
{% alert warning %}
This is a success alert—check it out!
{% endalert %}

1
2
3
{% alert warning warning%}
This is a success alert—check it out!
{% endalert %}

1
2
3
{% alert success %}
This is a success alert—check it out!
{% endalert %}

1
2
3
{% alert success success%}
This is a success alert—check it out!
{% endalert %}

1
2
3
{% alert danger %}
This is a success alert—check it out!
{% endalert %}

1
2
3
{% alert danger danger%}
This is a success alert—check it out!
{% endalert %}

【Hexo】このブログで使っているプラグインをまとめてみる

https://blog.djima.net/2024/02/26/【Hexo】このブログで使っているプラグインをまとめてみる/

Author

Daiki Iijima

Posted on

2024-02-26

Updated on

2024-02-27

Licensed under