Граф коммитов

5 Коммитов

Автор SHA1 Сообщение Дата
David Asabina be1ac57c19 docker helper: set uid and gid 2017-11-27 18:42:34 +01:00
David Asabina 9d8fe1886f docker image: moved /site to /src/site
In response to
https://github.com/github/pages-gem/pull/461#discussion_r146028563
2017-11-26 23:33:40 +01:00
David Asabina 03709aa56f docker image: echo err on undef or invalid $SITE
In reponse to
https://github.com/github/pages-gem/pull/461#discussion_r146028491
2017-11-26 23:28:36 +01:00
David Asabina cbe4cdf542 docker image: moved /gh-pages to /src/gh/pages-gem
In response to
https://github.com/github/pages-gem/pull/461#discussion_r146028130
2017-11-26 22:55:06 +01:00
David Asabina 4735c4310d Makefile to keep it simple
- Use `make image` to build the github-pages image
 - Use `make shell` to produce a bash shell
   - run the scripts inside that shell by simply running
     - `./script/bootstrap`, usually run this first to ensure a fresh
       `bundle install`
     - `./script/cibuild`
     - `./script/test-site`
     - `./script/fmt`
 - Run the server by:
   - exporting `SITE` first and then calling `make server`, e.g.:
     `export SITE=../path-to-jekyll-site; make server`
   - prepending an assignment to `SITE` to the `make server` rule,
   e.g: `SITE=../path-to-jekyll-site make server`
2017-08-06 12:21:00 +02:00