From bcc0119c086bf3f5a3dd8cca13e7f4e2c023cf56 Mon Sep 17 00:00:00 2001 From: Christian Aribaud Date: Sun, 1 Jun 2025 18:03:05 +0200 Subject: [PATCH] Adding demo page --- content/demos.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 content/demos.md diff --git a/content/demos.md b/content/demos.md new file mode 100644 index 0000000..31a0e5a --- /dev/null +++ b/content/demos.md @@ -0,0 +1,22 @@ ++++ +title = 'Demos' +weight = 3 ++++ + +All public demos are available at and their +respectives sources at . + +## Pepper & Carrot demo + +This demo showcase Silicate using the first three episodes +of [Pepper & Carrot](https://www.peppercarrot.com/). + +It display the following features: + +- Long vertical comic strips made out of multiple smaller ones +- Multilingual support +- Transcript (First english page) +- Custom background image + +You can check out the demo [here](https://silicate.aribaud.net/demos/pepper-carrot/) +and browse its sources [here](https://silicate.aribaud.net/demos-sources/pepper-carrot/).