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
fork 这个 repo https://github.com/fisker/blog
git checkout 到本地
安装依赖
yarn
修改 blog-config.js
需要修改的地方
本地预览
npm run dev
发布
npm run publish
commit, push 到 github
在仓库的 settings 里面 找到 GitHub Pages 把 Source 修改为 master/docs 以后就可以访问了
https 和 自定义域名的问题可以用 https://www.netlify.com/ 解决
The text was updated successfully, but these errors were encountered:
No branches or pull requests
fork 这个 repo
https://github.com/fisker/blog
git checkout 到本地
安装依赖
修改 blog-config.js
需要修改的地方
本地预览
发布
commit, push 到 github
在仓库的 settings 里面 找到 GitHub Pages 把 Source 修改为 master/docs 以后就可以访问了
https 和 自定义域名的问题可以用 https://www.netlify.com/ 解决
The text was updated successfully, but these errors were encountered: