Andrew Meyer

Results 122 comments of Andrew Meyer

That's a changelog generator, not a changelog parser. Also, it suffers from many of the same problems listed in the "Why can’t people just use a git log diff?" section.

Sounds reasonable to me. Basically all we'd have to do would be extract the code in `bin/_metalsmith` to it's own module and expose it to the end user.

Yeah, documentation has been something we've been talking a lot about lately. For now, your best bet is here: https://github.com/metalsmith/metalsmith#resources

> Are there any examples? There's a whole directory full of examples here: https://github.com/metalsmith/metalsmith/tree/master/examples

`metalsmith.json` is only read by the Metalsmith CLI. There's currently no API exposed in Metalsmith for building a Metalsmith object based on that file (though I certainly wouldn't be opposed...

Yeah, the home page definitely is missing some important details on how to run the provided code. Actually it seems that right now it's more of a demo to show...

@fourpixels Thanks for your feedback, I guess? As you can see from this thread we are already aware of the issue and will address it as soon as one of...

@fourpixels That particular PR is going to take a bit of work to get merged (as part of the merge, I plan to address some grammatical and structural issues I...

@lukehler Thanks, that's a really nice explanation. Perhaps it'd be a good idea to add some of that information to the Metalsmith website. Feel free to submit a PR to...

Are your line endings messed up perhaps? I can't imagine what might have changed to cause something like that.