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
linux部署GitHub、hexo博客
linux部署GitHub、hexo博客实验目标:学会GitHub部署hexo掌握GitHub基本应用熟练使用hexo
hexo简介概述Hexo 是一个快速、简洁且高效的博客框架。Hexo 使用 Markdown(或其他渲染引擎)解析文章,在几秒内,即可利用靓丽的主题生成静态网页。
安装前提安装 Hexo 相当简单,只需要先安装下列应用程序即可:
Node.js (Node.js 版本需不低于 10.13,建议使用 Node.js 12.0 及以上版本)
Git
搭建步骤1.安装Git2.安装Node.js3.安装Hexo4.GitHub创建个人仓库5.生成SSH添加到GitHub6.将hexo部署到GitHub7.GitHub源文件推送命令
linux部署1.安装Gitgit是目前世界上最先进的分布式版本控制系统
众所周知,1991年linus编写并开源了Linux操作系统,一直到2002年,linux的前进发展都是世界各地的志愿者把源代码文件通过diff的方式发给linus,然后linus本人通过手工方式合并代码。
Git最早就是在linux上编写的,直接yum安装
...
