Skip to content

periph/website

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

periph.io website

This repository contains all the code necessary to generate https://periph.io.

The web site content is located at site/content/. Please send PR as per contributing guidelines.

Running locally

The scripts to serve the web site locally requires either one of the following to be installed:

Use one of:

  • ./gen.sh: generates the web site in ./www.
  • ./serve.sh: serves the website over port 3131.

Production setup

The github webhook handler regenerates the web site automatically whenever a new commit happens.

Latency

The time between a PR being merged and the web site being live is generally <5 seconds. One second due to github's latency itself, 2 seconds to regenerate the web site. The author doesn't like waiting.