A Jekyll plugin that copies static files from the _posts to the _site folder
The Jekyll Postfiles Gem is a plugin that eases the management of images and other files attached to Markdown posts. It addresses the pain points of Jekyll’s recommended posts assets management by providing a simpler and more organized approach.
To install the Jekyll Postfiles Gem, follow these steps:
gem 'jekyll-postfiles'
bundle install
_config.yml
file:plugins:
- jekyll-postfiles
Save your posts’ files in a designated folder, such as assets/attachments/
.
Use the plugin’s specified format for linking files in your Markdown posts.
The Jekyll Postfiles Gem is a valuable plugin for Jekyll users who want to simplify the management of files and images attached to Markdown posts. By providing a more intuitive approach, it addresses the pain points of Jekyll’s recommended posts assets management. With easy installation and usage instructions, this plugin offers improved efficiency and organization for Jekyll site development.