Lume init
Script to initialize a Lume project.
- You can install themes from this registry.
- Install Lume plugins.
- And configure the CMS.
Usage
Init Lume in the current directory:
deno run -A mod.ts
Init Lume in the directory my-site
deno run -A mod.ts my-site
Init Lume in the directory my-site
and configure the src
folder to /src
:
deno run -A mod.ts my-site --src=/src