Skip to content

pantomime-rs/pantomime-site

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published