~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 581 B view raw
1# wrangler specifics, DO NOT LEAK SHIT! 2# see https://developers.cloudflare.com/workers/wrangler/system-environment-variables/ for details 3# After selecting your CF account, copy the account ID after dash.cloudflare.com/ into the 4# variable below. 5CLOUDFLARE_ACCOUNT_ID=cf0bd808c6a294fd8c4d8f6d2cdeca05 6# DO NOT PASTE IT IN .env.example file! 7CLOUDFLARE_API_TOKEN= 8# CLI options stuff 9WRANGLER_SEND_METRICS=true 10WRANGLER_LOG=log 11 12# build configurations as feature flags 13FF_ENABLE_COMMIT_DATA=true 14# applies at build time, make sure required deps for 15FF_GENERATE_SOCIAL_CARDS=false