Hello World2020-04-05 12 words 1 min read1 2 3 4 5 6 #include <stdio.h> main() { printf("hello,world\n"); } Read more...
U盘RAW格式格式化2021-11-10技术219 words 1 min read因为U盘用UltraISO写入镜像的时候写入PVE镜像时用的RAW方式,U盘变成了RAW文件格式,在Windows下格式化的时候提示有保护不能格式化。Read more...
Hugo博客添加Disqus评论2020-04-10技术229 words 1 min readHugo开启Disqus非常简单,只需要一个short name。 首先我们在Disqus网站https://disqus.com/注册一个账号Read more...
用GitHub Actions在GitHub Pages上自动发布Hugo个人网站2020-04-10技术1208 words 3 mins read我这里是按照Jared.Tan在知乎上的文章折腾Hugo | GitHub Pages | Github Actions自动构建发布免费个人网站来实现的,在这里自己做一下整理。1、创建仓库创建源码仓库example.github.io.source,并设置为Private。创建网站仓库example.github.ioRead more...