Skip to content

Latest commit

 

History

History
44 lines (27 loc) · 1.03 KB

README.md

File metadata and controls

44 lines (27 loc) · 1.03 KB

pantomime-site

This repository contains the source code to Pantomime's website.

Setup

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

Publishing

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.

Prism

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.

License

This repository is provided under the MIT License.