docker-github-pages icon indicating copy to clipboard operation
docker-github-pages copied to clipboard

:octocat: :whale: Alpine Docker Image for GitHub Pages and Jekyll powered sites

Results 19 docker-github-pages issues
Sort by recently updated
recently updated
newest added

GitHub Pages uses the following dependencies and versions: https://pages.github.com/versions/ Please add this to the README or include it in the container.

This works great to run the site in my browser. But, how do I modify it such it exports `_site` directory from the container into my host working directory?

Command: ``` docker run --name "blog" -v "$PWD":/usr/src/app -p "4000:4000" starefossen/github-pages ``` Logs: ``` Unable to find image 'starefossen/github-pages:latest' locally latest: Pulling from starefossen/github-pages ff3a5c916c92: Pull complete 8e2da6035957: Pull complete...

bug

If i deploy my jeykll gh-page blog with github, it works fine. the code is [here](4d93afb78c28ae40e539ed7657b1eb5efb798924), the blog is [here](https://blog.joergi.io/) I also added the docker-compose.yml file to my project. ```...

I tried this docker run -it --rm -v "$PWD":/usr/src/app -p "4000:4000" starefossen/github-pages And A got this error: ``` Traceback (most recent call last): 12: from /usr/local/bundle/bin/jekyll:23:in `' 11: from /usr/local/bundle/bin/jekyll:23:in...

running `docker run -it --rm -v "$PWD":/usr/src/app -p "4000:4000" starefossen/github-pages` results in ```bash Traceback (most recent call last): 13: from /usr/local/bundle/bin/jekyll:23:in `' 12: from /usr/local/bundle/bin/jekyll:23:in `load' 11: from /usr/local/bundle/gems/jekyll-3.8.5/exe/jekyll:11:in `'...

Addresses https://github.com/Starefossen/docker-github-pages/issues/16. This is incomplete: can we provide a list of pre-installed plugins that a user does not need to explictly declare? @Starefossen

Hello, Included in the newest `github-pages` gem (v. 202) is Rouge 3.11 which I'm very much interested in. Can we upgrade the version? I was also wondering: isn't there a...

I’ve found when using this image to run GHP sites that the container doesn’t stop when I hit `ctrl-c` if warnings were encountered in the Jekyll site. This leaves a...

``` /usr/local/lib/ruby/gems/2.5.0/gems/bundler-1.16.3/lib/bundler/lockfile_parser.rb:108: in `warn_for_outdated_bundler_version': You must use Bundler 2 or greater with this lockfile. ```