aboutsummaryrefslogtreecommitdiff
path: root/_posts
diff options
context:
space:
mode:
authorMelody Horn <melody@boringcactus.com>2018-08-31 15:44:25 -0500
committerMelody Horn <melody@boringcactus.com>2018-08-31 15:44:25 -0500
commitec88adb4bc05a85692b41cfc764c091c347ec991 (patch)
treec8990f3a0f86c6789f9d5034c3c59a3a9a8fb385 /_posts
parent1760ebea8ab6cef982693989ab0c22e48adc47fe (diff)
downloadboringcactus.com-ec88adb4bc05a85692b41cfc764c091c347ec991.tar.gz
boringcactus.com-ec88adb4bc05a85692b41cfc764c091c347ec991.zip
Add (in theory) Open Graph metadata
Diffstat (limited to '_posts')
-rw-r--r--_posts/2018-06-17-windows-vim-python.md2
-rw-r--r--_posts/2018-06-23-slicing-images-gimp-python.md2
-rw-r--r--_posts/2018-07-17-some-thoughts-about-work.md3
3 files changed, 1 insertions, 6 deletions
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