aboutsummaryrefslogtreecommitdiff
path: root/blog
diff options
context:
space:
mode:
authorChristine Dodrill <me@christine.website>2019-09-12 18:49:03 -0400
committerGitHub <noreply@github.com>2019-09-12 18:49:03 -0400
commit7a302eb69bfef1ecd0a17e16085bd4359a0ae717 (patch)
treefc6d777b3c4f2af57951f0921de8a334ad4cfee8 /blog
parent2007492c492be3c32b19fbfcc6b6c1a5cc5ef0e0 (diff)
downloadxesite-7a302eb69bfef1ecd0a17e16085bd4359a0ae717.tar.xz
xesite-7a302eb69bfef1ecd0a17e16085bd4359a0ae717.zip
Series and tags (#74)
* initial support for tags and series * tagging support * oops * Update main.go
Diffstat (limited to 'blog')
-rw-r--r--blog/OVE-20190623-0001.md4
-rw-r--r--blog/a-letter-to-those-that-bullied-me-2018-06-16.markdown2
-rw-r--r--blog/atom-as-vim-2014-11-18.markdown5
-rw-r--r--blog/beauty-in-ugly-2018-04-23.markdown4
-rw-r--r--blog/beego-2014-11-28.markdown3
-rw-r--r--blog/blind-men-and-an-elephant-2018-11-29.markdown1
-rw-r--r--blog/brain-fmri-to-3d-model-2019-08-23.markdown4
-rw-r--r--blog/career-advice-2019-06-18.markdown2
-rw-r--r--blog/chaos-magick-debugging-2018-11-13.markdown1
-rw-r--r--blog/cinemaquestria-orchestration-2015-03-13.markdown2
-rw-r--r--blog/coding-on-an-ipad-2018-04-14-2018.markdown4
-rw-r--r--blog/coming-out-2015-12-01.markdown2
-rw-r--r--blog/crazy-experiment-2017-01-09.markdown3
-rw-r--r--blog/creators-code-2018-09-18.markdown3
-rw-r--r--blog/cursing-out-god-2018-11-21.markdown3
-rw-r--r--blog/death-08-19-2018.markdown1
-rw-r--r--blog/deprecation-notice-elemental-ircd-2019-02-11.markdown2
-rw-r--r--blog/dev-2014-10-24.markdown2
-rw-r--r--blog/farewell-email-heroku-2019-03-08.markdown3
-rw-r--r--blog/fear-07-24-2018.markdown1
-rw-r--r--blog/ffi-ing-golang-from-nim-for-fun-and-profit-2015-12-20.markdown4
-rw-r--r--blog/formal-grammar-of-h-2019-05-19.markdown1
-rw-r--r--blog/getting-started-with-go-2015-01-28.markdown1
-rw-r--r--blog/gratitude-07-20-2018.markdown1
-rw-r--r--blog/h-language-2019-06-30.markdown3
-rw-r--r--blog/how-does-into-meditation-2017-12-10.markdown1
-rw-r--r--blog/how-send-email-nim-2019-08-28.markdown4
-rw-r--r--blog/howto-automate-discord-webhook-cron-2018-03-29.markdown1
-rw-r--r--blog/howto-usermode-linux-2019-07-07.markdown1
-rw-r--r--blog/ipad-smart-keyboard-accents-2019-05-10.markdown1
-rw-r--r--blog/land-1-syscalls-file-io-2018-06-18.markdown3
-rw-r--r--blog/let-it-snow-2018-12-17.markdown2
-rw-r--r--blog/life-update-2019-05-16.markdown4
-rw-r--r--blog/lokahi-2018-02-08.markdown5
-rw-r--r--blog/mr-beast-postmodern-gold-2019-06-05.markdown4
-rw-r--r--blog/narrative-of-sickness-2018-08-13.markdown1
-rw-r--r--blog/olin-1-why-09-1-2018.markdown1
-rw-r--r--blog/olin-2-the-future-09-5-2018.markdown1
-rw-r--r--blog/one-day-2018-11-01.markdown3
-rw-r--r--blog/plt-1-the-beginning-2015-02-14.markdown1
-rw-r--r--blog/plt-2-entering-the-cave-2015-02-14.markdown1
-rw-r--r--blog/quinoa-taco-bowls-2019-08-16.markdown1
-rw-r--r--blog/rss-feed-generation-2017-03-29.markdown3
-rw-r--r--blog/site-to-site-wireguard-part-1-2019-04-02.markdown1
-rw-r--r--blog/site-to-site-wireguard-part-2-2019-04-07.markdown1
-rw-r--r--blog/site-to-site-wireguard-part-3-2019-04-11.markdown1
-rw-r--r--blog/sorting-time-2018-08-26.markdown4
-rw-r--r--blog/tarot-for-hackers-2019-07-24.markdown1
-rw-r--r--blog/templeos-1-installation-and-basic-use-2019-05-20.markdown1
-rw-r--r--blog/ten-thousand-laughs-2018-12-01.markdown1
-rw-r--r--blog/the-cult-of-kubernetes-2019-09-07.markdown5
-rw-r--r--blog/the-service-is-already-down-2018-10-13.markdown1
-rw-r--r--blog/v-vaporware-2019-06-23.markdown3
-rw-r--r--blog/webassembly-talk-video-posted-2019-08-15.markdown2
54 files changed, 115 insertions, 6 deletions
diff --git a/blog/OVE-20190623-0001.md b/blog/OVE-20190623-0001.md
index 2817f92..62ed4dd 100644
--- a/blog/OVE-20190623-0001.md
+++ b/blog/OVE-20190623-0001.md
@@ -1,6 +1,10 @@
---
title: "OVE-20190623-0001"
date: 2019-06-24
+tags:
+ - v
+ - security
+ - release
---
# OVE-20190623-0001
diff --git a/blog/a-letter-to-those-that-bullied-me-2018-06-16.markdown b/blog/a-letter-to-those-that-bullied-me-2018-06-16.markdown
index 4f50591..7ef0276 100644
--- a/blog/a-letter-to-those-that-bullied-me-2018-06-16.markdown
+++ b/blog/a-letter-to-those-that-bullied-me-2018-06-16.markdown
@@ -2,6 +2,8 @@
title: A Letter to Those That Bullied Me
date: 2018-06-16
for: Elizabeth
+tags:
+ - offmychest
---
# A Letter to Those Who Bullied Me
diff --git a/blog/atom-as-vim-2014-11-18.markdown b/blog/atom-as-vim-2014-11-18.markdown
index 87749ad..a4cf9dd 100644
--- a/blog/atom-as-vim-2014-11-18.markdown
+++ b/blog/atom-as-vim-2014-11-18.markdown
@@ -1,7 +1,10 @@
---
title: My Experience with Atom as A Vim User
date: 2014-11-18
-from: medium
+series: medium-archive
+tags:
+ - atom
+ - vim
---
My Experience with Atom as A Vim User
diff --git a/blog/beauty-in-ugly-2018-04-23.markdown b/blog/beauty-in-ugly-2018-04-23.markdown
index 1ead059..2c57ede 100644
--- a/blog/beauty-in-ugly-2018-04-23.markdown
+++ b/blog/beauty-in-ugly-2018-04-23.markdown
@@ -2,6 +2,8 @@
title: The Beautiful in the Ugly
date: 2018-04-23
for: Silver
+tags:
+ - shell
---
# The Beautiful in the Ugly
@@ -85,4 +87,4 @@ function deploy {
}
$*
-``` \ No newline at end of file
+```
diff --git a/blog/beego-2014-11-28.markdown b/blog/beego-2014-11-28.markdown
index 4e950c0..1d03cc2 100644
--- a/blog/beego-2014-11-28.markdown
+++ b/blog/beego-2014-11-28.markdown
@@ -1,6 +1,9 @@
---
title: Web Application Development with Beego
date: 2014-11-28
+tags:
+ - go
+ - beego
---
Web Application Development with Beego
diff --git a/blog/blind-men-and-an-elephant-2018-11-29.markdown b/blog/blind-men-and-an-elephant-2018-11-29.markdown
index b33e6fb..7c599e4 100644
--- a/blog/blind-men-and-an-elephant-2018-11-29.markdown
+++ b/blog/blind-men-and-an-elephant-2018-11-29.markdown
@@ -1,6 +1,7 @@
---
title: "Blind Men and an Elephant"
date: 2018-11-29
+series: conlangs
---
# Blind Men and an Elephant
diff --git a/blog/brain-fmri-to-3d-model-2019-08-23.markdown b/blog/brain-fmri-to-3d-model-2019-08-23.markdown
index 3c7ac33..52d11ec 100644
--- a/blog/brain-fmri-to-3d-model-2019-08-23.markdown
+++ b/blog/brain-fmri-to-3d-model-2019-08-23.markdown
@@ -1,6 +1,10 @@
---
title: How I Converted my Brain fMRI to a 3D Model
date: 2019-08-23
+series: howto
+tags:
+ - python
+ - blender
---
# How I Converted my Brain fMRI to a 3D Model
diff --git a/blog/career-advice-2019-06-18.markdown b/blog/career-advice-2019-06-18.markdown
index a8c13cc..f73b8a3 100644
--- a/blog/career-advice-2019-06-18.markdown
+++ b/blog/career-advice-2019-06-18.markdown
@@ -1,6 +1,8 @@
---
title: Advice to People Nurturing a Career in Computering
date: 2019-06-18
+tags:
+ - career
---
# Advice to People Nurturing a Career in Computering
diff --git a/blog/chaos-magick-debugging-2018-11-13.markdown b/blog/chaos-magick-debugging-2018-11-13.markdown
index 8dc3d91..cc26ef1 100644
--- a/blog/chaos-magick-debugging-2018-11-13.markdown
+++ b/blog/chaos-magick-debugging-2018-11-13.markdown
@@ -2,6 +2,7 @@
title: "Chaos Magick Debugging"
date: 2018-11-13
thanks: CelestialBoon
+series: magick
---
# Chaos Magick Debugging
diff --git a/blog/cinemaquestria-orchestration-2015-03-13.markdown b/blog/cinemaquestria-orchestration-2015-03-13.markdown
index 9a16bfb..4508c49 100644
--- a/blog/cinemaquestria-orchestration-2015-03-13.markdown
+++ b/blog/cinemaquestria-orchestration-2015-03-13.markdown
@@ -1,6 +1,8 @@
---
title: CinemaQuestria Orchestration
date: 2015-03-13
+tags:
+ - cinemaquestria
---
CinemaQuestria Orchestration
diff --git a/blog/coding-on-an-ipad-2018-04-14-2018.markdown b/blog/coding-on-an-ipad-2018-04-14-2018.markdown
index bbb14c7..51a6fce 100644
--- a/blog/coding-on-an-ipad-2018-04-14-2018.markdown
+++ b/blog/coding-on-an-ipad-2018-04-14-2018.markdown
@@ -1,6 +1,8 @@
---
title: Coding on an iPad
date: 2018-04-14
+tags:
+ - ipad
---
# Coding on an iPad
@@ -130,4 +132,4 @@ You just do thing and it does thing.
[texastic]: https://itunes.apple.com/us/app/textastic-code-editor-6/id1049254261?mt=8
[workingcopy]: https://itunes.apple.com/us/app/working-copy/id896694807?mt=8
[workflow]: https://www.workflow.is
-[ceruleiscloud]: https://elliot.pro/blog/working-in-the-cloud.html \ No newline at end of file
+[ceruleiscloud]: https://elliot.pro/blog/working-in-the-cloud.html
diff --git a/blog/coming-out-2015-12-01.markdown b/blog/coming-out-2015-12-01.markdown
index 115ca6b..5731096 100644
--- a/blog/coming-out-2015-12-01.markdown
+++ b/blog/coming-out-2015-12-01.markdown
@@ -1,6 +1,8 @@
---
title: Coming Out
date: 2015-12-01
+tags:
+ - personal
---
Coming Out
diff --git a/blog/crazy-experiment-2017-01-09.markdown b/blog/crazy-experiment-2017-01-09.markdown
index 0a5b95b..c80ac44 100644
--- a/blog/crazy-experiment-2017-01-09.markdown
+++ b/blog/crazy-experiment-2017-01-09.markdown
@@ -1,6 +1,9 @@
---
title: "Crazy Experiment: Ship the Frontend as an asar document"
date: "2017-01-09"
+tags:
+ - asar
+ - frontend
---
Crazy Experiment: Ship the Frontend as an asar document
diff --git a/blog/creators-code-2018-09-18.markdown b/blog/creators-code-2018-09-18.markdown
index ac943e6..4ba62d7 100644
--- a/blog/creators-code-2018-09-18.markdown
+++ b/blog/creators-code-2018-09-18.markdown
@@ -2,6 +2,9 @@
title: "Creator's Code"
author: Christine Dodrill
date: 2018-09-17
+tags:
+ - release
+ - coc
---
# [Creator's Code](https://github.com/Xe/creators-code)
diff --git a/blog/cursing-out-god-2018-11-21.markdown b/blog/cursing-out-god-2018-11-21.markdown
index ab55527..39b9840 100644
--- a/blog/cursing-out-god-2018-11-21.markdown
+++ b/blog/cursing-out-god-2018-11-21.markdown
@@ -1,6 +1,7 @@
---
title: My Experience Cursing Out God
date: 2018-11-21
+series: dreams
---
# My Experience Cursing Out God
@@ -37,4 +38,4 @@ I was floored and must have amused Him, given that He started to chuckle: "Creat
He looked at his wrist as if He was looking at a watch, even though He was not wearing one. "Oh dear, it looks like it's time for you to wake up now. Remember Creator, no time but the present." He snapped His hands and then the volcano started to erupt.
-The world instantly snapped out of existence and I awoke in a sweat, my blankets evenly distributed in my room. \ No newline at end of file
+The world instantly snapped out of existence and I awoke in a sweat, my blankets evenly distributed in my room.
diff --git a/blog/death-08-19-2018.markdown b/blog/death-08-19-2018.markdown
index 27c1b1c..209b8dd 100644
--- a/blog/death-08-19-2018.markdown
+++ b/blog/death-08-19-2018.markdown
@@ -2,6 +2,7 @@
title: Death
date: 2018-08-19
thanks: Sygma
+series: magick
---
# Death
diff --git a/blog/deprecation-notice-elemental-ircd-2019-02-11.markdown b/blog/deprecation-notice-elemental-ircd-2019-02-11.markdown
index 067c472..4c343f2 100644
--- a/blog/deprecation-notice-elemental-ircd-2019-02-11.markdown
+++ b/blog/deprecation-notice-elemental-ircd-2019-02-11.markdown
@@ -1,6 +1,8 @@
---
title: "Deprecation Notice: Elemental-IRCd"
date: 2019-02-11
+tags:
+ - release
---
# Deprecation Notice: Elemental-IRCd
diff --git a/blog/dev-2014-10-24.markdown b/blog/dev-2014-10-24.markdown
index 26232f6..22da4fb 100644
--- a/blog/dev-2014-10-24.markdown
+++ b/blog/dev-2014-10-24.markdown
@@ -1,6 +1,8 @@
---
title: Instant Development Environments in Docker
date: 2014-10-24
+tags:
+ - release
---
Instant Development Environments in Docker
diff --git a/blog/farewell-email-heroku-2019-03-08.markdown b/blog/farewell-email-heroku-2019-03-08.markdown
index ca2928f..b83373e 100644
--- a/blog/farewell-email-heroku-2019-03-08.markdown
+++ b/blog/farewell-email-heroku-2019-03-08.markdown
@@ -3,6 +3,9 @@ title: "Farewell Email - Heroku"
date: 2019-03-08
for: Herokai
subject: May our paths cross again
+tags:
+ - personal
+ - heroku
---
# Farewell Email - Heroku
diff --git a/blog/fear-07-24-2018.markdown b/blog/fear-07-24-2018.markdown
index fd315b4..960bccf 100644
--- a/blog/fear-07-24-2018.markdown
+++ b/blog/fear-07-24-2018.markdown
@@ -3,6 +3,7 @@ title: Fear
date: 2018-07-24
thanks: CelestialBoon, no really this guy is amazing and doesn't get enough credit, I'm so grateful for him.
for: Twilight Sparkle
+series: stories
---
# Fear
diff --git a/blog/ffi-ing-golang-from-nim-for-fun-and-profit-2015-12-20.markdown b/blog/ffi-ing-golang-from-nim-for-fun-and-profit-2015-12-20.markdown
index 0397ee2..c8753b7 100644
--- a/blog/ffi-ing-golang-from-nim-for-fun-and-profit-2015-12-20.markdown
+++ b/blog/ffi-ing-golang-from-nim-for-fun-and-profit-2015-12-20.markdown
@@ -1,6 +1,10 @@
---
title: FFI-ing Go from Nim for Fun and Profit
date: 2015-12-20
+series: howto
+tags:
+ - go
+ - nim
---
FFI-ing Golang from Nim for Fun and Profit
diff --git a/blog/formal-grammar-of-h-2019-05-19.markdown b/blog/formal-grammar-of-h-2019-05-19.markdown
index 54a389a..23784a7 100644
--- a/blog/formal-grammar-of-h-2019-05-19.markdown
+++ b/blog/formal-grammar-of-h-2019-05-19.markdown
@@ -1,6 +1,7 @@
---
title: A Formal Grammar of h
date: 2019-05-19
+series: conlangs
---
# A Formal Grammar of `h`
diff --git a/blog/getting-started-with-go-2015-01-28.markdown b/blog/getting-started-with-go-2015-01-28.markdown
index fa22f79..5ae84f2 100644
--- a/blog/getting-started-with-go-2015-01-28.markdown
+++ b/blog/getting-started-with-go-2015-01-28.markdown
@@ -1,6 +1,7 @@
---
title: Getting Started with Go
date: 2015-01-28
+series: howto
---
Getting Started with Go
diff --git a/blog/gratitude-07-20-2018.markdown b/blog/gratitude-07-20-2018.markdown
index 1f53cdf..80fe63c 100644
--- a/blog/gratitude-07-20-2018.markdown
+++ b/blog/gratitude-07-20-2018.markdown
@@ -3,6 +3,7 @@ title: Gratitude
date: 2018-07-20
thanks: CelestialBoon
for: Mother Aya
+series: magick
---
# Gratitude
diff --git a/blog/h-language-2019-06-30.markdown b/blog/h-language-2019-06-30.markdown
index 5968783..916b664 100644
--- a/blog/h-language-2019-06-30.markdown
+++ b/blog/h-language-2019-06-30.markdown
@@ -1,6 +1,9 @@
---
title: The h Programming Language
date: 2019-06-30
+tags:
+ - wasm
+ - release
---
# The h Programming Language
diff --git a/blog/how-does-into-meditation-2017-12-10.markdown b/blog/how-does-into-meditation-2017-12-10.markdown
index 96a16ba..2ffc1d3 100644
--- a/blog/how-does-into-meditation-2017-12-10.markdown
+++ b/blog/how-does-into-meditation-2017-12-10.markdown
@@ -1,6 +1,7 @@
---
title: How does into Meditation
date: 2017-12-10
+series: when-then-zen
---
# How does into Meditation
diff --git a/blog/how-send-email-nim-2019-08-28.markdown b/blog/how-send-email-nim-2019-08-28.markdown
index c2e397f..6757447 100644
--- a/blog/how-send-email-nim-2019-08-28.markdown
+++ b/blog/how-send-email-nim-2019-08-28.markdown
@@ -1,6 +1,10 @@
---
title: How to Send Email with Nim
date: 2019-08-28
+series: howto
+tags:
+ - nim
+ - email
---
# How to Send Email with Nim
diff --git a/blog/howto-automate-discord-webhook-cron-2018-03-29.markdown b/blog/howto-automate-discord-webhook-cron-2018-03-29.markdown
index e18fbb4..b34d325 100644
--- a/blog/howto-automate-discord-webhook-cron-2018-03-29.markdown
+++ b/blog/howto-automate-discord-webhook-cron-2018-03-29.markdown
@@ -1,6 +1,7 @@
---
title: How to Automate Discord Message Posting With Webhooks and Cron
date: 2018-03-29
+series: howto
---
# How to Automate Discord Message Posting With Webhooks and Cron
diff --git a/blog/howto-usermode-linux-2019-07-07.markdown b/blog/howto-usermode-linux-2019-07-07.markdown
index b8e9a12..2a59abd 100644
--- a/blog/howto-usermode-linux-2019-07-07.markdown
+++ b/blog/howto-usermode-linux-2019-07-07.markdown
@@ -1,6 +1,7 @@
---
title: How to Use User Mode Linux
date: 2019-07-07
+series: howto
---
# How to Use User Mode Linux
diff --git a/blog/ipad-smart-keyboard-accents-2019-05-10.markdown b/blog/ipad-smart-keyboard-accents-2019-05-10.markdown
index 262ca94..d487349 100644
--- a/blog/ipad-smart-keyboard-accents-2019-05-10.markdown
+++ b/blog/ipad-smart-keyboard-accents-2019-05-10.markdown
@@ -1,6 +1,7 @@
---
title: "iPad Smart Keyboard: French Accents/Ligatures"
date: 2019-05-10
+series: howto
---
# iPad Smart Keyboard: French Accents/Ligatures
diff --git a/blog/land-1-syscalls-file-io-2018-06-18.markdown b/blog/land-1-syscalls-file-io-2018-06-18.markdown
index b50b9a7..3190789 100644
--- a/blog/land-1-syscalls-file-io-2018-06-18.markdown
+++ b/blog/land-1-syscalls-file-io-2018-06-18.markdown
@@ -1,6 +1,9 @@
---
title: "Land 1: Syscalls & File I/O"
date: 2018-06-18
+series: olin
+tags:
+ - wasm
---
# Land 1: Syscalls & File I/O
diff --git a/blog/let-it-snow-2018-12-17.markdown b/blog/let-it-snow-2018-12-17.markdown
index e7bce00..f8f86f5 100644
--- a/blog/let-it-snow-2018-12-17.markdown
+++ b/blog/let-it-snow-2018-12-17.markdown
@@ -2,6 +2,8 @@
title: Let it Snow
date: 2018-12-17
for: the lols
+tags:
+ - fluff
---
# Let it Snow
diff --git a/blog/life-update-2019-05-16.markdown b/blog/life-update-2019-05-16.markdown
index 04e0318..b604395 100644
--- a/blog/life-update-2019-05-16.markdown
+++ b/blog/life-update-2019-05-16.markdown
@@ -2,6 +2,8 @@
title: "Life Update - Montréal"
date: "2019-05-16"
for: "Vic"
+tags:
+ - personal
---
# Life Update - Montréal
@@ -40,4 +42,4 @@ Something of note is that this is the first time I've moved without having to ge
Things are looking up for me. I'm really happy. My new job is great. The people I work with are great. I'm working towards French fluency (hopefully going to be writing blogposts in French by this time two years from now at most). Everything is looking up from here, and I'm so happy for it.
-Can't wait to see what's next! \ No newline at end of file
+Can't wait to see what's next!
diff --git a/blog/lokahi-2018-02-08.markdown b/blog/lokahi-2018-02-08.markdown
index d538f8c..c7c7c9e 100644
--- a/blog/lokahi-2018-02-08.markdown
+++ b/blog/lokahi-2018-02-08.markdown
@@ -2,6 +2,11 @@
title: Introducing Lokahi
date: 2018-02-08
github_issue: https://github.com/Xe/lokahi/issues/15
+tags:
+ - hackweek