Skip to content

Commit

Permalink
add image plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
nagpalkaran95 committed Oct 6, 2024
1 parent 05b971d commit 57a68d0
Show file tree
Hide file tree
Showing 13 changed files with 18 additions and 0 deletions.
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ group :jekyll_plugins do
gem "jekyll-sitemap"
gem 'jekyll-seo-tag'
gem 'jekyll-algolia', '~> 1.7', '>= 1.7.1'
gem 'jekyll_picture_tag'
end

# Windows and JRuby does not include zoneinfo files, so bundle the tzinfo-data gem
Expand Down
14 changes: 14 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -57,13 +57,25 @@ GEM
jekyll (~> 3.8.5)
jekyll-watch (2.2.1)
listen (~> 3.0)
jekyll_picture_tag (1.14.0)
addressable (~> 2.6)
jekyll (< 5)
mime-types (~> 3.0)
mini_magick (~> 4.0)
objective_elements (~> 1.1)
json (2.7.2)
kramdown (1.17.0)
liquid (4.0.3)
listen (3.2.1)
rb-fsevent (~> 0.10, >= 0.10.3)
rb-inotify (~> 0.9, >= 0.9.10)
logger (1.6.1)
mercenary (0.3.6)
mime-types (3.6.0)
logger
mime-types-data (~> 3.2015)
mime-types-data (3.2024.1001)
mini_magick (4.13.2)
mini_portile2 (2.8.7)
minima (2.5.1)
jekyll (>= 3.5, < 5.0)
Expand All @@ -72,6 +84,7 @@ GEM
nokogiri (1.13.10)
mini_portile2 (~> 2.8.0)
racc (~> 1.4)
objective_elements (1.1.2)
pathutil (0.16.2)
forwardable-extended (~> 2.6)
progressbar (1.13.0)
Expand Down Expand Up @@ -100,6 +113,7 @@ DEPENDENCIES
jekyll-seo-tag
jekyll-sitemap
jekyll-theme-clean-blog
jekyll_picture_tag
minima (~> 2.5)
tzinfo (~> 1.2)
tzinfo-data
Expand Down
1 change: 1 addition & 0 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ plugins:
algolia:
application_id: 'P6LVOVM3QD'
index_name: site-search
public_key: 9150da97e970680a466a17bcb31ae704

# Exclude from processing.
# The following items will not be processed, by default.
Expand Down
2 changes: 2 additions & 0 deletions _posts/2024-10-01-vietnam.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,8 @@ That evening, we strolled along the Han River, taking in the beautiful views and

Our fourth day was dedicated to the enchanting Ba Na Hills, a stunning destination known for its breathtaking views. We kicked off the day by taking a scenic cable car ride to reach Ba Na Hills. The ride was about 20 minutes long, offering mesmerizing panoramic views of the lush greenery and distant mountains that left us in awe!

{% picture {{ site.baseurl }}/img/international-diaries/vietnam/bana-hills-cable-car.jpg %}

Once we arrived, our first stop was the famed Golden Bridge. This stunning structure, held up by giant stone hands, provided us with incredible views of the surrounding mountains and valleys. We captured countless photos, feeling like we were in a fairytale as we soaked in the beauty around us!

After enjoying the views at the Golden Bridge, we made our way to Sun World Amusement Park, nestled in the mountains. It was a wonderland of attractions! We took our time wandering through the beautifully themed areas, riding thrilling roller coasters, and enjoying various fun rides. The laughter and excitement were contagious, and we felt like kids again!
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/international-diaries/vietnam/halong-bay.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/international-diaries/vietnam/pho.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 57a68d0

Please sign in to comment.