klugjo / hexo-theme-phantom

Hexo implementation of Phantom (http://html5up.net/phantom)
243 stars 65 forks source link

Custom css and js #25

Open imakki opened 6 years ago

imakki commented 6 years ago

Hello, klugjo. I don't understand one fundamental thing(( How to inject a custom.js and custom.css to script.ejs and head.ejs. Will you explain it step by step, please?

klugjo commented 6 years ago

What do you mean by inject ?

You can simply add it like at line 69 of head.ejs

https://github.com/klugjo/hexo-theme-phantom/blob/master/layout/_partial/head.ejs#L69