diff --git a/content/_index.md b/content/_index.md index 9696083..00dcadb 100644 --- a/content/_index.md +++ b/content/_index.md @@ -1,7 +1,7 @@ --- --- - +![A small preview...](/cover-front.jpg) > To call what I am feeling a 'crush' feels inexact. It is not puppy love. It is not new relationship energy. It is not lust. It is an uncontrollable romantic desire. > diff --git a/content/limerent-object/001.md b/content/limerent-object/001.md index 1013c6c..8091b5a 100644 --- a/content/limerent-object/001.md +++ b/content/limerent-object/001.md @@ -1,6 +1,8 @@ --- --- +![Dee Kimana](/raw-full.png) + I wrap emotions in the cool embrace of jargon to soften sharp edges and take the sting out of ones I feel too keenly. It's why I got into this field. It's why I studied what I did. Of course I care for my clients, and of course I love what I do, but my reason for being here, for being a psychologist, is a simple insatiable need to explain away my emotions. I've talked about it with my therapist at length[^therapist]. We talk about my need to hide behind words as a way of reducing my vulnerability. They become armor, cover, camouflage when taken in this sense. diff --git a/static/cover-front.jpg b/static/cover-front.jpg new file mode 100644 index 0000000..f9e7176 Binary files /dev/null and b/static/cover-front.jpg differ diff --git a/static/cover-full.png b/static/cover-full.png new file mode 100644 index 0000000..af58b7c Binary files /dev/null and b/static/cover-full.png differ diff --git a/static/detail-sketch.jpg b/static/detail-sketch.jpg deleted file mode 100644 index 92b4a27..0000000 Binary files a/static/detail-sketch.jpg and /dev/null differ diff --git a/static/raw-full.png b/static/raw-full.png new file mode 100644 index 0000000..0b7c253 Binary files /dev/null and b/static/raw-full.png differ diff --git a/themes/maddybook/static/css/main.css b/themes/maddybook/static/css/main.css index 7979d87..7d66a5a 100644 --- a/themes/maddybook/static/css/main.css +++ b/themes/maddybook/static/css/main.css @@ -128,6 +128,9 @@ a:visited { margin: 0 auto; display: block; } +img { + max-width: 100%; +} h1, h2 { font-family: "Tom's New Roman", sans-serif; text-align: center;