搭建静态博客程序deno

curl -fsSL https://deno.land/x/install/install.sh | sh
显示:
...
Archive:  /c/Users/12799/.deno/bin/deno.zip
  inflating: /c/Users/12799/.deno/bin/deno.exe
Deno was installed successfully to /c/Users/12799/.deno/bin/deno
Run 'deno --help' to get started

deno install --unstable --allow-read --allow-write --allow-net --allow-env --allow-run --name=pagic https://deno.land/x/pagic/mod.ts --global --allow-import
显示:
...
Successfully installed pagic
C:\Users\12799\.deno\bin\pagic.cmd
C:\Users\12799\.deno\bin\pagic (shell)

git clone https://github.com/rainzee/Blog blog-by-rainzee
cd blog-by-rainzee
pagic build --watch --serve .React = React --allow-import