Welcome to Hexo! This is your very first post. Check documentation for more info. If you get any problems when using Hexo, you can find the answer in troubleshooting or you can ask me on GitHub. Quick StartCreate a new post1复制$ hexo new "My New Post" avataravatarMore info: Writing Run server1复制npm install hexo-generator-search --save 可以在配置文件中设置默认样式,为简单的一句话提供最的简便写法。 123复制search: path: search.xml field: post 1234567891011复制{ "gitHooks": { "pre-commit": "lint-staged" }, "lint-staged": { "*.{js,vue}": [ "vue-cli-service lint", "git add" ] }} 1234567891011复制// babel.config.jsmodule.exports = { presets: [ ['@vue/app', { polyfills: [ 'es.promise', 'es.symbol' ] }] ]} 这是一段文字哦test 1复制$ hexo server More info: Server Generate static files1复制$ hexo generate More info: Generating Deploy to remote sites1复制$ hexo deploy More info: Deployment 作者: YuAng 文章链接: http://yuang01.github.io/post/hello-world/ 版权声明: 本网站所有文章除特别声明外,均采用 CC BY-NC-ND 4.0 许可协议。转载请注明出处!