Skip to content

Tool to download images referenced in markdowns so they are served directly from a static jekyll site.

Notifications You must be signed in to change notification settings

gonzofy/jekyll-localize-images

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Localize Images

This is a simple script that you run in a jekyll directory. It will download any and all images referenced in markdown files in the _posts/ directory and save them in images/. It will then change the references in the markdown files in _posts to be relative to the root (e.g. /images/foo.jpg).

The main purpose of this is for a blog that contain tons of references to your own images, such as personal travel blogs, so that you're not relying on your photo sharing site's willingness to serve the same file with the same URL forever. For example, Fotki would change the sharing URL without warning sometimes, which was very frustrating.

About

Tool to download images referenced in markdowns so they are served directly from a static jekyll site.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages