From df2c1d8c1fb298602be6028fca44e055947a7894 Mon Sep 17 00:00:00 2001
From: mattkae
Date: Sun, 24 Jul 2022 15:40:39 -0400
Subject: Sitemap
---
index.html | 2 +-
robots.txt | 2 ++
sitemap.txt | 2 ++
3 files changed, 5 insertions(+), 1 deletion(-)
create mode 100644 robots.txt
create mode 100644 sitemap.txt
diff --git a/index.html b/index.html
index 640c7ca..c720d13 100644
--- a/index.html
+++ b/index.html
@@ -56,7 +56,7 @@
Hello! My name is Matthew Kosarek.
I am a computer programmer from northern New Jersey and I currently live and work in Montreal, Quebec.
I keep my CV up to date on this website, and I also provide some links to some extracurriculars that I am up to.
- In my spare time, I build fun themes in C++/OpenGL and compile them to WASM/WebGL.
+ In my spare time, I build some cool graphics scenes in C++/OpenGL and display them here via emcc.
diff --git a/robots.txt b/robots.txt
new file mode 100644
index 0000000..abfb0d2
--- /dev/null
+++ b/robots.txt
@@ -0,0 +1,2 @@
+User-agent: *
+Sitemap: https://www.matthewkosarek.xyz/sitemap.txt
\ No newline at end of file
diff --git a/sitemap.txt b/sitemap.txt
new file mode 100644
index 0000000..56431a9
--- /dev/null
+++ b/sitemap.txt
@@ -0,0 +1,2 @@
+https://matthewkosarek.xyz
+https://matthewkosarek.xyz/resume.html
\ No newline at end of file
--
cgit v1.2.1