This repository contains the source code to Pantomime's website.
You'll need the following tools
To build the site each time you change a file:
fsw csi src target/dist --ext .html
You can find the rendered files in target/dist
.
To start a webserver at http://localhost:8000:
python -m http.server --directory target/dist --bind localhost 8000
To publish this website, push a tag in the format of vYYYY.MM.DD.R where R is the revision number for the particular day.
CircleCI will then build the project and push it to the www.pantomime.dev repository.
This project uses Prism for syntax highlighting of example code. A custom build is created using the website's tool:
- Theme: Funky
- Languages: ONLY Rust, TOML. Make sure to remove default languages.
This repository is provided under the MIT License.