From be3517e6a231eda0d632bb1eb79c6726568c43c5 Mon Sep 17 00:00:00 2001 From: Jake Jarvis Date: Mon, 14 Mar 2022 13:12:22 -0400 Subject: [PATCH] update readme and humans.txt --- README.md | 14 ++++++++------ public/humans.txt | 4 ++-- yarn.lock | 12 ++++++------ 3 files changed, 16 insertions(+), 14 deletions(-) diff --git a/README.md b/README.md index d5801bb8..8b57f670 100644 --- a/README.md +++ b/README.md @@ -6,22 +6,24 @@ [![GitHub repo size](https://img.shields.io/github/repo-size/jakejarvis/jarv.is?color=009cdf&label=repo%20size&logo=git&logoColor=white)](https://github.com/jakejarvis/jarv.is) [![Tor mirror uptime](https://img.shields.io/uptimerobot/ratio/m788172098-a4fcb769c8779f9a37a60775?color=7e4798&label=tor%20mirror&logo=tor-project&logoColor=white)](http://jarvis2i2vp4j4tbxjogsnqdemnte5xhzyi7hziiyzxwge3hzmh57zad.onion/) -Personal website of [@jakejarvis](https://github.com/jakejarvis), created and deployed using [Next.js](https://nextjs.org/), [Stitches](https://stitches.dev/), [Vercel](https://vercel.com/), [and more](https://jarv.is/humans.txt). +My humble abode on the World Wide Web, created and deployed using [Next.js](https://nextjs.org/), [Stitches](https://stitches.dev/), [Vercel](https://vercel.com/), [and more](https://jarv.is/humans.txt). I keep an ongoing list of [post ideas](https://github.com/jakejarvis/jarv.is/issues/1) and [coding to-dos](https://github.com/jakejarvis/jarv.is/issues/714) as issues in this repo. Outside contributions, improvements, and/or corrections are welcome too! ## ๐Ÿงถ Getting Started -Run `yarn install` and `yarn dev`, then open [http://localhost:3000/](http://localhost:3000/). ([Yarn must be installed](https://yarnpkg.com/en/docs/install) first; NPM _should_ also work at your own risk.) Pages will live-refresh when source files are changed. +Run `yarn install` to install the necessary dependencies and `yarn dev` to start the local server, and then open [http://localhost:3000/](http://localhost:3000/). Pages will live-refresh when source files are changed. + +Most production steps are handled [automatically by Vercel](https://vercel.com/docs/concepts/next.js/overview#supported-next.js-features), but running `yarn build` locally will still generate an unoptimized, less-than-ideal static version. ## ๐ŸŒŽ Related - [๐Ÿ’ป /uses](https://jarv.is/uses/) โ€“ Things and stuff I use. -- [๐Ÿ•ฐ๏ธ Previously on...](https://jarv.is/previously/) โ€“ An embarrassing trip down this site's memory lane. - - Try out [/y2k](https://jarv.is/y2k/) if you want to experience the _fully_ immersive time machine... +- [๐Ÿ“ˆ /stats](https://jarv.is/stats/) โ€“ My [Fathom Analytics](https://usefathom.com/ref/ZEYG0O) dashboard. +- [๐Ÿ•ฐ๏ธ /previously](https://jarv.is/previously/) โ€“ An embarrassing trip down this site's memory lane. + - Visit [/y2k](https://jarv.is/y2k/) if you want to experience the _fully_ immersive time machine, but don't say I didn't warn you... - [๐Ÿง… Tor (.onion) mirror](http://jarvis2i2vp4j4tbxjogsnqdemnte5xhzyi7hziiyzxwge3hzmh57zad.onion/) โ€“ For an excessive level of privacy and security. -- [๐Ÿ“ˆ Fathom Analytics dashboard](https://jarv.is/stats/) -- [๐Ÿงฎ jakejarvis/website-stats](https://github.com/jakejarvis/website-stats) โ€“ Daily snapshots of the raw [hit counter](pages/api/hits.ts) data. +- [๐Ÿงฎ jakejarvis/website-stats](https://github.com/jakejarvis/website-stats) โ€“ Daily raw snapshots of the [hit counter](pages/api/hits.ts) database. - [๐Ÿ”— jakejarvis/jrvs.io](https://github.com/jakejarvis/jrvs.io) โ€“ Personal link shortener. ## ๐Ÿ“œ License diff --git a/public/humans.txt b/public/humans.txt index 0caf1b11..16749417 100644 --- a/public/humans.txt +++ b/public/humans.txt @@ -24,14 +24,14 @@ # HUMAN - Jake Jarvis - @jakejarvis + Jake Jarvis (@jakejarvis) # TECHNOLOGY - Next.js & React - Vercel - Stitches + - Fauna - Giscus - Fathom Analytics - ...and more: https://jarv.is/uses/ diff --git a/yarn.lock b/yarn.lock index f7acda45..6ff34ba6 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2112,9 +2112,9 @@ camelcase@^6.2.0: integrity sha512-Gmy6FhYlCY7uOElZUSbxo2UCDH8owEk996gkbrpsgGtrJLM3J7jGxl9Ic7Qwwj4ivOE5AWZWRMecDdF7hqGjFA== caniuse-lite@^1.0.30001283, caniuse-lite@^1.0.30001313: - version "1.0.30001314" - resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001314.tgz#65c7f9fb7e4594fca0a333bec1d8939662377596" - integrity sha512-0zaSO+TnCHtHJIbpLroX7nsD+vYuOVjl3uzFbJO1wMVbuveJA0RK2WcQA9ZUIOiO0/ArMiMgHJLxfEZhQiC0kw== + version "1.0.30001316" + resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001316.tgz#b44a1f419f82d2e119aa0bbdab5ec15471796358" + integrity sha512-JgUdNoZKxPZFzbzJwy4hDSyGuH/gXz2rN51QmoR8cBQsVo58llD3A0vlRKKRt8FGf5u69P9eQyIH8/z9vN/S0Q== ccount@^1.0.0: version "1.1.0" @@ -5806,9 +5806,9 @@ trough@^2.0.0: integrity sha512-AqTiAOLcj85xS7vQ8QkAV41hPDIJ71XJB4RCUrzo/1GM2CQwhkJGaf9Hgr7BOugMRpgGUrqRg/DrBDl4H40+8g== tsconfig-paths@^3.11.0, tsconfig-paths@^3.9.0: - version "3.13.0" - resolved "https://registry.yarnpkg.com/tsconfig-paths/-/tsconfig-paths-3.13.0.tgz#f3e9b8f6876698581d94470c03c95b3a48c0e3d7" - integrity sha512-nWuffZppoaYK0vQ1SQmkSsQzJoHA4s6uzdb2waRpD806x9yfq153AdVsWz4je2qZcW+pENrMQXbGQ3sMCkXuhw== + version "3.14.0" + resolved "https://registry.yarnpkg.com/tsconfig-paths/-/tsconfig-paths-3.14.0.tgz#4fcc48f9ccea8826c41b9ca093479de7f5018976" + integrity sha512-cg/1jAZoL57R39+wiw4u/SCC6Ic9Q5NqjBOb+9xISedOYurfog9ZNmKJSxAnb2m/5Bq4lE9lhUcau33Ml8DM0g== dependencies: "@types/json5" "^0.0.29" json5 "^1.0.1"