netlify是什么netlify是一个静态网站托管服务,可以快速部署网站,并且可以免费使用。非常适合想要网站的学生,个人,或者团队使用。
netlify可以干什么
部署静态网站
部署静态博客
部署Twikoo评论系统(云函数)
更多等待被发现…
netlify的使用体验netlify对于我这样能白嫖就白嫖的人来说非常友好,免费的100GB流量,对于我这种小网站来说绰绰有余。并且在国内的访问速度非常的快,并且还提供了免费发二级域名免去了域名购买的麻烦。甚至还提供了云函数,可以很方便的实现一些轻量级的功能。云函数的12500的次数和100小时的处理时间,可以满足大部分人的需求。
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"
More info: Writing
Run server1$ hexo server
More info: Server
Generate static files1$ hexo generate
More info: Generating
Deploy to remote sites1$ hexo deploy
More info: Deployment