ismay

Results 108 comments of ismay

> still better than having only "index.js" lol Definitely, thanks for creating it, much better than the atom defaults! > I don't have much time for this, help appreciated to...

I have the same issue, panopticlick still shows all the plugins (even with flash completely disabled).

@karneaud , @FilmKnurd Were you using the [default](https://github.com/superwolff/metalsmith-layouts#default) option? Because if you're not using that, metalsmith-layouts [won't process anything unless it has the `layout` key in the file's frontmatter](https://github.com/superwolff/metalsmith-layouts/blob/master/test/index.js#L140).

@karneaud So what was it, were you using the `default` option? (just so I, and others encountering this issue know)

Then it shouldn't be a metalsmith-layouts related issue. It'll only process everything if the default option has been set. Otherwise only a `layouts` key will trigger it. If it's behaving...

Please move any discussion related to metalsmith-layouts to the metalsmith-layouts repo. Feel free to open an issue there. To answer your question @marr : > This setup works but it...

I'd use '*_/_.html', otherwise it won't match anything. > On 23 Nov 2015, at 19:16, David Marr [email protected] wrote: > > Thanks ismay, I will try the pattern prop, although...

I guess the next best thing would be to manually set protonvpn's dns providers: 10.8.8.1 for UDP connections and 10.7.7.1 for TCP connections. However, that would introduce an extra bit...

Thanks for the elaborate reply. > Finally, maybe ProtonVPN's DNS allows you to go around some restrictions, but I would not trust my VPN provider that much to hand them...

Ok, so in the protonvpn openvpn files `pull` is set as an option. But I see that you're setting `client`, which expands to `pull` and `tls-client`. So it seems as...