- Objective: 网站部署与发布
- Breadcrumb:
# 概念阐释
静态网站托管服务是开发、部署、托管静态站点的整个工作流。
# 实例
- Netlify
- Cloudflare pages
- GitHub pages
# 相关内容
使用Netlify的优势:
- Deploying [Minimum Viable Products](https://en.wikipedia.org/wiki/Minimum_viable_product) and [Proof of Concepts](https://en.wikipedia.org/wiki/Proof_of_concept) can be accomplished in a matter of minutes.
部署[最小可行产品](https://en.wikipedia.org/wiki/Minimum_viable_product)和[概念验证](https://en.wikipedia.org/wiki/Proof_of_concept)可以在几分钟内完成。
- Many site configurations are already handled, so you can avoid unnecessary details and instead focus on creating your actual projects.
许多站点配置已经处理完毕,因此您可以避免不必要的细节,而是专注于创建实际项目。
- [Continuous Deployment](https://en.wikipedia.org/wiki/Continuous_deployment) enables you to auto-publish every time you push a commit on GitHub.
[持续部署](https://en.wikipedia.org/wiki/Continuous_deployment)使你能够在每次在 GitHub 上推送提交时自动发布。
- [Netlify 功能介绍](https://www.codecademy.com/journeys/full-stack-engineer/paths/fscj-22-front-end-development/tracks/fscj-22-react-part-ii/modules/wdcp-22-deploy-a-react-application-with-netlify-2f0304c1-537b-4296-ab36-f6ed9ef23d43/articles/getting-started-with-netlify)
# 参考资料
- [GPT](https://chat.openai.com/share/76d66816-e4a1-48dc-b7ea-8f2e9c2c9057)