Skip to content

Hayabusa58/blog.h4y4bus4.com

Repository files navigation

blog.h4y4bus4.com

これは何

  • 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 でデプロイの様子を見守る。

ライセンス/License

このリポジトリのコンテンツは GPL-3.0 に基づいて公開されます。

The content of this repository is available under the terms of the GPL-3.0.

About

Content for blog.h4y4bus4.com

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors