这是一篇测试文章
Hello world是程序员的启蒙语句。
每一次学习新的技术,都是从这句话开始的。
我们就这样,一扇一扇地打开了新世界的大门。
所以,你好世界!
基本技术框架
本博客采用开源的Hexo框架搭建,模板引用了blinkfox大佬的成果,如果你也想快速拥有一篇自己的博客,请快点去大佬的仓库点亮小星星吧~
具体部署采用了Github Page和Gitee Page的服务器技术,相当于免费拥有了一个域名,省去了自行配置服务器的麻烦。后期有稳定服务器和域名后会考虑单独部署。
代码测试
程序员的第一个程序:
- C++版本
#include <iostream> int main(){ std::cout << "Hello world!" << std::endl; } - Python版本
print("Hello world")图片测试
我有两张照片,一张是拍自己的照片,一张是自己拍的照片。
— 朕的江山
- 小肥啾

Hexo原始的Hello world
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