我在哪里将JavaScript文件放在Hexo中?

时间:2017-10-09 17:04:29

标签: javascript themes hexo

我在哪里放置JavaScript文件,以便我可以使用其辅助函数扩展Hexo?

 hexo.extend.helper.register('my-hexo-commadnd', myJavascriptFunction);

1 个答案:

答案 0 :(得分:0)

在主题下创建一个scripts文件夹。

想象一下,您有以下文件夹结构:

- My Hexo Theme
  - languages
  - layout
  - source
  - template
  - any other folder
  - scripts

只需添加scripts文件夹,如上所示。每个JavaScript文件都将被Hexo选中。