Frank Taillandier

Results 143 comments of Frank Taillandier

Please note that a new autoprefixer plugin for Jekyll, also based on autoprefixer-rails like https://github.com/octopress/autoprefixer has been released : https://github.com/vwochnik/jekyll-autoprefixer/

Not reproduced with ruby 2.3.3 on MacOS Sierra.

@benbalter What do you think about asking explicitly on the ISSUE template that before suggesting a plugin for GitHub Pages, it should be available as a gem, covered with a...

@benbalter I did a proposal in #473.

GitHub Pages comes with limitations. Fortunately, it's possible to host a Jekyll repository on GitHub and easily overcome those limitations by linking your GitHub repo to [Netlify](https://www.netlify.com/) for instance. Netlify...

ICYMI [jekyll-locale](https://github.com/ashmaroli/jekyll-locale) is a plugin currently in development to help handle i18n in Jekyll.

Thanks Jared, this is a great idea ~~I just wonder if this should this be a plugin or not? 🤔~~

@jaredcwhite Thanks for the tip, our test suite is still failing when I apply your fix 🤷 also Liquid-c 5.0 hasn't been released yet.

What Jekyll version are you running? http://localhost:4000 is already the default in development environment since Jekyll 3.3. `JEKYLL_ENV=development bundle exec jekyll build` should default to http://localhost:4000.