我在哪里放置JavaScript文件,以便我可以使用其辅助函数扩展Hexo?
hexo.extend.helper.register('my-hexo-commadnd', myJavascriptFunction);
答案 0 :(得分:0)
在主题下创建一个scripts
文件夹。
想象一下,您有以下文件夹结构:
- My Hexo Theme
- languages
- layout
- source
- template
- any other folder
- scripts
只需添加scripts
文件夹,如上所示。每个JavaScript文件都将被Hexo选中。