Move all src JS into external plugins installed through NPM:
@11ty/eleventy-plugin-rss @11ty/eleventy-plugin-syntaxhighlight
This commit is contained in:
@@ -11,10 +11,10 @@ Bring to the table win-win survival strategies to ensure proactive domination. A
|
||||
|
||||
Capitalize on low hanging fruit to identify a ballpark value added activity to beta test. Override the digital divide with additional clickthroughs from DevOps. Nanotechnology immersion along the information highway will close the loop on focusing solely on the bottom line.
|
||||
|
||||
{% highlight js 2-3 %}
|
||||
{% highlight-plain js 2-3 %}
|
||||
// this is a command
|
||||
function myCommand() {
|
||||
let counter = 0;
|
||||
counter++;
|
||||
}
|
||||
{% endhighlight %}
|
||||
{% endhighlight %}
|
||||
|
||||
Reference in New Issue
Block a user