Skip to content

Commit 01f8caa

Browse files
author
Ram swaroop
committed
picture plugin added
1 parent 49bb3a5 commit 01f8caa

File tree

3 files changed

+9
-25
lines changed

3 files changed

+9
-25
lines changed

_config.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,14 @@ paginate_path: "blog/page:num"
6666
# POST NAVIGATION
6767
post_navigation: true
6868

69+
# PLUGINS
70+
gems:
71+
- jekyll-picture-tag
72+
73+
# JEKYLL PICTURE TAG SETTINGS
74+
picture:
75+
source: "img/posts"
76+
6977
# BUILD SETTINGS
7078
markdown: kramdown
7179
highlighter: pygments

_plugins/tag_img.rb

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

_posts/2015-05-25-object-oriented-design.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ In OO, the concept of _IS-A_ is based on __class inheritance or interface implem
4444

4545
For example in the below figure:
4646

47-
{% img /img/posts/IS-A.png 150x250 %}
47+
{% picture IS-A.png alt="yyy" %}
4848

4949
_"Car extends Vehicle" means "Car IS-A Vehicle."<br/>
5050
"Subaru extends Car" means "Subaru IS-A Car."_

0 commit comments

Comments
 (0)