From 1d3574d38909bc9aae2792d839023e296fb25791 Mon Sep 17 00:00:00 2001 From: Mark Powers Date: Thu, 23 Dec 2021 16:50:42 -0600 Subject: Add email unsubcribe link, update about me, add hello.js --- src/templates/about.html | 54 +++++++++++++++++++++++++++++++++--------- src/templates/blog-single.html | 3 ++- src/templates/blog.html | 2 +- src/templates/bread.html | 2 +- src/templates/index.html | 1 + src/templates/projects.html | 2 +- src/templates/tags.html | 2 +- 7 files changed, 50 insertions(+), 16 deletions(-) (limited to 'src/templates') diff --git a/src/templates/about.html b/src/templates/about.html index 800a47a..703e78b 100644 --- a/src/templates/about.html +++ b/src/templates/about.html @@ -2,7 +2,7 @@ - Mark's Kitchen - About + Mark's Kitchen — About {{> header}} @@ -29,20 +29,21 @@
Software engineer at Chameleon Cloud
Location
-
Chicagoland
+
Chicagoland. Previously, Madison and West Michigan
Almae Matres
Hope College, UW-Madison
Source Code
- Gitweb - or - GitHub +
Social
-
markp
+
markp@fosstodon
Hobbies
@@ -50,14 +51,45 @@ chess, cooking, disc golf
-
Operating System
-
Regolith Linux
+
Operating System
+
+ Regolith Linux — I like how little fuss Ubuntu is, it runs any I + want without too much hassle. Regolith is great for people like me, + who are also want to try/use i3 in an environment they are + comfortable with. +
-
Editor
-
vim
+
Editor
+
+ Vim — I stick mostly to defaults. I like that pretty much on any + system, it'll have this editor that I am used to, and Vim is + very powerful with enough practice. +
-
Pets
+
Pets
One very fluffy black cat, one shorthair kitten
+ +
Erdos Number
+
3 — Myself ↔ Charles A. Cusack ↔ Charles J. Colbourn ↔ Paul Erdos
+ +
Articles
+
+

+ Cusack, Charles A., Aaron Green, Airat Bekmetjev, and Mark Powers. + "Graph pebbling algorithms and Lemke graphs." + Discrete Applied Mathematics 262 (2019): 72-82. +

+

+ Cusack, Charles A., Airat Bekmetjev, and Mark Powers. + "Two-pebbling and odd-two-pebbling are not equivalent." + Discrete Mathematics 342, no. 3 (2019): 777-783. +

+

+ Cusack, Charles A., Mark Powers, and Airat Bekmetjev. + "Doppelgangers and Lemke graphs." + Discrete Mathematics 341, no. 10 (2018): 2686-2693. +

+
diff --git a/src/templates/blog-single.html b/src/templates/blog-single.html index 3dd0520..201caaa 100644 --- a/src/templates/blog-single.html +++ b/src/templates/blog-single.html @@ -2,10 +2,11 @@ - Mark's Kitchen - Blog + Mark's Kitchen — Blog {{> header}} + diff --git a/src/templates/blog.html b/src/templates/blog.html index 85c9d2e..ceb9f17 100644 --- a/src/templates/blog.html +++ b/src/templates/blog.html @@ -2,7 +2,7 @@ - Mark's Kitchen - Blog + Mark's Kitchen — Blog {{> header}} diff --git a/src/templates/bread.html b/src/templates/bread.html index 9f1d4b6..f0683e2 100644 --- a/src/templates/bread.html +++ b/src/templates/bread.html @@ -1,7 +1,7 @@ - Mark's Kitchen - Bread + Mark's Kitchen — Bread {{> header}} diff --git a/src/templates/index.html b/src/templates/index.html index 6ba3d5a..c321ce9 100644 --- a/src/templates/index.html +++ b/src/templates/index.html @@ -6,6 +6,7 @@ {{> header}} + diff --git a/src/templates/projects.html b/src/templates/projects.html index 3554e4d..e29de36 100644 --- a/src/templates/projects.html +++ b/src/templates/projects.html @@ -2,7 +2,7 @@ - Mark's Kitchen - Projects + Mark's Kitchen — Projects {{> header}} diff --git a/src/templates/tags.html b/src/templates/tags.html index 9b87eba..184263f 100644 --- a/src/templates/tags.html +++ b/src/templates/tags.html @@ -2,7 +2,7 @@ - Mark's Kitchen - Tags + Mark's Kitchen — Tags -- cgit v1.2.3