benjycui / bisheng

Transform Markdown(and other static files with transformers) into a SPA website using React.
MIT License
2.9k stars 419 forks source link

启动demo 空白页面 #217

Open deligent-ant opened 4 years ago

deligent-ant commented 4 years ago

尝试按照官方demo 配置

module.exports = {
  source: './posts',
  output: './_site',
  // theme: './_theme',
  theme: 'bisheng-theme-one',
  port: 8000,
}

但启动起来是空白页面,/post文件下有hello-world.md 文件,但没自动生成common.js 这体验也太差了。

oyv1cent commented 4 years ago

因为默认template还是老版的,里面默认把common.js引入进去,而新版的不会生成common.js,可以自己写一个template