hexo-theme-overdose
hexo-theme-overdose copied to clipboard
overdoes theme로 설정후 hexo 실행 시 발생 에러입니다.
- themes 디렉토리에 git clone 하고
- _config.yml.example --> _config.yml 로 변경 후
- $ npm install --save hexo-renderer-jade
- $hexo server
실행 시킨 후 난 에러입니다.
Unhandled rejection TypeError: /Users/zero2hex/Documents/kyeongin/git_blog/blog/themes/overdose/layout/includes/head.pug:9 7| - pageTitle = pageTitle ? pageTitle += ' | ' + config.title : config.title; 8| - var banner = bannerOf(page) || theme.default.url;
9| - 10| var description = truncate( 11| strip_html(page.content) || config.description || theme.profile.description, 12| {
str must be a string!
at Object.truncate (/Users/zero2hex/Documents/kyeongin/git_blog/blog/node_modules/hexo-util/lib/truncate.js:4:38)
at eval (eval at wrap (/Users/zero2hex/Documents/kyeongin/git_blog/blog/node_modules/pug-runtime/wrap.js:6:10),
아래에 같은 이슈가 있었지만, 시간이 조금 지났어서 다시 문의드립니다.
I get the exact same error...