2017 © Pedro Peláez
 

library twigyard

Twigyard library

image

twigyard/twigyard

Twigyard library

  • Wednesday, July 25, 2018
  • by visionappscz
  • Repository
  • 2 Watchers
  • 8 Stars
  • 273 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 11 Open issues
  • 32 Versions
  • 1 % Grown

The README.md

TwigYard

TwigYard is a PHP library to host multiple websites written in the twig templating language., (*1)

Please refer to the documentation for details., (*2)

Pull requests are welcome. Please make sure to write tests and use PSR-2. We use the Robo task runner, so before submitting a pull request please run $ robo test to make sure everything is in order., (*3)

Docs

Build:

To build the static site files run:, (*4)

docker-compose run --rm mkdocs bash -c "sh /root/init-container.sh /workspace && cd docs && su docker-container-user -c 'mkdocs build'", (*5)

Dev:

To run the site locally for easy development run:, (*6)

docker-compose run --rm --service-ports mkdocs bash -c "sh /root/init-container.sh /workspace && cd docs && su docker-container-user -c 'mkdocs serve'", (*7)

Site will be accessible at http://localhost:8000, (*8)

The Versions