anzhiyu主题的一些用法

anzhiyu卡片式外链模板

语法(适用anzhiyu主题)

1
2
3
4
5
6
7
8
9
10
{%  
intCard
link
img
tip
cardTitle
logo
title
subTitle
%}

实例

1
2
3
4
5
6
7
8
9
10
{%   
intCard
https://www.lxhei.fun/
https://cdn.jsdelivr.net/gh/lxhei1831/blog_img@main/X2Twitter.com_FTIdjgSVEAIY4Yt_gif-ezgif.com-video-to-gif-converter.gif
tip
cardTitle
https://cdn.jsdelivr.net/gh/lxhei1831/blog_img@main/91d2191e70fdec6a2926aba33b997749.jpg
title
subTitle
%}

效果

tip
cardTitle
introduction
introduction
title
subTitle

Hexo外挂标签写法

文本样式

语法
1
2
3
{% del 文本内容 %}    
{% kbd 文本内容 %}
{% psw 文本内容 %}
实例
1
2
3
这是{% del 删除线 %}文本    
这是{% kbd 键盘格式 %}文本
这是{% psw 隐藏样式 %}文本

Note

修改

对主题yml文件修改

1
2
3
4
5
note:  
style: simple
icons: true
border_radius: 3
light_bg_offset: 0

fontawesome图标需开启主题配置文件中 icons.fontawesome

语法
1
2
3
{% note color icon style %}    
test
{% endnote %}

参数

参数 用法
class default / blue / pink / red / purple / orange / green
icon fontawesome 图标
style 可以覆盖配置中的 style,simple/modern/flat/disabled
实例
1
2
3
4
5
{% note pink fa-solid fa-heart simple%}    
注意!
这里是一个test
test
{% endnote %}
效果

注意!
这里是一个test
test