张贴在 2023

  • Certbot申请https证书

    Monday, June 05, 2023 在 Blog

    Certbot申请HTTPS证书 参考博客: 使用Certbot申请免费 HTTPS 证书及自动续期 安装Certbot yum install epel-release -y yum install certbot -y 生成证书 sudo certbot certonly --webroot -w /opt/shortcut/hugo/wedo/public -d caowd.com -d www.caowd.com 更新证书 # 官方给出的命令 root test -x …

    更多

  • Hugo常用操作

    Thursday, March 30, 2023 在 Blog

    Hugo常用操作 # 编译 hugo -D --source=/opt/shortcut/docsy --buildDrafts # 清除 hugo mod clean --all

    更多