From ec88adb4bc05a85692b41cfc764c091c347ec991 Mon Sep 17 00:00:00 2001 From: Melody Horn Date: Fri, 31 Aug 2018 15:44:25 -0500 Subject: Add (in theory) Open Graph metadata --- _layouts/default.html | 27 +++++++++++++++++-------- _posts/2018-06-17-windows-vim-python.md | 2 -- _posts/2018-06-23-slicing-images-gimp-python.md | 2 -- _posts/2018-07-17-some-thoughts-about-work.md | 3 +-- index.md | 5 +++-- 5 files changed, 23 insertions(+), 16 deletions(-) diff --git a/_layouts/default.html b/_layouts/default.html index a8d8e3f..982510c 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -1,19 +1,30 @@ - - -{{ page.title }} | boringcactus - + + + + + + {% if page.url == "/" %} + + {{ page.title }} + {% else %} + + + {{ page.title }} | boringcactus + {% endif %} +
-{% if page.url != "/" %} -

(brought to you by boringcactus)

-{% endif %} + {% if page.url != "/" %} +

(brought to you by boringcactus)

+ {% endif %}
-{{ content }} +

{{ page.title }}

+ {{ content }}
diff --git a/_posts/2018-06-17-windows-vim-python.md b/_posts/2018-06-17-windows-vim-python.md index 7eeb83f..a2fdc25 100644 --- a/_posts/2018-06-17-windows-vim-python.md +++ b/_posts/2018-06-17-windows-vim-python.md @@ -3,8 +3,6 @@ layout: default title: "Windows, Vim, and Python: An Unholy Trinity of Pain" --- -# {{ page.title }} - Last summer I figured I'd learn Vim. That did not go well. I started by stealing somebody's `.vimrc`, as is natural. diff --git a/_posts/2018-06-23-slicing-images-gimp-python.md b/_posts/2018-06-23-slicing-images-gimp-python.md index 7d72247..1ad3514 100644 --- a/_posts/2018-06-23-slicing-images-gimp-python.md +++ b/_posts/2018-06-23-slicing-images-gimp-python.md @@ -3,8 +3,6 @@ layout: default title: "Slicing and Dicing Images with GIMP and Python" --- -# {{ page.title }} - Let's say you have one big image (say, a Telegram sticker) and you need to dice it into a bunch of smaller images (say, Discord emoji). GIMP can let you do that manually, but frankly so can simpler tools. GIMP also has powerful scripting support with Python (and also Scheme, but miss me with that) that can let us do that automatically. diff --git a/_posts/2018-07-17-some-thoughts-about-work.md b/_posts/2018-07-17-some-thoughts-about-work.md index 6e31902..92df7a1 100644 --- a/_posts/2018-07-17-some-thoughts-about-work.md +++ b/_posts/2018-07-17-some-thoughts-about-work.md @@ -1,10 +1,9 @@ --- layout: default title: "Some Thoughts About Work" +description: "I think there are three things that can make work rewarding: working with cool people, working on cool things, and working in cool ways." --- -# {{ page.title }} - I think there are three things that can make work rewarding: 1. Working with cool people 2. Working on cool things diff --git a/index.md b/index.md index e3f8643..ac7024c 100644 --- a/index.md +++ b/index.md @@ -1,10 +1,11 @@ --- layout: default +title: boringcactus (Melody Horn) +description: i'm a programmer and a trans woman. --- -# boringcactus (Melody Horn) - i'm a programmer and a trans woman. + i've done some cool shit but it's under my deadname and i don't know how much of it is any good so i'm not talking about it here right now. i mostly exist on [twitter](https://twitter.com/boring_cactus) retweeting good content and occasionally tweeting bad content. -- cgit v1.2.3