使用 Hexo d -g
生成的页面是 index.jade
的,显示:
extends partial/layout
block container
include mixins/post
+posts()
block pagination
include mixins/paginator
+home()
block copyright
include partial/copyright
效果如这里:eatradish.github.io
而 npm install --save hexo-renderer-jade
显示:
[email protected] node_modules/hexo-renderer-jade
└── [email protected] ([email protected], [email protected], [email protected], [email protected], [email protected], [email protected], [email protected], [email protected])
看样子应该是装好了? 但就是没法正常显示.... 使用的主题是 apollo
2
charzluo 2017-11-23 00:29:46 +08:00
先执行这个:
npm install --save hexo-renderer-jade hexo-generator-feed hexo-generator-sitemap hexo-browsersync hexo-generator-archive 再执行 git clone 就 OK 了 |