Andrew Meyer

Results 122 comments of Andrew Meyer

@woodyrew Basically nothing's changed since 2.0.1. The one and only merged PR that changed behavior between those two revisions only affects the Metalsmith CLI, and only if you have `frontmatter:...

A year ago this project was all the way back in v1.0.x, so there's plenty of potential for changes between versions there. Your frontmatter does look fine though, so I...

Okay, sounds like it might be a plugin, or maybe a problem with the metalsmith installation on your computer. Let's run the tests on your computer to see if Metalsmith...

`make` is a standard Unix build tool. It's not really part of Metalsmith, and not necessary for Metalsmith projects; it's just there to make running tests easier. Also, you should...

Okay, I think I might know what the problem is then. I can't be sure since I gave up trying to run Metalsmith on Windows as soon as I couldn't...

Maybe in the future I'll do some work to try to get Metalsmith running smoothly on Windows. I would have done that sooner, but Windows tends to cause so many...

Ah okay, good to hear you got it working. Still, Metalsmith should probably be more tolerant of Windows-style line endings. I'll look into that later when I try to get...

Sounds like it needs native line endings. Also, most versions of Mac actually use *nix style line endings. Only old versions use `\r`.

This seems a little heavy for mere example. Think you could trim it down a bit, so that it only contains the minimal amount of content necessary to demonstrate a...

@Zearin Yep, that's correct. One minor correction though: that `'filename'` key containing the "original" filename actually doesn't get created by Metalsmith. You can, however, easily add it with a plugin...