文件名称:docker-jekyll-github-pages:jekyll docker镜像,用于构建和查看github-pages
文件大小:126KB
文件格式:ZIP
更新时间:2024-05-19 01:59:35
jekyll docker github-page docker-container docker-image
Github的Jekyll的Docker镜像
Jekyll Docker映像,用于在我的MacOS X上构建和查看github页。 :spouting_whale:
介绍
在Docker容器中构建并运行Jekyll github页面。
检出项目并构建Docker映像:
docker build -t " wechris-jekyll " .
将github页面的Repo检出到一个子文件夹,然后将Gemfile复制到该文件夹中。 运行Docker Jekyll映像:
docker run -v $(pwd)/
【文件预览】:
docker-jekyll-github-pages-master
----img()
--------octojekyll.jpg(46KB)
--------jekyll-docker.jpg(88KB)
----Dockerfile(870B)
----Gemfile(72B)
----create_new_post.pl(2KB)
----README.md(1KB)