Skip to content

Commit

Permalink
Added redirects to my apps & updated LinkedIn URL.
Browse files Browse the repository at this point in the history
  • Loading branch information
perryOnCrack committed Aug 5, 2023
1 parent 8a7fe53 commit aa11d90
Show file tree
Hide file tree
Showing 7 changed files with 37 additions and 16 deletions.
2 changes: 2 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,5 @@ end
gem "webrick"

gem "jekyll-theme-yat"

gem 'jekyll-redirect-from'
33 changes: 18 additions & 15 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
GEM
remote: https://rubygems.org/
specs:
addressable (2.8.4)
addressable (2.8.5)
public_suffix (>= 2.0.2, < 6.0)
colorator (1.1.0)
concurrent-ruby (1.2.2)
Expand All @@ -14,10 +14,10 @@ GEM
ffi (1.15.5-x64-mingw32)
forwardable-extended (2.6.0)
gemoji (3.0.1)
google-protobuf (3.23.2-x64-mingw32)
google-protobuf (3.23.2-x86_64-linux)
google-protobuf (3.23.4-x64-mingw32)
google-protobuf (3.23.4-x86_64-linux)
http_parser.rb (0.8.0)
i18n (1.13.0)
i18n (1.14.1)
concurrent-ruby (~> 1.0)
jekyll (4.3.2)
addressable (~> 2.4)
Expand All @@ -38,6 +38,8 @@ GEM
jekyll-feed (0.17.0)
jekyll (>= 3.7, < 5.0)
jekyll-paginate (1.1.0)
jekyll-redirect-from (0.16.0)
jekyll (>= 3.3, < 5.0)
jekyll-sass-converter (3.0.0)
sass-embedded (~> 1.54)
jekyll-seo-tag (2.8.0)
Expand All @@ -49,7 +51,7 @@ GEM
jekyll (>= 3.6, < 5.0)
nokogiri (~> 1.6)
rainbow (~> 3.0)
jekyll-theme-yat (1.9.0)
jekyll-theme-yat (1.10.0)
jekyll (> 3.5, < 5.0)
jekyll-feed (~> 0.9)
jekyll-paginate (~> 1.1)
Expand All @@ -67,25 +69,25 @@ GEM
rb-fsevent (~> 0.10, >= 0.10.3)
rb-inotify (~> 0.9, >= 0.9.10)
mercenary (0.4.0)
nokogiri (1.15.2-x64-mingw32)
nokogiri (1.15.3-x64-mingw32)
racc (~> 1.4)
nokogiri (1.15.2-x86_64-linux)
nokogiri (1.15.3-x86_64-linux)
racc (~> 1.4)
pathutil (0.16.2)
forwardable-extended (~> 2.6)
public_suffix (5.0.1)
racc (1.6.2)
public_suffix (5.0.3)
racc (1.7.1)
rainbow (3.1.1)
rb-fsevent (0.11.2)
rb-inotify (0.10.1)
ffi (~> 1.0)
rexml (3.2.5)
rouge (4.1.1)
rexml (3.2.6)
rouge (4.1.3)
safe_yaml (1.0.5)
sass-embedded (1.62.1-x64-mingw32)
google-protobuf (~> 3.21)
sass-embedded (1.62.1-x86_64-linux-gnu)
google-protobuf (~> 3.21)
sass-embedded (1.64.2-x64-mingw32)
google-protobuf (~> 3.23)
sass-embedded (1.64.2-x86_64-linux-gnu)
google-protobuf (~> 3.23)
terminal-table (3.0.2)
unicode-display_width (>= 1.1.1, < 3)
unicode-display_width (2.4.2)
Expand All @@ -99,6 +101,7 @@ DEPENDENCIES
jekyll
jekyll-feed
jekyll-paginate
jekyll-redirect-from
jekyll-seo-tag
jekyll-sitemap
jekyll-spaceship
Expand Down
1 change: 1 addition & 0 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -218,3 +218,4 @@ plugins:
- jekyll-sitemap
- jekyll-paginate
- jekyll-spaceship
- jekyll-redirect-from
2 changes: 1 addition & 1 deletion about.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ I'm a indie developer/photography enthusiast under the online name of perryOnCra
You can contact me through any methods below.

- [Email](mailto: perryoncrack@gmail.com)
- [LinkedIn](https://www.linkedin.com/in/%E6%9F%8F%E7%91%9C-%E7%9B%A7-8a9726217/)
- [LinkedIn](https://www.linkedin.com/in/perryoncrack/)
- [GitHub](https://github.com/perryOnCrack)
- [Instagram (Photography)](https://www.instagram.com/perryoncrack/)
- [Instagram (3D Printing)](https://www.instagram.com/methlabjerry/)
Expand Down
5 changes: 5 additions & 0 deletions redirect_mct.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
permalink: /mct
redirect_to:
- https://play.google.com/store/apps/details?id=com.perryoncrack.mcfleshlite
---
5 changes: 5 additions & 0 deletions redirect_pft.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
permalink: /pft
redirect_to:
- https://play.google.com/store/apps/details?id=com.perryoncrack.filmtracker
---
5 changes: 5 additions & 0 deletions redirect_rez.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
permalink: /rez
redirect_to:
- https://play.google.com/store/apps/details?id=com.perryoncrack.rez
---

0 comments on commit aa11d90

Please sign in to comment.