Skip to content

Commit

Permalink
Add Setup Docs / Updated Packages
Browse files Browse the repository at this point in the history
  • Loading branch information
Glitch (nerdly) committed Jan 30, 2020
1 parent bef40c4 commit 2c51a27
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@
"start": "npm run deploy"
},
"dependencies": {
"@11ty/eleventy": "^0.9.0",
"@11ty/eleventy": "^0.10.0",
"node-fetch": "^2.6.0",
"http-server": "0.11.1",
"firebase-tools": "^7.11.0",
"@11ty/eleventy-plugin-syntaxhighlight": "^2.0.0"
"http-server": "^0.12.1",
"firebase-tools": "^7.12.1",
"@11ty/eleventy-plugin-syntaxhighlight": "^3.0.1"
},
"license": "MIT"
}
2 changes: 1 addition & 1 deletion src/posts/clone-nerdly.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,6 @@ but the TL; DR is:
- `post.njk`, used by all the other posts.
- these are HTML + [Nunjucks](https://mozilla.github.io/nunjucks/) files, and if you want your pages to look different,
this is what you should modify.
- the styles come from `./jenga/`
- the styles come from `./jenga/` directory.

Enjoy!

0 comments on commit 2c51a27

Please sign in to comment.