diff --git a/package.json b/package.json index e4c20f4..c180a46 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eleventy-base-blog", - "version": "4.0.1", + "version": "4.0.2", "description": "A starter repository for a blog web site using the Eleventy static site generator.", "scripts": { "build": "npx eleventy", @@ -22,9 +22,9 @@ }, "homepage": "https://github.com/11ty/eleventy-base-blog#readme", "dependencies": { - "@11ty/eleventy": "^0.3.1", + "@11ty/eleventy": "^0.3.3", "@11ty/eleventy-plugin-rss": "^1.0.2", - "@11ty/eleventy-plugin-syntaxhighlight": "^1.0.3", + "@11ty/eleventy-plugin-syntaxhighlight": "^1.0.4", "luxon": "^1.0.0" } } diff --git a/posts/firstpost.md b/posts/firstpost.md index c6d5e67..aab569f 100644 --- a/posts/firstpost.md +++ b/posts/firstpost.md @@ -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-plain js 2-3 %} +``` text/2-3 // this is a command function myCommand() { let counter = 0; counter++; } -{% endhighlight %} +``` diff --git a/posts/thirdpost.md b/posts/thirdpost.md index e98cf02..ec4e1a0 100644 --- a/posts/thirdpost.md +++ b/posts/thirdpost.md @@ -6,14 +6,14 @@ layout: layouts/post.njk --- Leverage agile frameworks to provide a robust synopsis for high level overviews. Iterative approaches to corporate strategy foster collaborative thinking to further the overall value proposition. Organically grow the holistic world view of disruptive innovation via workplace diversity and empowerment. -{% highlight js 2 3 %} +``` js/2/3 // this is a command function myCommand() { let counter = 0; counter++; } -{% endhighlight %} +``` Bring to the table win-win survival strategies to ensure proactive domination. At the end of the day, going forward, a new normal that has evolved from generation X is on the runway heading towards a streamlined cloud solution. User generated content in real-time will have multiple touchpoints for offshoring. -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. \ No newline at end of file +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.