hexo/node_modules/hexo-post-link
jkjoy 5d2d87c740 20230925 2023-09-25 15:58:56 +08:00
..
lib 20230925 2023-09-25 15:58:56 +08:00
.editorconfig 20230925 2023-09-25 15:58:56 +08:00
CHANGELOG.md 20230925 2023-09-25 15:58:56 +08:00
LICENSE 20230925 2023-09-25 15:58:56 +08:00
README.md 20230925 2023-09-25 15:58:56 +08:00
package.json 20230925 2023-09-25 15:58:56 +08:00

README.md

hexo-post-link

🔗 Refer to your internal posts with a native markdown syntax.

No need to include ugly tags like post_link anymore.

Before

{% post_link your-post-slug 'Your link to post text' %}

With plugin installed

[Your link to post text](your-post-slug)

Both will be rendered as

<a href="/your-post-slug/">Your link to post text</a>

Installation

$ npm i hexo-post-link
# or
$ npm install hexo-post-link --save

Acknowledgement