Skip to content

Commit

Permalink
fixing ruby versions and changing post links
Browse files Browse the repository at this point in the history
  • Loading branch information
himynamesdave committed Aug 22, 2023
1 parent 034edf2 commit f36d717
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 51 deletions.
2 changes: 1 addition & 1 deletion .ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.1.1
2.7.7
4 changes: 3 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ source 'https://rubygems.org'
gem 'jekyll', '4.0.0'
gem 'rake'
gem 'html-proofer'
gem "webrick", "~> 1.8"

group :jekyll_plugins do
gem 'jekyll-archives', '2.1.1'
Expand All @@ -11,4 +12,5 @@ group :jekyll_plugins do
gem 'jekyll-seo-tag', '2.6.1'
gem 'jekyll-sitemap', '1.3.1'
gem 'jekyll-redirect-from', '0.16.0'
end
end

5 changes: 3 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ GEM
typhoeus (1.4.0)
ethon (>= 0.9.0)
unicode-display_width (1.8.0)
webrick (1.8.1)
yell (2.2.2)

PLATFORMS
Expand All @@ -102,7 +103,7 @@ DEPENDENCIES
jekyll-seo-tag (= 2.6.1)
jekyll-sitemap (= 1.3.1)
rake
webrick (~> 1.8)

BUNDLED WITH
3.1.1

2.7.7
4 changes: 2 additions & 2 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
title: Trek View
url: "https://www.trekview.org"
baseurl:
google_analytics_key: G-B3316TFM2H
google_analytics_key:
# google_maps_javascript_api_key:
disqus_shortname:

Expand Down Expand Up @@ -41,7 +41,7 @@ collections:

paginate: 10
paginate_path: "/blog/:num/"
permalink: "/blog/:year/:title/"
permalink: "/blog/:title/"

defaults:
-
Expand Down
44 changes: 0 additions & 44 deletions _drafts/handling-large-file-uploads.md

This file was deleted.

2 changes: 1 addition & 1 deletion _posts/2019-05-17-hello-trekkers.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ Even better, all options would be much more mobile than the Google Camera Backpa

After purchasing a Street View Ready camera, [I chose a GoPro Fusion](https://gopro.com/en/gb/shop/cameras/fusion/CHDHZ-103-master.html), all that was required was a backpack and monopod that could be used to mount the camera above my head to give it a clear line of site the world around me.

[_Update 2019-06-01: Step-by-step guide of how I created a DIY Street View Camera Backpack_](/blog/2019/diy-google-street-view-part-1-how-trek-view-started).
[_Update 2019-06-01: Step-by-step guide of how I created a DIY Street View Camera Backpack_]({% post_url 2019-06-14-diy-google-street-view-part-1-how-trek-view-started %}).

Now I could start shooting.

Expand Down

0 comments on commit f36d717

Please sign in to comment.