This is the main theme for the PHP.earth sites.
git clone git://github.com/phpearth/github-pages-theme
cd github-pages-theme
make upProvided Makefile includes several helper commands:
-
npmTo run the npm command using Docker:
make npm a="run-script build" -
yarnTo run the yarn command using Docker:
make yarn a="build" -
upTo bring up Jekyll pages using Docker:
make up
This repository is licensed under the MIT license.