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

Hi, This is a request for enhancement, a new feature. I've been using docker-github-pages to test changes in some of the Ruby components (more specifically, [jekyll/github-metadata](https://github.com/jekyll/github-metadata)), but I've been using...

I've been trying to build docker-github-pages from the Dockerfile on git, but when I try it, it produces a container that doesn't seem to work... When I try to run...

``` root@vps502707:~/wqrld.github.io# docker run -t --rm -v "$PWD":/usr/src/app -p "4000:4000" starefossen/github-pages Unable to find image 'starefossen/github-pages:latest' locally latest: Pulling from starefossen/github-pages ff3a5c916c92: Already exists b2c955d3d077: Pull complete ae737760550e: Pull complete...

Both options can be configured via the `_config.yml` file however the `_config.yml` file will be used by the github pages. And for local writing these can be useful, especially if...

enhancement

This looks similar to https://github.com/Starefossen/docker-github-pages/issues/11 but I'm struggling to work through the dependencies to resolve it. When I run the following command:- docker run -t --rm -v ${PWD}:/usr/src/app -p "4000:4000"...

```sh $ docker run -v "$PWD":/usr/src/app -p "4000:4000" starefossen/github-pages Configuration file: /usr/src/app/_config.yml Configuration file: /usr/src/app/_config.yml Source: /usr/src/app Destination: /_site Incremental build: enabled Generating... Liquid Exception: Liquid syntax error (line 16):...

Hi, `$ docker run --rm -v $PWD:/usr/src/app -p 4000:4000 starefossen/github-pages:latest jekyll serve --config _config.yml,_config_local.yml` `_config_local.yml` contains ```yaml host: 0.0.0.0 port: 4000 ``` Output: ``` Configuration file: _config.yml Configuration file: _config_local.yml...

Hi, Referring the Dockerfile, `CMD jekyll serve -d /_site --watch --force_polling -H 0.0.0.0 -P 4000` I would like to ask why you set the destination of jekyll serve to `/site`...

### Why I'm writing this issue just because I used this Docker image before (thank you Starefossen ❤️, you did a great job here), but now it does not work...