migrate from 11ty to Lume
This commit is contained in:
parent
491694c19d
commit
00ff630785
18 changed files with 574 additions and 4226 deletions
18
README.md
18
README.md
|
@ -7,28 +7,24 @@ It is still a pretty significantly a work in progress, things will probably be s
|
|||
But for now -
|
||||
|
||||
### Building and running live
|
||||
just
|
||||
just install Deno and...
|
||||
|
||||
Initially, to install dependencies:
|
||||
To run the project locally live:
|
||||
|
||||
```bash
|
||||
npm install
|
||||
```
|
||||
|
||||
To run the project locally live
|
||||
|
||||
```bash
|
||||
npm start
|
||||
deno task serve
|
||||
```
|
||||
|
||||
To build:
|
||||
|
||||
```bash
|
||||
npm run build
|
||||
deno task build
|
||||
```
|
||||
|
||||
Very simple, right?
|
||||
|
||||
***
|
||||
|
||||
|
||||
This code/template is licensed under the Blue Oak Model License 1.0.0.
|
||||
But if you want to reuse this, like, clean out /src/media and basically all the .md files and fill in /src/_data/site.json with your own stuff instead lol.
|
||||
But if you want to reuse this, like, clean out /src/media and basically all the .md files and fill in /src/_data.yml and the `location` variable in _config.ts with your own stuff instead lol.
|
Loading…
Add table
Add a link
Reference in a new issue