No commit activity in last 3 years
No release in over 3 years
Super simple jekyll plugin that removes file extensions from a string
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
 Dependencies

Development

>= 3.1
 Project Readme

Jekyll Remove File Extension

Super simple jekyll plugin that removes file extensions from a string. A new filter will be available in the form of remove_file_extension e.g.

{{ 'test.jpg' | remove_file_extension }}

Install

Add the following to your Gemfile and then run bundle install.

gem 'jekyll-regex-replace'