From e931ebb795ff999e04f2ec26e87626cb7753e125 Mon Sep 17 00:00:00 2001 From: sugarasot Date: Sat, 10 May 2025 00:32:44 +0900 Subject: [PATCH 1/3] =?UTF-8?q?compose=E3=83=95=E3=82=A1=E3=82=A4=E3=83=AB?= =?UTF-8?q?=E3=81=AE=E5=90=8D=E5=89=8D=E3=82=92=E5=A4=89=E6=9B=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docker-compose.yml => compose.yaml | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename docker-compose.yml => compose.yaml (100%) diff --git a/docker-compose.yml b/compose.yaml similarity index 100% rename from docker-compose.yml rename to compose.yaml From 4967cd655386dac98ffe52ef200a485d4abb5c22 Mon Sep 17 00:00:00 2001 From: sugarasot Date: Sat, 10 May 2025 00:40:21 +0900 Subject: [PATCH 2/3] =?UTF-8?q?compose=E3=83=95=E3=82=A1=E3=82=A4=E3=83=AB?= =?UTF-8?q?=E3=81=AEversion=E5=AE=A3=E8=A8=80=E3=82=92=E5=89=8A=E9=99=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- compose.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/compose.yaml b/compose.yaml index b2dbd46..e83cb70 100644 --- a/compose.yaml +++ b/compose.yaml @@ -1,4 +1,3 @@ -version: '3.7' services: app: image: jekyll/jekyll:pages From 2268134e1ad2028028794b5f0d9b945c688fa188 Mon Sep 17 00:00:00 2001 From: sugarasot Date: Sat, 10 May 2025 01:12:55 +0900 Subject: [PATCH 3/3] =?UTF-8?q?GitHub=20Pages=E3=81=AE=E5=85=AC=E5=BC=8F?= =?UTF-8?q?=E3=81=AE=E3=82=B3=E3=83=B3=E3=83=86=E3=83=8A=E3=82=A4=E3=83=A1?= =?UTF-8?q?=E3=83=BC=E3=82=B8=E3=82=92=E4=BD=BF=E7=94=A8=E3=81=99=E3=82=8B?= =?UTF-8?q?=E3=82=88=E3=81=86=E3=81=AB=E3=81=97=E3=81=9F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- _config.yml | 1 + compose.yaml | 7 +++---- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/_config.yml b/_config.yml index 84e1a36..1f7e733 100644 --- a/_config.yml +++ b/_config.yml @@ -9,6 +9,7 @@ plugins: - jekyll-feed - jemoji - jekyll-include-cache + - jekyll-remote-theme locale: ja_JP title: "HUIT 北大IT研究会" diff --git a/compose.yaml b/compose.yaml index e83cb70..d3d641e 100644 --- a/compose.yaml +++ b/compose.yaml @@ -1,12 +1,11 @@ services: app: - image: jekyll/jekyll:pages + image: ghcr.io/github/pages-gem:v232 command: - # 追加プラグインのインストールをする - "bash" - "-c" - - "gem install jekyll-include-cache webrick && jekyll serve --force_polling" + - "jekyll serve -H 0.0.0.0 -P 4000 --force_polling" volumes: - - .:/srv/jekyll + - .:/src/site ports: - 4000:4000 \ No newline at end of file