From da7fec445f81691db5f73c74a9027e8eb2169074 Mon Sep 17 00:00:00 2001 From: Robbert Schep Date: Sat, 5 Jul 2025 00:20:41 +0200 Subject: [PATCH] Add static site config for Clever Cloud --- clevercloud/static.json | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 clevercloud/static.json diff --git a/clevercloud/static.json b/clevercloud/static.json new file mode 100644 index 0000000..0824534 --- /dev/null +++ b/clevercloud/static.json @@ -0,0 +1,7 @@ +{ + "name": "0-timeline", # your app’s name on Clever Cloud + "type": "static", # static site type + "buildCommand": "pip install -r requirements.txt && mkdocs build", + "publishDir": "site", + "branch": "master" # the branch you’ll push +}