My first blog in hexo!
欢迎来到我的个人博客!大家好!欢迎访问我的个人博客网站。我是 Ea1XonCodeHou,很高兴能在这里与大家分享我的想法、学习心得和技术经验。 关于我我是一名热爱编程和技术的开发者,对新技术充满好奇心,喜欢探索和学习各种有趣的项目。通过这个博客,我希望能够: 记录我的学习历程和技术心得 分享有用的编程技巧和经验 与志同道合的朋友们交流讨论 记录生活中的点点滴滴 关于这个网站这个博客网站是基于 Hexo 静态博客框架搭建的,托管在 GitHub Pages 上。选择这个技术栈的原因: 为什么选择 Hexo? 简洁高效:Hexo 是一个快速、简洁且高效的博客框架 Markdown 支持:支持 Markdown 语法,写作体验非常友好 主题丰富:有大量精美的主题可供选择 插件生态:丰富的插件系统,可以轻松扩展功能 技术架构 框架:Hexo 8.0.0 主题:Landscape(默认主题) 部署:GitHub Pages 域名:yhycy.cn 搭建过程整个搭建过程包括: 安装 Node.js 和 Hexo 初始化博客项目 配置主题和基本设置 配置 GitHub Pages ...
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 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