FeatureBaseDB / www

Pilosa website

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Pilosa website


Languages

Language:HTML 53.8%Language:JavaScript 22.5%Language:CSS 16.6%Language:Sass 4.7%Language:CoffeeScript 1.8%Language:Makefile 0.4%Language:Shell 0.3%