Skip to content

Latest commit

 

History

History
32 lines (19 loc) · 1.68 KB

README.md

File metadata and controls

32 lines (19 loc) · 1.68 KB

Pilosa Website

The Pilosa website is built using Hugo and Bootstrap 4. It was designed by Thirteen23 and implemented in collaboration with Vitamin T.

System Requirements

Usage

You can run it locally using make:

make server

This does two things. It retrieves the docs from the main Pilosa repo and then runs the hugo server with --buildDrafts, which displays drafts in the development server.

Note that the docs do not get updated on future invocations of make, so you should run make clean server if you want to view the latest docs.

Deployment

We use continuous delivery for the website deployment. Travis CI builds every revision, as shown in the .travis.yml file in this repo. If the revision is in master or staging, it will be deployed to the relevant site:

Development

Please submit pull requests from private fork topic branches to the master branch. If the pull request includes changes that may cause risk when deploying to production, please push the changes directly to the staging branch, where they will be deployed automatically to the staging site.