Skip to content

zheng-ji/blog

 
 

Repository files navigation

极客兔兔的博客

github actions

在线阅读

Coding 创建有趣的开源项目,戳:https://geektutu.com/

订阅我的博客

最新动态可以关注:知乎 Go语言 或微博 极客兔兔

订阅方式:右上角 watch geektutu/blog ,每篇文章都能收到邮件通知,或通过 RSS 订阅。

较为完整的系列有:

关于 hexo 主题

使用主题 hexo-theme-geektutu

yarn install      # 安装依赖模块
yarn update # 下载主题到 themes/geektutu
yarn build  # 将posts的文章拷贝到source目录下的_posts,并执行hexo clean, hexo generate
yarn deploy # 部署到_config.xml中配置的仓库地址

如果你使用的是 yarn,将下面的 npm 换成 yarn 即可。

posts 目录的存在仅仅是为了博主做博客分类使用, yarn build 时会拷贝到 source/_posts。 因此, 直接新建 source/_posts 目录,并直接在该文件夹下写文章是没有问题的。

可以在 package.json 里的 scripts 部分,定制你自己的 npm/yarn 命令。

本站使用对象存储 + CDN 方式托管在七牛云

qshell user ls
qshell account -- <Your AccessKey> <Your SecretKey> <Your Name>
qshell qupload xxx.conf

About

极客兔兔的博客,Coding Coding 创建有趣的开源项目。

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 86.1%
  • Shell 13.9%