hexo引用本地文章
hexo引用本地文章有两种方式:
方式1:
{% post_link 'article_name' %}
例如: {% post_link 'bluetoothctl client tool' %}
方式2:
{% post_link '2024/08/16/bluetoothctl-client-tool/' %}
hexo引用本地文章有两种方式:
方式1:
{% post_link 'article_name' %}
例如: {% post_link 'bluetoothctl client tool' %}
方式2:
{% post_link '2024/08/16/bluetoothctl-client-tool/' %}