~ajhalili2006's personal website, built with Zensical (successor of Material for Mkdocs) [old repo name got bugged while attempting to do manual knot migration via repo deletion] andreijiroh.dev
zensical mkdocs-material website
at main 606 B view raw
1{ 2 "$schema": "https://raw.githubusercontent.com/recaptimedev-labs/workers-config-schema/refs/heads/main/config-schema.json", 3 "name": "website", 4 "account_id": "cf0bd808c6a294fd8c4d8f6d2cdeca05", 5 "compatibility_date": "2025-06-01", 6 "assets": { 7 "directory": "./public", 8 "html_handling": "auto-trailing-slash", 9 "not_found_handling": "404-page", 10 "run_worker_first": false 11 }, 12 "build": { 13 "command": "bash ./bin/build.sh", 14 15 }, 16 "workers_dev": true, 17 "preview_urls": true, 18 "routes": [ 19 { 20 "custom_domain": true, 21 "pattern": "andreijiroh.dev" 22 } 23 ] 24}