Skip to content

Varying-Vagrant-Vagrants/varyingvagrantvagrants.org

Repository files navigation

varyingvagrantvagrants.org

Build Status Codacy Badge

This repository provides the code and content for varyingvagrantvagrants.org, VVV's official website.

The main branch of this repository deploys to production under varyingvagrantvagrants.org. It also pulls the CONTRIBUTING.md and CHANGELOG.md files from the develop branch of VVV.

Pull requests can be opened against this repository for the following:

  • Issues with deployment configuration through Travis CI.
  • Issues with Jekyll configuration.
  • Updates to the varyingvagrantvagrants.org home page.
  • Updates to varyingvagrantvagrants.org blog posts.
  • Updates to VVV documentation.

Once a pull request is merged to master, Travis CI is used to deploy the built site files to an AWS S3 bucket. Nginx is used to direct traffic to the correct branch directory in the bucket.

Issues to discuss changes to the code and documentation should be opened at the main VVV repository.

Testing and Building

Use this command to run a local instance for writing docs:

bundle exec jekyll serve

It will give you a URL to visit in your browser, and rebuilds the docs and stylesheets when files change.

The site is auto-deployed by Travis when the main branch is updated.