From c332942a2cfcf73398f1b85dbb0db69aede286dc Mon Sep 17 00:00:00 2001 From: mattkae Date: Thu, 8 Dec 2022 09:18:10 -0500 Subject: Attempt #1 --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index 627c50d..0b028f1 100644 --- a/README.md +++ b/README.md @@ -1 +1,2 @@ -Making readme +# MatthewKosarek.xyz + -- cgit v1.2.1 From 89480b7e4901e7c9c78a69ea29b0c73c0ed2dd15 Mon Sep 17 00:00:00 2001 From: mattkae Date: Thu, 8 Dec 2022 09:20:13 -0500 Subject: Updated readme --- README.md | 3 +++ 1 file changed, 3 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index 0b028f1..d128a11 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,5 @@ # MatthewKosarek.xyz +This contains the entirety of https://matthewkosarek.xyz, which is my personal website. Feel free to look around and take any snippets that you like from it! +## Running +With python installed, run `./run_dev.sh` and you should be good to go. Then navigate to `localhost:8080` in your browser. -- cgit v1.2.1 From 929580128db74b68e3d8ee80cdc37e0a836e1213 Mon Sep 17 00:00:00 2001 From: mattkae Date: Thu, 8 Dec 2022 09:21:16 -0500 Subject: Updating the mirror comment --- README.md | 2 ++ 1 file changed, 2 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index d128a11..23615f3 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # MatthewKosarek.xyz This contains the entirety of https://matthewkosarek.xyz, which is my personal website. Feel free to look around and take any snippets that you like from it! +If you are on Github, this is a mirror of: https://git.matthewkosarek.xyz/matthew_kosarek_xyz/ + ## Running With python installed, run `./run_dev.sh` and you should be good to go. Then navigate to `localhost:8080` in your browser. -- cgit v1.2.1