Skip to content

A repo to test and experiment with plugins for Lume

Notifications You must be signed in to change notification settings

runelk/lume-experimental-plugins

 
 

Repository files navigation

Experimental Plugins

A repo to test and experiment with plugins for Lume

Contributing

If you use Deno plugins for vscode and you don't enable Deno on user scope. Your vscode will not able to use the correct deno.json file. While it is ok for building/testing, this can cause a productivity problem (ex. type checking suggestion). To avoid this, you need to:

  1. create .vscode/setting.json in the plugin dir, that you plan to work on, by cloning .vsode from top repo to the plugin dir (copy&paste).
  2. Then open the plugin dir in new workspace.

Aside from /.vscode in top level repo, the rest .vscode are ignored by Git.

About

A repo to test and experiment with plugins for Lume

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 67.1%
  • Nunjucks 29.4%
  • JavaScript 2.4%
  • Other 1.1%