OSDN Git Service

[fix] : READMEの誤字を修正
[alterlinux/hayao.fascode.net.git] / update-blog.sh
1 #!/usr/bin/env bash
2 set -eu
3
4 script_path="$( cd -P "$( dirname "$(readlink -f "${0}")" )" && pwd )"
5 cd "${script_path}/blog"
6 rm -rf .gitignore
7 hugo --minify -D "${@}"