node-slate
node-slate copied to clipboard
Node.js port of lord/slate
How can one create multiple build files with different yml files like the ruby version of slate does?
Added `clean` script to remove all files in the `build/*` directory. This fixes issue #7 .
It would be great to replace: "node-slate": "sdelements/node-slate" with: "node-slate": "~1.3" in the **package.json** file for the gulp plugin: https://github.com/center-key/gulp-node-slate/blob/master/package.json#L36 See: https://www.npmjs.com/search?q=node-slate
Does anyone have any idea why the build script fails if it's already been run once? I'm trying to set up postcommit hooks to run the deploy script after I...
Issue #5
In the original slate proget you can set up the [Language Tab Display Names](https://github.com/lord/slate/wiki/Customizing-the-Language-Tabs), like this: `language_tabs:` `- shell: cURL` `- ruby` `- python` However it does not work on...
Working, on Windows, with your amazing node version of Slate, I found these issues: - the deploy npm script cannot start with ./ - the gulp steps that write into...
Missing image icon shows with `alt` text of: > Screenshot of Example Documentation created with Slate
Hi, Some [little things](https://github.com/lord/slate/blob/master/CHANGELOG.md) made their way to slate recently. May you add them to this port? Thanks again for this great nodejs port ;-).
Loving `node-slate` but I want my H2s not to collapse and expand by default, only H3s. How would I go about this?