- blog.h4y4bus4.com にホストされるコンテンツのリポジトリです。
このリポジトリをクローンしたのち、以下のように submodule を初期化する。
$ git submodule init
$ git submodule update --init
blog への追加の場合
$ new-blog-post.sh <title>
article への追加の場合
$ new-article-post.sh <title>
## localhost:8080
$ docker run -u "$(id -u):$(id -g)" -v $PWD:/app --workdir /app -p 8080:8080 ghcr.io/getzola/zola:v0.19.1 serve --interface 0.0.0.0 --port 8080 --base-url localhost
$ git add .
$ git commit -m "commmmit"
$ git push
https://dash.cloudflare.com でデプロイの様子を見守る。
このリポジトリのコンテンツは GPL-3.0 に基づいて公開されます。
The content of this repository is available under the terms of the GPL-3.0.