Sign inSign up

itzg/jekyll-github-pages

Sponsored OSS

By itzg

•Updated almost 11 years ago

Runs Jekyll compliant with GitHub Pages and pre-populates basic directory structure

Image
Integration & delivery
Web servers
Content management system
2

6.5K

itzg/jekyll-github-pages repository overview

This container is pre-configured according to the GitHub Pages use of Jekyll⁠.

It serves up the generated content on port 4000 and the site is generated from the container's /site volume. You can either bring your own site content or let it generate some VERY simple content along with the standard Jekyll directory layout.

A typical way to run this:

docker run -it -p 4000:4000 -v $(pwd)/site:/site itzg/jekyll-github-pages

where either it will load your content or initialize the content under site in your current working directory.

Tag summary

Content type

Image

Digest

sha256:e05b76e30…

Size

156.6 MB

Last updated

almost 11 years ago

docker pull itzg/jekyll-github-pages

This week's pulls

Pulls:

4

Last week