Skip to content
s110b edited this page Sep 12, 2023 · 1 revision
  1. git clone https://github.com/waschinski/photo-stream.git
  2. 修改DockerFile文件 启动命令: ENTRYPOINT bundle exec jekyll serve --host 0.0.0.0 --baseurl /xia90 唯一不同的就是 --baseurl /xia90
  3. docker build -t image:v3 . 制作docker镜像
  4. docker-compose up -d 启动docker镜像,进入容器,拷贝_site/ 目录下文件到github pages
  5. 完成。 经验: baseurl 参数配置后不生效,不确定是否bug。

Clone this wiki locally