Read Yaml File in Rust Dependenciesadd yaml-rust = "0.4" in your Cargo.toml or run cargo add yaml-rust 2022-08-24 Rust #yaml
Zoxide: String Match Unknown Option '--Groups-Only' on Fish When I use zoxide in ubuntu 22.04 in fish shell, it threw errors like this 2022-08-15 Linux #tools #fish shell
使用GitHub Action自动部署博客 目标把 blog 源码放在一个仓库,之后只要 push 内容到该仓库,就用 GitHub action 自动构建博客,并把 public 目录下的内容推送到 user.github.io 仓库 开始Workflow首先,在 GitHub 创建一个名为 blog 的仓库,用来放博客源码。当然也可以是其他名字。 然后,在 blog 仓库下创建 .github/workflows/gh-pages. 2022-07-02 Blog #hugo #hexo #github