David Marr

Results 59 comments of David Marr

I am hitting this issue as well. Can't seem to figure out how to avoid setting `layout` in the front-matter by utilizing `metalsmith-layouts` `default` property. This setup works but it...

Thanks ismay, I will try the `pattern` prop, although it does seem a little counterintuitive. I guess since my layout is `.html`, I would set the pattern to just `'.html'`....

Added that to .vimrc fixed for me: " Unset cap of 10,000 files so we find everything let g:ctrlp_max_files = 0

What is the correct answer for this one? `rm -rf ./*` should work i'd think

Thanks for the response. What would you think about a feature that allowed for certain svgs to be brought into the canvas, like UML elements? Is that something you think...

+=1 dochub now running on port 5000 GET /function.get-class.php 404 GET /favicon.ico 200

This was annoying. Thanks @mrmartineau -- you reminded me that pinning the version during install is required. 1. `npm i -D @mdx-js/[email protected]` 2. Add the overrides to _package.json_. ```js "overrides":...

Any updates here? Seems problematic to not be able to override the _.env_ with system vars.