Isaac-Tait / macadamGrinding_denoStyle

Experimenting with deploying my old site, Macadam Grinding, with Lume

Home Page:https://macadamgrinding.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Note: If you get an error message (on a linux machine) similar to:

command not found: lume

Check your path by running

echo $PATH

The colon delimited list should have user/local/.deno/bin:$PATH if not you can easily add it by running:

export PATH="/Users/yourUserName/.deno/bin:$PATH" ** remember to put your machine's user name in place of yourUserName

If you still get an error you may need to reinstall by entering this command: deno run -A https://deno.land/x/lume/install.ts

Now, after running echo $PATH you should see .deno/bin in your path list.

Netlify Status

About

Experimenting with deploying my old site, Macadam Grinding, with Lume

https://macadamgrinding.com/


Languages

Language:Nunjucks 50.4%Language:CSS 24.0%Language:JavaScript 21.5%Language:TypeScript 4.1%