nanogen
nanogen copied to clipboard
Minimalist static site generator in Node.js
I want to set the meta tag property="og:url". Can the slug be added to the page attributes?
I add a `"watchmode": "nanogen -w"` script to `package.lock` When I write `npm run watchmode` in windows console it gives me next error: > Error: EPERM: operation not permitted, readlink...
I see another issue opened about Windows, but I didn't see that until after I tried to install Nanogen. During install I got these errors on Win7 ``` npm WARN...
Is it possible to iterate through pages? for example to build a menu of all of the sub pages that links to each one. For example with this folder hierarchy:
Any thoughts on adding the ability to organize the images inside of the folder like this: & a way to iterate through the images, for page specific media of an...
I am getting an error during the rebuild: [1] Error: ENOTEMPTY: directory not empty, rmdir 'public\css' [1] at Object.rmdirSync (fs.js:684:3)
Introduces: - A simple sitemap.xml auto-generated from the content under `pages` - An `index` for the entire website injected along with the `site` data that can be used in the...
Adjusted the fileName and root to allow for aliased imports.
Bumps [decode-uri-component](https://github.com/SamVerschueren/decode-uri-component) from 0.2.0 to 0.2.2. Release notes Sourced from decode-uri-component's releases. v0.2.2 Prevent overwriting previously decoded tokens 980e0bf https://github.com/SamVerschueren/decode-uri-component/compare/v0.2.1...v0.2.2 v0.2.1 Switch to GitHub workflows 76abc93 Fix issue where decode...