Commit Graph

7 Commits

Author SHA1 Message Date
Nicolas signed-log FORMICHELLA c0aea3e683
[Website-Makefile] Enable support for docker compose v2
Support using `docker compose` (docker compose v2) instead of
`docker-compose` (v1)

- Introduce `COMPOSE_V2` and `COMPOSE_COMMAND` variables
- Keep the default version at v1 (`COMPOSE_V2=0`)
- Refactor error message to expose that possibility

Signed-off-by: Nicolas signed-log FORMICHELLA <stigpro@outlook.fr>
2022-08-28 22:58:44 +02:00
Tim Byrne c8e8633639
Use docker volume for jekyll dependencies
Using a volume allows "caching" the bundled dependencies for jekyll.
Created a "fresh" target for also removing volumes.
2019-10-17 23:50:15 -05:00
Tim Byrne 7eb2c6e658
Fix typo 2019-07-29 08:20:05 -05:00
Tim Byrne 6f4aee32a7
Use yadm/jekyll:latest image 2019-03-21 23:10:00 -05:00
Tim Byrne 9fa5c9418c
Refactor website (#146)
* Migrate to using "remote themes" instead of forked content
* Update to most recent mmistakes
* Add docker-based testing
* Create Makefile for test targets
* Add travis-ci integration
* Update badges to use shields.io
* Replace splash page image (old one's attribution disappeared from
  unsplash.com)
2019-03-20 01:45:26 -05:00
Tim Byrne 3625255cbb
Output the local URL of the test site 2017-08-30 09:12:23 -05:00
Tim Byrne f9942449f4
Add Makefile for starting/stopping jekyll 2016-09-07 15:13:00 -05:00