Skip to content

periph/website

Folders and files

NameName
Last commit message
Last commit date

Latest commit

080aea0 · Sep 27, 2024
Jan 25, 2022
Sep 27, 2024
Aug 20, 2017
Mar 4, 2017
May 29, 2021
Feb 7, 2021
May 29, 2021
May 29, 2021
Feb 7, 2021
Jan 25, 2022

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.