mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2025-09-13 23:45:30 -04:00
Update README
This commit is contained in:
23
README.md
23
README.md
@@ -1,8 +1,8 @@
|
|||||||
# 🏡 [jarv.is](https://jarv.is/)
|
# 🏡 [jarv.is](https://jarv.is/)
|
||||||
|
|
||||||
[](https://vercel.com/deployments/jarv.is)
|
[](https://vercel.com/deployments/jarv.is)
|
||||||
[](https://github.com/vercel/next.js)
|
[](https://nextjs.org/)
|
||||||
[](https://creativecommons.org/licenses/by/4.0/)
|
[](LICENSE)
|
||||||
[](https://github.com/jakejarvis/jarv.is)
|
[](https://github.com/jakejarvis/jarv.is)
|
||||||
[](http://jarvis2i2vp4j4tbxjogsnqdemnte5xhzyi7hziiyzxwge3hzmh57zad.onion/)
|
[](http://jarvis2i2vp4j4tbxjogsnqdemnte5xhzyi7hziiyzxwge3hzmh57zad.onion/)
|
||||||
|
|
||||||
@@ -10,14 +10,23 @@ Personal website of [@jakejarvis](https://github.com/jakejarvis), created and de
|
|||||||
|
|
||||||
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!
|
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
|
## 🧶 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` and `yarn dev`, then open [http://localhost:3000/](http://localhost:3000/) or the outputted URL. ([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.
|
||||||
|
|
||||||
## 📜 License
|
## 🌎 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.
|
||||||
|
- [🧅 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/jrvs.io](https://github.com/jakejarvis/jrvs.io) – Personal link shortener.
|
||||||
|
|
||||||
|
## 📜 License
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
Site content (everything in [`/notes`](notes/)) is published under the [**Creative Commons Attribution 4.0 International License**](LICENSE) (CC-BY-4.0), which means that you can copy, redistribute, remix, transform, and build upon the content for any purpose as long as you give appropriate credit.
|
Site **content** (everything in [`/notes`](notes/)) is published under the [**Creative Commons Attribution 4.0 International License**](LICENSE) ([`CC-BY-4.0`](https://creativecommons.org/licenses/by/4.0/)), which means that you can copy, redistribute, remix, transform, and build upon the content for any purpose as long as you give appropriate credit.
|
||||||
|
|
||||||
All original code in this repository is published under the [**MIT License**](https://opensource.org/licenses/MIT).
|
All original **code** in this repository is published under the [**MIT License**](https://opensource.org/licenses/MIT).
|
||||||
|
@@ -1,11 +1,10 @@
|
|||||||
/* eslint-disable camelcase */
|
|
||||||
|
|
||||||
import Image from "next/image";
|
import Image from "next/image";
|
||||||
import { NextSeo } from "next-seo";
|
import { NextSeo } from "next-seo";
|
||||||
import Content from "../components/Content";
|
import Content from "../components/Content";
|
||||||
import PageTitle from "../components/page/PageTitle";
|
import PageTitle from "../components/page/PageTitle";
|
||||||
import { FloppyIcon, SirenIcon } from "../components/icons";
|
import { FloppyIcon, SirenIcon } from "../components/icons";
|
||||||
|
|
||||||
|
/* eslint-disable camelcase */
|
||||||
import img_wayback from "../public/static/images/previously/wayback.png";
|
import img_wayback from "../public/static/images/previously/wayback.png";
|
||||||
import img_2002_02 from "../public/static/images/previously/2002_02.png";
|
import img_2002_02 from "../public/static/images/previously/2002_02.png";
|
||||||
import img_2002_10 from "../public/static/images/previously/2002_10.png";
|
import img_2002_10 from "../public/static/images/previously/2002_10.png";
|
||||||
@@ -27,7 +26,7 @@ const Previously = () => (
|
|||||||
<>
|
<>
|
||||||
<NextSeo
|
<NextSeo
|
||||||
title="Previously on..."
|
title="Previously on..."
|
||||||
description="An incredibly embarrassing and somewhat painful down of this site's memory lane..."
|
description="An incredibly embarrassing and somewhat painful trip down this site's memory lane..."
|
||||||
openGraph={{
|
openGraph={{
|
||||||
title: "Previously on...",
|
title: "Previously on...",
|
||||||
}}
|
}}
|
||||||
|
Reference in New Issue
Block a user