diff --git a/README.md b/README.md index d9afdd7..f20ad58 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,8 @@ # [jrvs.io](https://jrvs.io/) 🔗 -[![Netlify Status](https://api.netlify.com/api/v1/badges/6c1d7761-137b-40e8-b93a-1f6b06430e38/deploy-status)](https://app.netlify.com/sites/jovial-gates-ad3991/deploys) - -Personal link shortener powered by [@kentcdodds](https://kentcdodds.com/)'s elegant [netlify-shortener](https://github.com/kentcdodds/netlify-shortener). +[![Netlify Status](https://api.netlify.com/api/v1/badges/6c1d7761-137b-40e8-b93a-1f6b06430e38/deploy-status)](https://app.netlify.com/sites/jrvs/deploys) +Personal link shortener powered by [@kentcdodds](https://kentcdodds.com/)'s clever [netlify-shortener](https://github.com/kentcdodds/netlify-shortener). ## Usage @@ -14,17 +13,16 @@ Personal link shortener powered by [@kentcdodds](https://kentcdodds.com/)'s eleg ### Create new shortcode: ```bash -npm run shorten https://github.com/jakejarvis gh-profile +npm run shorten https://github.com/jakejarvis gh ``` or: ```bash npm link # run once to set up -shorten https://github.com/jakejarvis gh-profile +shorten https://github.com/jakejarvis gh ``` - ## License This project is distributed under the [MIT license](LICENSE.md). diff --git a/_redirects b/_redirects index c15a747..c7c14cc 100644 --- a/_redirects +++ b/_redirects @@ -9,7 +9,6 @@ /stats https://app.netlify.com/sites/jakejarvis/analytics /cfs2T https://www.nytimes.com/2008/06/16/nyregion/16coins.html?_r=1&oref=slogin /660i2 https://digital-forensics.sans.org/blog/2019/12/17/hsts-for-forensics-you-can-run-but-you-cant-use-http -/go https://github.com/jakejarvis/go.jarv.is/blob/master/_redirects /builds https://app.netlify.com/sites/jakejarvis/deploys?filter=master /github https://github.com/jakejarvis /q6mNE https://github.com/kentcdodds/netlify-shortener @@ -22,21 +21,17 @@ /chromefont https://bugs.chromium.org/p/chromium/issues/detail?id=1005969 /shodan https://github.com/jakejarvis/awesome-shodan-queries /keybase https://keybase.io/jakejarvis -/pgp https://jarv.is/jarvis.asc /linkedin https://www.linkedin.com/in/jakejarvis/ /mastodon https://mastodon.social/@jakejarvis /hugo-dockerfile https://github.com/jakejarvis/hugo/blob/master/Dockerfile /30KA6DS https://gist.github.com/jakejarvis/4de7bc011983b5aac7427ac363a778dc /source https://github.com/jakejarvis/jarv.is -/sass-source2 https://github.com/jakejarvis/jarv.is/blob/master/assets/style.scss -/2mafarx https://github.com/jakejarvis/jakejarvis.github.io/blob/master/style.css /wave https://jarv.is/notes/css-waving-hand-emoji/ /pownceryt https://www.youtube-nocookie.com/embed/jwMoyZ-iEz0?hl=en&fs=1&showinfo=1&rel=0&cc_load_policy=1&cc_lang_pref=en&iv_load_policy=3 /stage https://cranky-ptolemy-ababa1.netlify.com/ /candies http://candies.scrabble.io/ -/scrabble https://scrabble.io/ +/scrabble https://jarv.is/scrabble/ /awesome https://synonymsforawesome.com/ -/blog https://jake.wordpress.com/ /resume https://jarv.is/resume.pdf /instagram https://www.instagram.com/jakejarvis/ /git https://github.com/jakejarvis diff --git a/netlify.toml b/netlify.toml index ebd083e..21fd2da 100644 --- a/netlify.toml +++ b/netlify.toml @@ -2,7 +2,7 @@ [[redirects]] from = "/" - to = "https://jarv.is/" + to = "https://jarv.is/?utm_source=jrvs" status = 301 force = true