Hexo Post Link
context
hexo post之间是有关联的,希望手动构建关系图。
但是markdown链接是会失效的。
search plan
- Hexo NexT troubleshooting
- Hexo link to another post
stacktrace
trouble shooting没有提及这个细节问题了。
Hexo link to another post duckduckgo 第一条回复就是 How to link a post with another post,点赞最多的comment就是 post link tag plugin 了。
solution
按照post link tag
plugin 以只需要添加 {% post_link filenameWithoutExtension %}
就可以了。
当然可能会有重名的问题,比如 index 这种文件(这里 About Me
是使用index的),就暂时先采用 [About Me](/about)
形式的链接了,因为
about
目录位于source
目录下。