We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
尝试按照官方demo 配置
module.exports = { source: './posts', output: './_site', // theme: './_theme', theme: 'bisheng-theme-one', port: 8000, }
但启动起来是空白页面,/post文件下有hello-world.md 文件,但没自动生成common.js 这体验也太差了。
The text was updated successfully, but these errors were encountered:
因为默认template还是老版的,里面默认把common.js引入进去,而新版的不会生成common.js,可以自己写一个template
Sorry, something went wrong.
No branches or pull requests
尝试按照官方demo 配置
但启动起来是空白页面,/post文件下有hello-world.md 文件,但没自动生成common.js 这体验也太差了。
The text was updated successfully, but these errors were encountered: