nanogen
nanogen copied to clipboard
Minimalist static site generator in Node.js
Make available the path to the page, unless specifically specified. This allows for usage inside the the page itself (e.g. for canonical names)
Bumps [mixin-deep](https://github.com/jonschlinkert/mixin-deep) from 1.3.1 to 1.3.2. Commits - [`754f0c2`](https://github.com/jonschlinkert/mixin-deep/commit/754f0c20e1bc13ea5a21a64fbc7d6ba5f7b359b9) 1.3.2 - [`90ee1fa`](https://github.com/jonschlinkert/mixin-deep/commit/90ee1fab375fccfd9b926df718243339b4976d50) ensure keys are valid when mixing in values - See full diff in [compare view](https://github.com/jonschlinkert/mixin-deep/compare/1.3.1...1.3.2) Maintainer changes This...
This allows access to the relative URL for the currently rendering page. Combined with `site` data, this could be used to generate a canonical URL meta tag: ```ejs ``` ###...
To avoid crashing at the first change
The url is / for index.[md|ejs], /contact for contact.[md|ejs]
This pr adds some simple sass compilation using node-sass. I'm unsure how to write tests for this though, so that step from CONTRIBUTING is missing.
links dont work once site is uploaded
I just tried to deploy my app to heroku and got back the error ``` Error R10 (Boot timeout) -> Web process failed to bind to $PORT within 60 seconds...
If i have `partials/menu.ejs`, I figured I should be able to use "front matter" there such that: ```yaml --- menuItems: - Item 1 - Item 2 - Item 3 ---...
I think it would be a fantastic addition to be able to add Node packages to the site (like Bootstrap to make your site responsive for example) through the command...