Hello World
本站使用博客框架 Hexo 建站,配置参考 Hexo+Next主题搭建个人博客+优化全过程(完整详细版).
建站准备
- 域名注册:腾讯云·域名注册
- 购买服务器:腾讯云·轻量应用服务器, 时长至少3个月(备案用)
- 域名备案:
a. 腾讯云备案审核:腾讯云·网站备案, 请查看不同省份的备案材料需求
b. 管局审核:ICP/IP地址/域名信息备案管理系统, 若未收到短信,可再次提交(腾讯云工作人员会主动联系)
c. 备案成功后处理说明:腾讯云·备案成功后处理说明 - 网站添加 https: Nginx 服务器 SSL 证书安装部署
- 工具:图片压缩软件在线版
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 Start
Create a new post
$ hexo new "My New Post"
More info: Writing
Run server
$ hexo server
More info: Server
Generate static files
$ hexo generate
More info: Generating
Deploy to remote sites
$ hexo deploy
More info: Deployment