Hexo博客日志(1)
本博客的搭建方法省流:Hexo框架 + Butterfly主题搭建博客
搭建方法主要参考:
https://butterfly.js.org/posts/21cfbf15/
https://nickxu.me/2022/02/13/Hexo%20+%20Butterfly%20%E5%BB%BA%E7%AB%99%E6%8C%87%E5%8D%97%EF%BC%88%E4%B8%80%EF%BC%89Hexo-%E6%A1%86%E6%9E%B6/
//初始化Hexohexo init MyBlog@_config.yml配置文件//修改基本信息,部署网址位置,这里我选择部署到github pages上(因为免费x//安装hexo框架中的git部署npm install hexo-deployer-git --save*至此可以在公网上部署博客了,虽然是最基本的格式//安装butterfly主题git clone -b master https://github.com/jerryc127/hexo-theme-butterfly.git themes/butterfly//安装渲染器 ...
About My Blog
About My Blog前言:在搭建这个博客的时候我已经快大二了,大学时光所剩不多,搭建这个博客除了作为存放学习笔记的地方,也是我告别迷茫大一开启新篇章的里程碑,希望未来的我能够大展拳脚,拥有一段精彩的大学生活。
——致 未来的Youndry
由于本人的学习方法,本博客并不会事无巨细地整理记录,那样过于低效,本博客只是大概地记录学习过程中的关键过程,或者写一写自己的感悟。
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 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