brackendawson / website

Content of https://periph.io; automatically updated on commit

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Content of https://periph.io; automatically updated on commit

License:Apache License 2.0


Languages

Language:HTML 44.4%Language:CSS 24.5%Language:Shell 16.6%Language:Python 14.5%