1
0
This commit is contained in:
syui 2024-05-21 13:49:26 +09:00
parent 308a534c84
commit 953d8bedf6
Signed by: syui
GPG Key ID: 5417CFEBAD92DF56
4 changed files with 10 additions and 4 deletions

3
.gitignore vendored Normal file
View File

@ -0,0 +1,3 @@
app
_site
.jekyll-cache

View File

@ -1,7 +1,10 @@
services:
site:
image: starefossen/github-pages:latest
volumes:
- ./app:/usr/src/app
jekyll_site:
image: jekyll/jekyll:4.2.0
command: ["jekyll", "serve"]
ports:
- 4000:4000
volumes:
- type: bind
source: .
target: /srv/jekyll