From 62a7b1c6fbc462285112e67d0c6b40e6ed0ded28 Mon Sep 17 00:00:00 2001
From: mattkae
Date: Sun, 24 Jul 2022 15:46:09 -0400
Subject: Meta descriptions and disallowing certain items
---
index.html | 11 ++++++-----
resume.html | 3 ++-
robots.txt | 6 +++++-
3 files changed, 13 insertions(+), 7 deletions(-)
diff --git a/index.html b/index.html
index c720d13..ea1eb15 100644
--- a/index.html
+++ b/index.html
@@ -2,10 +2,11 @@
-
-
- Matthew Kosarek
-
+
+
+ Matthew Kosarek
+
+
@@ -56,7 +57,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 some cool graphics scenes in C++/OpenGL and display them here via emcc.
+ In my spare time, I build some graphics scenes in C++/OpenGL, compile them via emcc and post them here as "themes".
diff --git a/resume.html b/resume.html
index 692ba5b..c46c6c6 100755
--- a/resume.html
+++ b/resume.html
@@ -6,8 +6,9 @@
- Matthew Kosarek
+ Matthew Kosarek - Resume
+
diff --git a/robots.txt b/robots.txt
index abfb0d2..a69d19b 100644
--- a/robots.txt
+++ b/robots.txt
@@ -1,2 +1,6 @@
User-agent: *
-Sitemap: https://www.matthewkosarek.xyz/sitemap.txt
\ No newline at end of file
+Sitemap: https://www.matthewkosarek.xyz/sitemap.txt
+Disallow: /posts
+Disallow: /download
+Disallow: /themes
+Disallow: /favicon
\ No newline at end of file
--
cgit v1.2.1