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
我的第一篇博客文章
欢迎来到我的博客! 这是我的第一篇博客文章,使用 Hexo 和 Matery 主题搭建。在这里,我将分享技术学习心得、生活感悟和各种有趣的内容。 🚀 Hexo 博客搭建经历 为什么选择 Hexo? 快速简单:基于 Node.js,生成静态页面速度极快 主题丰富:有大量美观的主题可供选择 Markdown支持:专注于内容写作,无需关心样式 搭建过程中遇到的挑战 环境配置# 安装 Hexo yard install -g hexo-cli # 初始化博客 hexo init myblog cd myblog # 安装依赖 yard install
