Skip to content

circuits/circuits.github.io

Repository files navigation

circuits Website

This is the circuits Website a static site generated using Pelican. All content are maintained by reStructedText so you can easily add to or modify content with any regular text editor.

Quick Start

$ python3 -m venv tmp
$ . tmp/bin/activate
$ pip install -r requirements.txt
$ make clean html
$ circuits.web output
$ deactivate

Generated website should be viewable at: http://localhost:8000/