Skip to content

Commit 0569333

Browse files
committed
replace inlined legacy jekyll-postfiles plugin with modern gem-based jekyll-postfiles plugin
1 parent a9f2227 commit 0569333

File tree

10 files changed

+7
-53
lines changed

10 files changed

+7
-53
lines changed

Gemfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ group :jekyll_plugins do
2020
gem 'jekyll-commonmark'
2121
gem 'jekyll-compose'
2222
gem 'jekyll-paginate'
23+
gem 'jekyll-postfiles'
2324
gem 'jekyll-redirect-from'
2425
gem 'jekyll-sitemap'
2526
gem 'jekyll-seo-tag'

Gemfile.lock

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,8 @@ GEM
5252
jekyll (>= 3.4, < 5.0)
5353
octokit (~> 4.0, != 4.4.0)
5454
jekyll-paginate (1.1.0)
55+
jekyll-postfiles (3.1.0)
56+
jekyll (>= 3.8.6, < 5)
5557
jekyll-redirect-from (0.16.0)
5658
jekyll (>= 3.3, < 5.0)
5759
jekyll-sass-converter (2.1.0)
@@ -117,6 +119,7 @@ DEPENDENCIES
117119
jekyll-gist
118120
jekyll-github-metadata
119121
jekyll-paginate
122+
jekyll-postfiles
120123
jekyll-redirect-from
121124
jekyll-seo-tag
122125
jekyll-sitemap

_plugins/postfiles.rb

Lines changed: 0 additions & 50 deletions
This file was deleted.

_postfiles/.gitkeep

Whitespace-only changes.

_posts/2011-12-30-who-dares-enter-my-domain.md renamed to _posts/2011-12-30-who-dares-enter-my-domain/2011-12-30-who-dares-enter-my-domain.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ disqus: true
1515
webmention: true
1616
crosspost_to_medium: false
1717
---
18-
![who dares enter my domain]({% postfile cat.jpg %})
18+
![who dares enter my domain](cat.jpg)
1919

2020
Just a short one today to point out that I finally got around to configuring the domain (read: defeated the dns dragon) to work properly with tumblr!
2121

_posts/2013-08-16-rockmelt-blog-rockmelt-browser-retirement-july.md renamed to _posts/2013-08-16-rockmelt-blog-rockmelt-browser-retirement-july/2013-08-16-rockmelt-blog-rockmelt-browser-retirement-july.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@ I suppose it was inevitable given the lack of support over the past months, but
2020

2121
[rockmelt](http://blog.rockmelt.com/post/55124002701/rockmelt-browser-retirement-july-31-2013):
2222

23-
> ![Rockmelt Browser Retiring]({% postfile rockmelt-retiring.jpg %})
23+
> ![Rockmelt Browser Retiring](rockmelt-retiring.jpg)
2424
>
2525
> We promised to notify you when we retire the Rockmelt Browser. The date has been set for July 31st at 10am PT. After that point in time, you will no longer be able to log into the Rockmelt Browser. Please take a moment to migrate your App Edge into the new Rockmelt experience by clicking [here](http://rockmelt.com/?import=true)

_posts/2014-02-13-y-u-no-update-kali.md renamed to _posts/2014-02-13-y-u-no-update-kali/2014-02-13-y-u-no-update-kali.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ disqus: true
2424
webmention: true
2525
crosspost_to_medium: false
2626
---
27-
![Kali Linux Y U No Update]({% postfile yunoupdatekali.jpg %})
27+
![Kali Linux Y U No Update](yunoupdatekali.jpg)
2828

2929
Not too long ago I was setting up a new pentest machine with Kali. Fairly straightforward a task, though slightly inconvenienced by the fact that the net was down at the time. No matter I thought, continue offline and all should be fine.. apparently not.
3030

0 commit comments

Comments
 (0)