Skip to content

Commit

Permalink
Switch to debug for netlify deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
zachleat committed Jan 28, 2018
1 parent dceec25 commit d7e2c4e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .eleventy.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ module.exports = function(eleventyConfig) {
}, true);

// compatibility with existing {% highlight js %} and others
eleventyConfig.addLiquidTag("highlight", highlighters.plain);
eleventyConfig.addLiquidTag("highlight", highlighters.prismjs);

// only content in the `posts/` directory
eleventyConfig.addCollection("posts", function(collection) {
Expand Down
2 changes: 1 addition & 1 deletion netlify.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[build]
publish = "_site"
command = "eleventy"
command = "DEBUG=* eleventy"
2 changes: 1 addition & 1 deletion posts/firstpost.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ 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 1 %}
{% highlight js %}
// this is a command
function myCommand() {
let counter = 0;
Expand Down
2 changes: 1 addition & 1 deletion posts/thirdpost.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ 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 %}
{% highlight js %}
// this is a command
function myCommand() {
let counter = 0;
Expand Down

0 comments on commit d7e2c4e

Please sign in to comment.