Updated documentation with link to Drone

lektura
Jonas Oberg 2017-06-15 13:45:44 +02:00
parent df6148bf1b
commit 0dbba9dcea
1 changed files with 9 additions and 2 deletions

View File

@ -70,6 +70,13 @@ The website structure is very easy. The most important files and directories are
- `layouts/`: HTML structure (scaffold) for the website. Useful if you want to add another section or modify anchor links or CSS classes.
- `public/`: Built files which are used to display the website. Generated by running `hugo`.
## Technical background information
## Technical information about building
The FSFE uses Drone to automatically deploy the PMPC website. The website is
automatically deployed when there's a push to the master branch of the
repository, as well as once an hour (to update signatures).
This is the latest build status:
[![Build Status](https://drone.fsfe.org/api/badges/pmpc/website/status.svg)](https://drone.fsfe.org/pmpc/website)
The repository will be downloaded and built every 5 minutes to the live website on pmpc.mehl.mx. So please wait a bit until your modifications are visible. It shouldn't look different from what `hugo server` shows you.