Jacob Tomlinson

Results 1310 comments of Jacob Tomlinson

I haven't managed to find a solution to this, so I'm just detecting if they are animated gifs and not processing them if they are Would be great to find...

Thanks for raising this @bannsec. I haven't maintained this theme for a while now. If someone wants to fix it I would be happy to review and merge a PR....

Two immediate thoughts. - The post is dated in the future, so it may not show up yet. - You have a `?` in the filename which may cause problems.

Thanks for raising this, glad you like the theme! The menu in this theme is actually a third party plugin called [MMenu](http://mmenu.frebsite.nl/). I wonder if the issue is raised with...

All of the colours used in the theme are specified at the [top of the stylesheet as variables](https://github.com/jacobtomlinson/carte-noire/blob/gh-pages/css/style.scss#L7). You could start by playing around with those to see if you...

I would be happy to accept a PR to add this but I do not have time at the moment to work on this repo.

In Carte Noire these are set in `_config.yml` and are named `footer_left` and `footer_right`. It could be better to make this into an array (maybe called `footer_items`) and then calculate...

It might also be good to specify the number of required columns and then wrap if there are more options in the array. A user might want a 2x2 footer...

I wasn't aware you could mix and match named and positional?