diff --git a/deno.jsonc b/deno.jsonc index 4c571f4d..b1294cd2 100644 --- a/deno.jsonc +++ b/deno.jsonc @@ -2,7 +2,7 @@ "tasks": { "clean": "rm -rf dist dist_client_bundle dist_plug_bundle website_build", "deep-clean-mac": "rm -f deno.lock && rm -rf $HOME/Library/Caches/deno && deno task clean", - "install": "deno install -f --unstable-kv --unstable-worker-options -A --importmap import_map.json silverbullet.ts", + "install": "deno install -g -f --unstable-kv --unstable-worker-options -A --importmap import_map.json silverbullet.ts", "check": "find . -name '*.ts*' | xargs deno check", "test": "deno test -A --unstable-kv --unstable-worker-options", "build": "deno run -A build_plugs.ts && deno run -A build_web.ts", diff --git a/website/Page Decorations.md b/website/Page Decorations.md index 45937389..b312f439 100644 --- a/website/Page Decorations.md +++ b/website/Page Decorations.md @@ -19,7 +19,8 @@ Every page decoration has two parts: For example: ```yaml -- where: 'tags = "person"' +pageDecorations: +- where: "tags = 'person'" prefix: "🧑 " ```