脚本功能: md 文件创建 md 头内容生成 生成随机短地址作为permalink,以便为每个page实现固定地址 脚本内容: #!/usr/bin/env bash DIR="${0%/*}" title=`echo [email protected] | sed 's/[ ][ ]*/-/g'` post_date=`date +"%Y-%m-%d %T"` post_name="`date...
containerd导入本地镜像的一个小坑
containerd 命令行工具为 ctr 本地镜像导入命令: ctr image import <path/to/image/file> 注意:当tar包没有tag信息时,导入之后,无报错,errno 为0,但是 通过 ctr images ls 查看却没有相关的镜像。这种情况,需要添加 --digests=true 来导入: ctr image import --...
昔日博客传送门
建立一个传送门,传送到之前的博客
jekyll静态blog部署 checklist
为了便于以后进行重新部署,本文记录了使用jekyll进行静态blog部署的流程,包括从安装jekyll、创建静态blog,到实现自动化部署的流程步骤…
Welcome to Jekyll!
You’ll find this post in your _posts directory. Go ahead and edit it and re-build the site to see your changes. You can rebuild the site in many different ways, but the most common way is to run je...