diff --git a/_config.yml b/_config.yml deleted file mode 100644 index aaf1f80..0000000 --- a/_config.yml +++ /dev/null @@ -1,40 +0,0 @@ -# Welcome to Jekyll! -# -# This config file is meant for settings that affect your whole blog, values -# which you are expected to set up once and rarely need to edit after that. -# For technical reasons, this file is *NOT* reloaded automatically when you use -# 'jekyll serve'. If you change this file, please restart the server process. - -# Site settings -title: Anna and the Bunches -email: annabunches@gmail.com -description: > - The story of Anna and her lifelong friends, Left Bunch and Right Bunch. - The power... the passion... the danger. Their courage will change the world. -baseurl: "" -url: "https://annabunch.es" -twitter_username: annabunches -github_username: annabunches - -permalink: none -timezone: America/New_York - -# Build settings -markdown: kramdown - -defaults: - - scope: - path: "" - values: - layout: default - author: Anna Wiggins - - scope: - path: "" - type: "posts" - values: - layout: post - - scope: - path: "" - type: "pages" - values: - layout: page diff --git a/_data/top_links.yml b/_data/top_links.yml deleted file mode 100644 index 6c4a8d5..0000000 --- a/_data/top_links.yml +++ /dev/null @@ -1,5 +0,0 @@ -- title: GPG Key - url: https://annabunch.es/public_key.asc - -- title: Site Source - url: https://git.annabunch.es/annabunches/annabunch.es diff --git a/_includes/footer.html b/_includes/footer.html deleted file mode 100644 index f2101e3..0000000 --- a/_includes/footer.html +++ /dev/null @@ -1,29 +0,0 @@ - diff --git a/_includes/head.html b/_includes/head.html deleted file mode 100644 index 1598d6f..0000000 --- a/_includes/head.html +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - {% if page.title %}{{ page.title | escape }}{% else %}{{ site.title | escape }}{% endif %} - - - - - - diff --git a/_includes/header.html b/_includes/header.html deleted file mode 100644 index aea7bf7..0000000 --- a/_includes/header.html +++ /dev/null @@ -1,33 +0,0 @@ - diff --git a/_includes/icon-twitter.html b/_includes/icon-twitter.html deleted file mode 100644 index e623dbd..0000000 --- a/_includes/icon-twitter.html +++ /dev/null @@ -1 +0,0 @@ -{% include icon-twitter.svg %}{{ include.username }} diff --git a/_includes/icon-twitter.svg b/_includes/icon-twitter.svg deleted file mode 100644 index dcf660e..0000000 --- a/_includes/icon-twitter.svg +++ /dev/null @@ -1 +0,0 @@ - diff --git a/_includes/post_list.html b/_includes/post_list.html deleted file mode 100644 index d55a040..0000000 --- a/_includes/post_list.html +++ /dev/null @@ -1,16 +0,0 @@ - diff --git a/_layouts/default.html b/_layouts/default.html deleted file mode 100644 index e4ab96f..0000000 --- a/_layouts/default.html +++ /dev/null @@ -1,20 +0,0 @@ - - - - {% include head.html %} - - - - {% include header.html %} - -
-
- {{ content }} -
-
- - {% include footer.html %} - - - - diff --git a/_layouts/page.html b/_layouts/page.html deleted file mode 100644 index ce233ad..0000000 --- a/_layouts/page.html +++ /dev/null @@ -1,14 +0,0 @@ ---- -layout: default ---- -
- -
-

{{ page.title }}

-
- -
- {{ content }} -
- -
diff --git a/_layouts/post.html b/_layouts/post.html deleted file mode 100644 index 07ce3c1..0000000 --- a/_layouts/post.html +++ /dev/null @@ -1,24 +0,0 @@ ---- -layout: default ---- -
- -
-

{{ page.title }}

- -
- -
- {{ content }} -
- -
- {% if page.md_file %} -
- The markdown source for this post is available here: {{page.md_file}}
- {% if page.sig_file %} - The gpg signature for the markdown source is available here: {{page.sig_file}}
- {% endif %} - {% endif %} -
-
diff --git a/_sass/_base.scss b/_sass/_base.scss deleted file mode 100644 index 0883c3c..0000000 --- a/_sass/_base.scss +++ /dev/null @@ -1,206 +0,0 @@ -/** - * Reset some basic elements - */ -body, h1, h2, h3, h4, h5, h6, -p, blockquote, pre, hr, -dl, dd, ol, ul, figure { - margin: 0; - padding: 0; -} - - - -/** - * Basic styling - */ -body { - font: $base-font-weight #{$base-font-size}/#{$base-line-height} $base-font-family; - color: $text-color; - background-color: $background-color; - -webkit-text-size-adjust: 100%; - -webkit-font-feature-settings: "kern" 1; - -moz-font-feature-settings: "kern" 1; - -o-font-feature-settings: "kern" 1; - font-feature-settings: "kern" 1; - font-kerning: normal; -} - - - -/** - * Set `margin-bottom` to maintain vertical rhythm - */ -h1, h2, h3, h4, h5, h6, -p, blockquote, pre, -ul, ol, dl, figure, -%vertical-rhythm { - margin-bottom: $spacing-unit / 2; -} - - - -/** - * Images - */ -img { - max-width: 100%; - vertical-align: middle; -} - - - -/** - * Figures - */ -figure > img { - display: block; -} - -figcaption { - font-size: $small-font-size; -} - - - -/** - * Lists - */ -ul, ol { - margin-left: $spacing-unit; -} - -li { - > ul, - > ol { - margin-bottom: 0; - } -} - - - -/** - * Headings - */ -h1, h2, h3, h4, h5, h6 { - font-weight: $base-font-weight; -} - - - -/** - * Links - */ -a { - color: $brand-color; - text-decoration: none; - - &:visited { - color: darken($brand-color, 15%); - } - - &:hover { - color: $text-color; - text-decoration: underline; - } -} - - - -/** - * Blockquotes - */ -blockquote { - color: $grey-color; - border-left: 4px solid $grey-color-light; - padding-left: $spacing-unit / 2; - font-size: 18px; - letter-spacing: -1px; - font-style: italic; - - > :last-child { - margin-bottom: 0; - } -} - - - -/** - * Code formatting - */ -pre, -code { - font-size: 15px; - border: 1px solid $grey-color-light; - border-radius: 3px; - background-color: #eef; -} - -code { - padding: 1px 5px; -} - -pre { - padding: 8px 12px; - overflow-x: auto; - - > code { - border: 0; - padding-right: 0; - padding-left: 0; - } -} - - - -/** - * Wrapper - */ -.wrapper { - max-width: -webkit-calc(#{$content-width} - (#{$spacing-unit} * 2)); - max-width: calc(#{$content-width} - (#{$spacing-unit} * 2)); - margin-right: auto; - margin-left: auto; - padding-right: $spacing-unit; - padding-left: $spacing-unit; - @extend %clearfix; - - @include media-query($on-laptop) { - max-width: -webkit-calc(#{$content-width} - (#{$spacing-unit})); - max-width: calc(#{$content-width} - (#{$spacing-unit})); - padding-right: $spacing-unit / 2; - padding-left: $spacing-unit / 2; - } -} - - - -/** - * Clearfix - */ -%clearfix { - - &:after { - content: ""; - display: table; - clear: both; - } -} - - - -/** - * Icons - */ -.icon { - - > svg { - display: inline-block; - width: 16px; - height: 16px; - vertical-align: middle; - - path { - fill: $grey-color; - } - } -} diff --git a/_sass/_custom.scss b/_sass/_custom.scss deleted file mode 100644 index 5651d4a..0000000 --- a/_sass/_custom.scss +++ /dev/null @@ -1,42 +0,0 @@ -/* For dynamically determined columnar formatting. - Currently supports equal-width, 1-4 column layouts. -*/ - -* { - box-sizing: border-box; -} - -.column { - float: left; - padding-right: 5px; -} - -.col-1 { - width: 100%; -} -.col-2 { - width: 50%; -} -.col-3 { - width: 33%; -} -.col-4 { - width: 25%; -} - -.category-description { - margin-bottom: $spacing-unit * 1.5; -} - -.category-menu { - margin-bottom: $spacing-unit; -} - -.category-link { - font-size: $large-font-size; - padding: 0px 10px; -} - -.post-verify { - font-size: $very-small-font-size; -} diff --git a/_sass/_layout.scss b/_sass/_layout.scss deleted file mode 100644 index c572d11..0000000 --- a/_sass/_layout.scss +++ /dev/null @@ -1,249 +0,0 @@ -/** - * Site header - */ -.site-header { - border-top: 5px solid $grey-color-dark; - border-bottom: 1px solid $grey-color-light; - min-height: 56px; - - // Positioning context for the mobile navigation icon - position: relative; -} - -.site-title { - font-size: 30px; - font-weight: 300; - line-height: 56px; - letter-spacing: -1px; - margin-bottom: 0; - float: left; - - &, - &:visited { - color: $grey-color-dark; - } -} - -.site-nav { - float: right; - line-height: 56px; - - .menu-icon { - display: none; - } - - .page-link { - color: $text-color; - line-height: $base-line-height; - - // Gaps between nav items, but not on the last one - &:not(:last-child) { - margin-right: 20px; - } - } - - @include media-query($on-palm) { - position: absolute; - top: 9px; - right: $spacing-unit / 2; - background-color: $background-color; - border: 1px solid $grey-color-light; - border-radius: 5px; - text-align: right; - - .menu-icon { - display: block; - float: right; - width: 36px; - height: 26px; - line-height: 0; - padding-top: 10px; - text-align: center; - - > svg { - width: 18px; - height: 15px; - - path { - fill: $grey-color-dark; - } - } - } - - .trigger { - clear: both; - display: none; - } - - &:hover .trigger { - display: block; - padding-bottom: 5px; - } - - .page-link { - display: block; - padding: 5px 10px; - - &:not(:last-child) { - margin-right: 0; - } - margin-left: 20px; - } - } -} - - - -/** - * Site footer - */ -.site-footer { - border-top: 1px solid $grey-color-light; - padding: $spacing-unit 0; -} - -.footer-heading { - font-size: 18px; - margin-bottom: $spacing-unit / 2; -} - -.contact-list, -.social-media-list { - list-style: none; - margin-left: 0; -} - -.footer-col-wrapper { - font-size: 15px; - color: $grey-color; - margin-left: -$spacing-unit / 2; - @extend %clearfix; -} - -.footer-col { - float: left; - margin-bottom: $spacing-unit / 2; - padding-left: $spacing-unit / 2; -} - -.footer-col-1 { - width: -webkit-calc(35% - (#{$spacing-unit} / 2)); - width: calc(35% - (#{$spacing-unit} / 2)); -} - -.footer-col-2 { - width: -webkit-calc(20% - (#{$spacing-unit} / 2)); - width: calc(20% - (#{$spacing-unit} / 2)); -} - -.footer-col-3 { - width: -webkit-calc(45% - (#{$spacing-unit} / 2)); - width: calc(45% - (#{$spacing-unit} / 2)); -} - -@include media-query($on-laptop) { - .footer-col-1, - .footer-col-2 { - width: -webkit-calc(50% - (#{$spacing-unit} / 2)); - width: calc(50% - (#{$spacing-unit} / 2)); - } - - .footer-col-3 { - width: -webkit-calc(100% - (#{$spacing-unit} / 2)); - width: calc(100% - (#{$spacing-unit} / 2)); - } -} - -@include media-query($on-palm) { - .footer-col { - float: none; - width: -webkit-calc(100% - (#{$spacing-unit} / 2)); - width: calc(100% - (#{$spacing-unit} / 2)); - } -} - - - -/** - * Page content - */ -.site-update { - text-align: center; - font-size: $large-font-size; - padding-bottom: $spacing-unit / 2; -} - -.page-content { - padding: $spacing-unit 0; -} - -.page-heading { - font-size: 22px; - text-decoration: underline; -} - -.post-list { - margin-left: 0; - list-style: none; - - > li { - margin-bottom: 5px; - } -} - -.post-meta { - font-size: $small-font-size; - color: $grey-color; -} - -.post-link { - display: block; - font-size: $large-font-size * 1.25; -} - - - -/** - * Posts - */ -.post-header { - margin-bottom: $spacing-unit; -} - -.post-title { - font-size: 42px; - letter-spacing: -1px; - line-height: 1; - - @include media-query($on-laptop) { - font-size: 36px; - } -} - -.post-content { - margin-bottom: $spacing-unit; - - h2 { - font-size: 32px; - - @include media-query($on-laptop) { - font-size: 28px; - } - } - - h3 { - font-size: 26px; - - @include media-query($on-laptop) { - font-size: 22px; - } - } - - h4 { - font-size: 20px; - - @include media-query($on-laptop) { - font-size: 18px; - } - } -} diff --git a/_sass/_syntax-highlighting.scss b/_sass/_syntax-highlighting.scss deleted file mode 100644 index 8fac597..0000000 --- a/_sass/_syntax-highlighting.scss +++ /dev/null @@ -1,71 +0,0 @@ -/** - * Syntax highlighting styles - */ -.highlight { - background: #fff; - @extend %vertical-rhythm; - - .highlighter-rouge & { - background: #eef; - } - - .c { color: #998; font-style: italic } // Comment - .err { color: #a61717; background-color: #e3d2d2 } // Error - .k { font-weight: bold } // Keyword - .o { font-weight: bold } // Operator - .cm { color: #998; font-style: italic } // Comment.Multiline - .cp { color: #999; font-weight: bold } // Comment.Preproc - .c1 { color: #998; font-style: italic } // Comment.Single - .cs { color: #999; font-weight: bold; font-style: italic } // Comment.Special - .gd { color: #000; background-color: #fdd } // Generic.Deleted - .gd .x { color: #000; background-color: #faa } // Generic.Deleted.Specific - .ge { font-style: italic } // Generic.Emph - .gr { color: #a00 } // Generic.Error - .gh { color: #999 } // Generic.Heading - .gi { color: #000; background-color: #dfd } // Generic.Inserted - .gi .x { color: #000; background-color: #afa } // Generic.Inserted.Specific - .go { color: #888 } // Generic.Output - .gp { color: #555 } // Generic.Prompt - .gs { font-weight: bold } // Generic.Strong - .gu { color: #aaa } // Generic.Subheading - .gt { color: #a00 } // Generic.Traceback - .kc { font-weight: bold } // Keyword.Constant - .kd { font-weight: bold } // Keyword.Declaration - .kp { font-weight: bold } // Keyword.Pseudo - .kr { font-weight: bold } // Keyword.Reserved - .kt { color: #458; font-weight: bold } // Keyword.Type - .m { color: #099 } // Literal.Number - .s { color: #d14 } // Literal.String - .na { color: #008080 } // Name.Attribute - .nb { color: #0086B3 } // Name.Builtin - .nc { color: #458; font-weight: bold } // Name.Class - .no { color: #008080 } // Name.Constant - .ni { color: #800080 } // Name.Entity - .ne { color: #900; font-weight: bold } // Name.Exception - .nf { color: #900; font-weight: bold } // Name.Function - .nn { color: #555 } // Name.Namespace - .nt { color: #000080 } // Name.Tag - .nv { color: #008080 } // Name.Variable - .ow { font-weight: bold } // Operator.Word - .w { color: #bbb } // Text.Whitespace - .mf { color: #099 } // Literal.Number.Float - .mh { color: #099 } // Literal.Number.Hex - .mi { color: #099 } // Literal.Number.Integer - .mo { color: #099 } // Literal.Number.Oct - .sb { color: #d14 } // Literal.String.Backtick - .sc { color: #d14 } // Literal.String.Char - .sd { color: #d14 } // Literal.String.Doc - .s2 { color: #d14 } // Literal.String.Double - .se { color: #d14 } // Literal.String.Escape - .sh { color: #d14 } // Literal.String.Heredoc - .si { color: #d14 } // Literal.String.Interpol - .sx { color: #d14 } // Literal.String.Other - .sr { color: #009926 } // Literal.String.Regex - .s1 { color: #d14 } // Literal.String.Single - .ss { color: #990073 } // Literal.String.Symbol - .bp { color: #999 } // Name.Builtin.Pseudo - .vc { color: #008080 } // Name.Variable.Class - .vg { color: #008080 } // Name.Variable.Global - .vi { color: #008080 } // Name.Variable.Instance - .il { color: #099 } // Literal.Number.Integer.Long -} diff --git a/_posts/2006-08-22-programming-theory.html b/content/posts/2006-08-22-programming-theory.html similarity index 100% rename from _posts/2006-08-22-programming-theory.html rename to content/posts/2006-08-22-programming-theory.html diff --git a/_posts/2006-08-25-technophobia.html b/content/posts/2006-08-25-technophobia.html similarity index 100% rename from _posts/2006-08-25-technophobia.html rename to content/posts/2006-08-25-technophobia.html diff --git a/_posts/2006-11-09-decentralizing-second-life.html b/content/posts/2006-11-09-decentralizing-second-life.html similarity index 100% rename from _posts/2006-11-09-decentralizing-second-life.html rename to content/posts/2006-11-09-decentralizing-second-life.html diff --git a/_posts/2007-05-01-28.html b/content/posts/2007-05-01-28.html similarity index 100% rename from _posts/2007-05-01-28.html rename to content/posts/2007-05-01-28.html diff --git a/_posts/2007-05-13-then-they-fight-you.html b/content/posts/2007-05-13-then-they-fight-you.html similarity index 100% rename from _posts/2007-05-13-then-they-fight-you.html rename to content/posts/2007-05-13-then-they-fight-you.html diff --git a/_posts/2007-07-24-linux-on-desktop-partial-solution.html b/content/posts/2007-07-24-linux-on-desktop-partial-solution.html similarity index 100% rename from _posts/2007-07-24-linux-on-desktop-partial-solution.html rename to content/posts/2007-07-24-linux-on-desktop-partial-solution.html diff --git a/_posts/2008-11-19-nintendo-and-homebrew-arms-race.html b/content/posts/2008-11-19-nintendo-and-homebrew-arms-race.html similarity index 100% rename from _posts/2008-11-19-nintendo-and-homebrew-arms-race.html rename to content/posts/2008-11-19-nintendo-and-homebrew-arms-race.html diff --git a/_posts/2008-11-24-a-new-hope.html b/content/posts/2008-11-24-a-new-hope.html similarity index 100% rename from _posts/2008-11-24-a-new-hope.html rename to content/posts/2008-11-24-a-new-hope.html diff --git a/_posts/2008-12-06-paranoid-security-establishing.html b/content/posts/2008-12-06-paranoid-security-establishing.html similarity index 100% rename from _posts/2008-12-06-paranoid-security-establishing.html rename to content/posts/2008-12-06-paranoid-security-establishing.html diff --git a/_posts/2008-12-23-self-indulgent-musings-on-total.html b/content/posts/2008-12-23-self-indulgent-musings-on-total.html similarity index 100% rename from _posts/2008-12-23-self-indulgent-musings-on-total.html rename to content/posts/2008-12-23-self-indulgent-musings-on-total.html diff --git a/_posts/2008-12-31-com-is-new-org.html b/content/posts/2008-12-31-com-is-new-org.html similarity index 100% rename from _posts/2008-12-31-com-is-new-org.html rename to content/posts/2008-12-31-com-is-new-org.html diff --git a/_posts/2009-01-07-an-aside-on-education.html b/content/posts/2009-01-07-an-aside-on-education.html similarity index 100% rename from _posts/2009-01-07-an-aside-on-education.html rename to content/posts/2009-01-07-an-aside-on-education.html diff --git a/_posts/2009-01-14-5-things-i-hate-about-fedora-10.html b/content/posts/2009-01-14-5-things-i-hate-about-fedora-10.html similarity index 100% rename from _posts/2009-01-14-5-things-i-hate-about-fedora-10.html rename to content/posts/2009-01-14-5-things-i-hate-about-fedora-10.html diff --git a/_posts/2009-01-17-it-is-pitch-black-you-are-likely-to-be.html b/content/posts/2009-01-17-it-is-pitch-black-you-are-likely-to-be.html similarity index 100% rename from _posts/2009-01-17-it-is-pitch-black-you-are-likely-to-be.html rename to content/posts/2009-01-17-it-is-pitch-black-you-are-likely-to-be.html diff --git a/_posts/2009-04-27-the-case-of-odd-networkmanager-behavior.html b/content/posts/2009-04-27-the-case-of-odd-networkmanager-behavior.html similarity index 100% rename from _posts/2009-04-27-the-case-of-odd-networkmanager-behavior.html rename to content/posts/2009-04-27-the-case-of-odd-networkmanager-behavior.html diff --git a/_posts/2009-05-27-how-to-fix-pulseaudio-in-fedora-in-2.html b/content/posts/2009-05-27-how-to-fix-pulseaudio-in-fedora-in-2.html similarity index 100% rename from _posts/2009-05-27-how-to-fix-pulseaudio-in-fedora-in-2.html rename to content/posts/2009-05-27-how-to-fix-pulseaudio-in-fedora-in-2.html diff --git a/_posts/2009-06-25-my-new-project-netjatafl.html b/content/posts/2009-06-25-my-new-project-netjatafl.html similarity index 100% rename from _posts/2009-06-25-my-new-project-netjatafl.html rename to content/posts/2009-06-25-my-new-project-netjatafl.html diff --git a/_posts/2009-07-02-twitter-from-command-line.html b/content/posts/2009-07-02-twitter-from-command-line.html similarity index 100% rename from _posts/2009-07-02-twitter-from-command-line.html rename to content/posts/2009-07-02-twitter-from-command-line.html diff --git a/_posts/2009-07-03-thoughts-on-transhuman-revolution.html b/content/posts/2009-07-03-thoughts-on-transhuman-revolution.html similarity index 100% rename from _posts/2009-07-03-thoughts-on-transhuman-revolution.html rename to content/posts/2009-07-03-thoughts-on-transhuman-revolution.html diff --git a/_posts/2009-08-22-d20tools-03-is-here.html b/content/posts/2009-08-22-d20tools-03-is-here.html similarity index 100% rename from _posts/2009-08-22-d20tools-03-is-here.html rename to content/posts/2009-08-22-d20tools-03-is-here.html diff --git a/_posts/2009-08-24-the-decentralized-metaverse.html b/content/posts/2009-08-24-the-decentralized-metaverse.html similarity index 100% rename from _posts/2009-08-24-the-decentralized-metaverse.html rename to content/posts/2009-08-24-the-decentralized-metaverse.html diff --git a/_posts/2009-08-31-emacs-23-dbus-and-libnotify.html b/content/posts/2009-08-31-emacs-23-dbus-and-libnotify.html similarity index 100% rename from _posts/2009-08-31-emacs-23-dbus-and-libnotify.html rename to content/posts/2009-08-31-emacs-23-dbus-and-libnotify.html diff --git a/_posts/2009-08-31-so-close-netflix.html b/content/posts/2009-08-31-so-close-netflix.html similarity index 100% rename from _posts/2009-08-31-so-close-netflix.html rename to content/posts/2009-08-31-so-close-netflix.html diff --git a/_posts/2009-09-08-tutorial-creating-opensim-terrain-with.html b/content/posts/2009-09-08-tutorial-creating-opensim-terrain-with.html similarity index 100% rename from _posts/2009-09-08-tutorial-creating-opensim-terrain-with.html rename to content/posts/2009-09-08-tutorial-creating-opensim-terrain-with.html diff --git a/_posts/2009-10-15-vendetta-online.html b/content/posts/2009-10-15-vendetta-online.html similarity index 100% rename from _posts/2009-10-15-vendetta-online.html rename to content/posts/2009-10-15-vendetta-online.html diff --git a/_posts/2009-11-03-vendetta-redux-eve-online-and-mmo-bug.html b/content/posts/2009-11-03-vendetta-redux-eve-online-and-mmo-bug.html similarity index 100% rename from _posts/2009-11-03-vendetta-redux-eve-online-and-mmo-bug.html rename to content/posts/2009-11-03-vendetta-redux-eve-online-and-mmo-bug.html diff --git a/_posts/2010-01-08-bulding-bridges-in-metaverse.html b/content/posts/2010-01-08-bulding-bridges-in-metaverse.html similarity index 100% rename from _posts/2010-01-08-bulding-bridges-in-metaverse.html rename to content/posts/2010-01-08-bulding-bridges-in-metaverse.html diff --git a/_posts/2010-01-08-scratching-itch.html b/content/posts/2010-01-08-scratching-itch.html similarity index 100% rename from _posts/2010-01-08-scratching-itch.html rename to content/posts/2010-01-08-scratching-itch.html diff --git a/_posts/2010-02-24-heavy-rain.html b/content/posts/2010-02-24-heavy-rain.html similarity index 100% rename from _posts/2010-02-24-heavy-rain.html rename to content/posts/2010-02-24-heavy-rain.html diff --git a/_posts/2011-05-24-clearing-out-cobwebs.html b/content/posts/2011-05-24-clearing-out-cobwebs.html similarity index 100% rename from _posts/2011-05-24-clearing-out-cobwebs.html rename to content/posts/2011-05-24-clearing-out-cobwebs.html diff --git a/_posts/2011-05-26-bittorrent-linux-way.html b/content/posts/2011-05-26-bittorrent-linux-way.html similarity index 100% rename from _posts/2011-05-26-bittorrent-linux-way.html rename to content/posts/2011-05-26-bittorrent-linux-way.html diff --git a/_posts/2011-05-29-doctor-who-rebel-flesh-almost-people.html b/content/posts/2011-05-29-doctor-who-rebel-flesh-almost-people.html similarity index 100% rename from _posts/2011-05-29-doctor-who-rebel-flesh-almost-people.html rename to content/posts/2011-05-29-doctor-who-rebel-flesh-almost-people.html diff --git a/_posts/2011-05-31-rambling-review-portal-2.html b/content/posts/2011-05-31-rambling-review-portal-2.html similarity index 100% rename from _posts/2011-05-31-rambling-review-portal-2.html rename to content/posts/2011-05-31-rambling-review-portal-2.html diff --git a/_posts/2011-06-02-gaming-in-linux-my-adventures-with-wine.html b/content/posts/2011-06-02-gaming-in-linux-my-adventures-with-wine.html similarity index 100% rename from _posts/2011-06-02-gaming-in-linux-my-adventures-with-wine.html rename to content/posts/2011-06-02-gaming-in-linux-my-adventures-with-wine.html diff --git a/_posts/2011-06-03-obligatory-river-song-speculation-thread.html b/content/posts/2011-06-03-obligatory-river-song-speculation-thread.html similarity index 100% rename from _posts/2011-06-03-obligatory-river-song-speculation-thread.html rename to content/posts/2011-06-03-obligatory-river-song-speculation-thread.html diff --git a/_posts/2011-06-04-doctor-who-good-man-goes-to-war.html b/content/posts/2011-06-04-doctor-who-good-man-goes-to-war.html similarity index 100% rename from _posts/2011-06-04-doctor-who-good-man-goes-to-war.html rename to content/posts/2011-06-04-doctor-who-good-man-goes-to-war.html diff --git a/_posts/2011-06-08-tabletop-roleplaying-over-internet.html b/content/posts/2011-06-08-tabletop-roleplaying-over-internet.html similarity index 100% rename from _posts/2011-06-08-tabletop-roleplaying-over-internet.html rename to content/posts/2011-06-08-tabletop-roleplaying-over-internet.html diff --git a/_posts/2011-06-12-d-post-mortem-i-wanna-cast-missile.html b/content/posts/2011-06-12-d-post-mortem-i-wanna-cast-missile.html similarity index 100% rename from _posts/2011-06-12-d-post-mortem-i-wanna-cast-missile.html rename to content/posts/2011-06-12-d-post-mortem-i-wanna-cast-missile.html diff --git a/_posts/2011-06-15-duke-nukem-forever-should-not-exist.html b/content/posts/2011-06-15-duke-nukem-forever-should-not-exist.html similarity index 100% rename from _posts/2011-06-15-duke-nukem-forever-should-not-exist.html rename to content/posts/2011-06-15-duke-nukem-forever-should-not-exist.html diff --git a/_posts/2011-06-18-the-escapist-decline-of-website.html b/content/posts/2011-06-18-the-escapist-decline-of-website.html similarity index 100% rename from _posts/2011-06-18-the-escapist-decline-of-website.html rename to content/posts/2011-06-18-the-escapist-decline-of-website.html diff --git a/_posts/2011-06-22-rambling-review-braid.html b/content/posts/2011-06-22-rambling-review-braid.html similarity index 100% rename from _posts/2011-06-22-rambling-review-braid.html rename to content/posts/2011-06-22-rambling-review-braid.html diff --git a/_posts/2011-06-26-project-treewars-beginning.html b/content/posts/2011-06-26-project-treewars-beginning.html similarity index 100% rename from _posts/2011-06-26-project-treewars-beginning.html rename to content/posts/2011-06-26-project-treewars-beginning.html diff --git a/_posts/2011-06-29-i-know-what-going-to-happen-in-doctor.html b/content/posts/2011-06-29-i-know-what-going-to-happen-in-doctor.html similarity index 100% rename from _posts/2011-06-29-i-know-what-going-to-happen-in-doctor.html rename to content/posts/2011-06-29-i-know-what-going-to-happen-in-doctor.html diff --git a/_posts/2011-07-02-d-post-mortem-getting-creative-with.html b/content/posts/2011-07-02-d-post-mortem-getting-creative-with.html similarity index 100% rename from _posts/2011-07-02-d-post-mortem-getting-creative-with.html rename to content/posts/2011-07-02-d-post-mortem-getting-creative-with.html diff --git a/_posts/2011-07-06-project-treewars-how-to-write-bad-code.html b/content/posts/2011-07-06-project-treewars-how-to-write-bad-code.html similarity index 100% rename from _posts/2011-07-06-project-treewars-how-to-write-bad-code.html rename to content/posts/2011-07-06-project-treewars-how-to-write-bad-code.html diff --git a/_posts/2011-07-13-project-treewars-road-to-opengl.html b/content/posts/2011-07-13-project-treewars-road-to-opengl.html similarity index 100% rename from _posts/2011-07-13-project-treewars-road-to-opengl.html rename to content/posts/2011-07-13-project-treewars-road-to-opengl.html diff --git a/_posts/2011-07-17-project-treewars-when-is-opengl-not.html b/content/posts/2011-07-17-project-treewars-when-is-opengl-not.html similarity index 100% rename from _posts/2011-07-17-project-treewars-when-is-opengl-not.html rename to content/posts/2011-07-17-project-treewars-when-is-opengl-not.html diff --git a/_posts/2011-07-22-puzzle-log-dante-shepherd-twitter-puzzle.html b/content/posts/2011-07-22-puzzle-log-dante-shepherd-twitter-puzzle.html similarity index 100% rename from _posts/2011-07-22-puzzle-log-dante-shepherd-twitter-puzzle.html rename to content/posts/2011-07-22-puzzle-log-dante-shepherd-twitter-puzzle.html diff --git a/_posts/2011-07-24-project-treewars-how-anna-got-her-title.html b/content/posts/2011-07-24-project-treewars-how-anna-got-her-title.html similarity index 100% rename from _posts/2011-07-24-project-treewars-how-anna-got-her-title.html rename to content/posts/2011-07-24-project-treewars-how-anna-got-her-title.html diff --git a/_posts/2011-08-28-doctor-who-let-kill-hitler.html b/content/posts/2011-08-28-doctor-who-let-kill-hitler.html similarity index 100% rename from _posts/2011-08-28-doctor-who-let-kill-hitler.html rename to content/posts/2011-08-28-doctor-who-let-kill-hitler.html diff --git a/_posts/2011-09-06-doctor-who-night-terrors.html b/content/posts/2011-09-06-doctor-who-night-terrors.html similarity index 100% rename from _posts/2011-09-06-doctor-who-night-terrors.html rename to content/posts/2011-09-06-doctor-who-night-terrors.html diff --git a/_posts/2011-09-07-more-thoughts-on-escapist.html b/content/posts/2011-09-07-more-thoughts-on-escapist.html similarity index 100% rename from _posts/2011-09-07-more-thoughts-on-escapist.html rename to content/posts/2011-09-07-more-thoughts-on-escapist.html diff --git a/_posts/2011-09-13-doctor-who-girl-who-waited.html b/content/posts/2011-09-13-doctor-who-girl-who-waited.html similarity index 100% rename from _posts/2011-09-13-doctor-who-girl-who-waited.html rename to content/posts/2011-09-13-doctor-who-girl-who-waited.html diff --git a/_posts/2011-09-15-ea-origin-or-case-study-in-bad-consumer.html b/content/posts/2011-09-15-ea-origin-or-case-study-in-bad-consumer.html similarity index 100% rename from _posts/2011-09-15-ea-origin-or-case-study-in-bad-consumer.html rename to content/posts/2011-09-15-ea-origin-or-case-study-in-bad-consumer.html diff --git a/_posts/2011-09-19-doctor-who-god-complex.html b/content/posts/2011-09-19-doctor-who-god-complex.html similarity index 100% rename from _posts/2011-09-19-doctor-who-god-complex.html rename to content/posts/2011-09-19-doctor-who-god-complex.html diff --git a/_posts/2011-09-22-puzzle-log-mgwcc-172-vision-thing.html b/content/posts/2011-09-22-puzzle-log-mgwcc-172-vision-thing.html similarity index 100% rename from _posts/2011-09-22-puzzle-log-mgwcc-172-vision-thing.html rename to content/posts/2011-09-22-puzzle-log-mgwcc-172-vision-thing.html diff --git a/_posts/2011-09-28-doctor-who-closing-time.html b/content/posts/2011-09-28-doctor-who-closing-time.html similarity index 100% rename from _posts/2011-09-28-doctor-who-closing-time.html rename to content/posts/2011-09-28-doctor-who-closing-time.html diff --git a/_posts/2011-10-05-doctor-who-wedding-of-river-song.html b/content/posts/2011-10-05-doctor-who-wedding-of-river-song.html similarity index 100% rename from _posts/2011-10-05-doctor-who-wedding-of-river-song.html rename to content/posts/2011-10-05-doctor-who-wedding-of-river-song.html diff --git a/_posts/2011-10-14-dmr.html b/content/posts/2011-10-14-dmr.html similarity index 100% rename from _posts/2011-10-14-dmr.html rename to content/posts/2011-10-14-dmr.html diff --git a/_posts/2011-11-12-desura-what-steam-should-have-been.html b/content/posts/2011-11-12-desura-what-steam-should-have-been.html similarity index 100% rename from _posts/2011-11-12-desura-what-steam-should-have-been.html rename to content/posts/2011-11-12-desura-what-steam-should-have-been.html diff --git a/_posts/2011-12-05-why-i-excited-about-legend-of-korra.html b/content/posts/2011-12-05-why-i-excited-about-legend-of-korra.html similarity index 100% rename from _posts/2011-12-05-why-i-excited-about-legend-of-korra.html rename to content/posts/2011-12-05-why-i-excited-about-legend-of-korra.html diff --git a/_posts/2011-12-08-the-direction-of-this-blog.html b/content/posts/2011-12-08-the-direction-of-this-blog.html similarity index 100% rename from _posts/2011-12-08-the-direction-of-this-blog.html rename to content/posts/2011-12-08-the-direction-of-this-blog.html diff --git a/_posts/2011-12-12-wandering-son-reflections-episode-1-no.html b/content/posts/2011-12-12-wandering-son-reflections-episode-1-no.html similarity index 100% rename from _posts/2011-12-12-wandering-son-reflections-episode-1-no.html rename to content/posts/2011-12-12-wandering-son-reflections-episode-1-no.html diff --git a/_posts/2011-12-15-wandering-son-reflections-episode-2.html b/content/posts/2011-12-15-wandering-son-reflections-episode-2.html similarity index 100% rename from _posts/2011-12-15-wandering-son-reflections-episode-2.html rename to content/posts/2011-12-15-wandering-son-reflections-episode-2.html diff --git a/_posts/2011-12-18-project-treewars-going-in-circles.html b/content/posts/2011-12-18-project-treewars-going-in-circles.html similarity index 100% rename from _posts/2011-12-18-project-treewars-going-in-circles.html rename to content/posts/2011-12-18-project-treewars-going-in-circles.html diff --git a/_posts/2011-12-19-wandering-son-reflections-episode-3-to.html b/content/posts/2011-12-19-wandering-son-reflections-episode-3-to.html similarity index 100% rename from _posts/2011-12-19-wandering-son-reflections-episode-3-to.html rename to content/posts/2011-12-19-wandering-son-reflections-episode-3-to.html diff --git a/_posts/2011-12-22-wandering-son-reflections-episode-4-no.html b/content/posts/2011-12-22-wandering-son-reflections-episode-4-no.html similarity index 100% rename from _posts/2011-12-22-wandering-son-reflections-episode-4-no.html rename to content/posts/2011-12-22-wandering-son-reflections-episode-4-no.html diff --git a/_posts/2011-12-29-doctor-who-doctor-widow-and-wardrobe.html b/content/posts/2011-12-29-doctor-who-doctor-widow-and-wardrobe.html similarity index 100% rename from _posts/2011-12-29-doctor-who-doctor-widow-and-wardrobe.html rename to content/posts/2011-12-29-doctor-who-doctor-widow-and-wardrobe.html diff --git a/_posts/2012-01-01-wandering-son-reflections-episode-5-no.html b/content/posts/2012-01-01-wandering-son-reflections-episode-5-no.html similarity index 100% rename from _posts/2012-01-01-wandering-son-reflections-episode-5-no.html rename to content/posts/2012-01-01-wandering-son-reflections-episode-5-no.html diff --git a/_posts/2012-01-23-mit-mystery-hunt-2012.html b/content/posts/2012-01-23-mit-mystery-hunt-2012.html similarity index 100% rename from _posts/2012-01-23-mit-mystery-hunt-2012.html rename to content/posts/2012-01-23-mit-mystery-hunt-2012.html diff --git a/_posts/2012-01-25-wandering-son-reflections-episode-6.html b/content/posts/2012-01-25-wandering-son-reflections-episode-6.html similarity index 100% rename from _posts/2012-01-25-wandering-son-reflections-episode-6.html rename to content/posts/2012-01-25-wandering-son-reflections-episode-6.html diff --git a/_posts/2012-01-28-wandering-son-reflections-episode-7-no.html b/content/posts/2012-01-28-wandering-son-reflections-episode-7-no.html similarity index 100% rename from _posts/2012-01-28-wandering-son-reflections-episode-7-no.html rename to content/posts/2012-01-28-wandering-son-reflections-episode-7-no.html diff --git a/_posts/2012-04-19-pygo-go-game-client.html b/content/posts/2012-04-19-pygo-go-game-client.html similarity index 100% rename from _posts/2012-04-19-pygo-go-game-client.html rename to content/posts/2012-04-19-pygo-go-game-client.html diff --git a/_posts/2012-04-23-concerto-for-rainy-day-2012-carolina.html b/content/posts/2012-04-23-concerto-for-rainy-day-2012-carolina.html similarity index 100% rename from _posts/2012-04-23-concerto-for-rainy-day-2012-carolina.html rename to content/posts/2012-04-23-concerto-for-rainy-day-2012-carolina.html diff --git a/_posts/2012-04-26-languages-of-skyrim.html b/content/posts/2012-04-26-languages-of-skyrim.html similarity index 100% rename from _posts/2012-04-26-languages-of-skyrim.html rename to content/posts/2012-04-26-languages-of-skyrim.html diff --git a/_posts/2012-09-07-doctor-who-asylum-of-daleks.html b/content/posts/2012-09-07-doctor-who-asylum-of-daleks.html similarity index 100% rename from _posts/2012-09-07-doctor-who-asylum-of-daleks.html rename to content/posts/2012-09-07-doctor-who-asylum-of-daleks.html diff --git a/_posts/2012-09-21-doctor-who-dinosaurs-on-spaceship.html b/content/posts/2012-09-21-doctor-who-dinosaurs-on-spaceship.html similarity index 100% rename from _posts/2012-09-21-doctor-who-dinosaurs-on-spaceship.html rename to content/posts/2012-09-21-doctor-who-dinosaurs-on-spaceship.html diff --git a/_posts/2012-10-03-doctor-who-town-called-mercy.html b/content/posts/2012-10-03-doctor-who-town-called-mercy.html similarity index 100% rename from _posts/2012-10-03-doctor-who-town-called-mercy.html rename to content/posts/2012-10-03-doctor-who-town-called-mercy.html diff --git a/_posts/2012-10-18-doctor-who-power-of-three.html b/content/posts/2012-10-18-doctor-who-power-of-three.html similarity index 100% rename from _posts/2012-10-18-doctor-who-power-of-three.html rename to content/posts/2012-10-18-doctor-who-power-of-three.html diff --git a/_posts/2012-10-25-an-adventure-in-transliteration.html b/content/posts/2012-10-25-an-adventure-in-transliteration.html similarity index 100% rename from _posts/2012-10-25-an-adventure-in-transliteration.html rename to content/posts/2012-10-25-an-adventure-in-transliteration.html diff --git a/_posts/2012-10-31-doctor-who-angels-take-manhattan.html b/content/posts/2012-10-31-doctor-who-angels-take-manhattan.html similarity index 100% rename from _posts/2012-10-31-doctor-who-angels-take-manhattan.html rename to content/posts/2012-10-31-doctor-who-angels-take-manhattan.html diff --git a/_posts/2013-10-22-this-blog-has-moved.html b/content/posts/2013-10-22-this-blog-has-moved.html similarity index 100% rename from _posts/2013-10-22-this-blog-has-moved.html rename to content/posts/2013-10-22-this-blog-has-moved.html diff --git a/_posts/2014-12-27-what-hell-is-happening-to-psn.html b/content/posts/2014-12-27-what-hell-is-happening-to-psn.html similarity index 100% rename from _posts/2014-12-27-what-hell-is-happening-to-psn.html rename to content/posts/2014-12-27-what-hell-is-happening-to-psn.html diff --git a/_posts/2015-10-30-intel-nuc-remote-controls-and-fedora-22.html b/content/posts/2015-10-30-intel-nuc-remote-controls-and-fedora-22.html similarity index 100% rename from _posts/2015-10-30-intel-nuc-remote-controls-and-fedora-22.html rename to content/posts/2015-10-30-intel-nuc-remote-controls-and-fedora-22.html diff --git a/_posts/2015-11-06-the-orange-box-custom-usb-flight.html b/content/posts/2015-11-06-the-orange-box-custom-usb-flight.html similarity index 100% rename from _posts/2015-11-06-the-orange-box-custom-usb-flight.html rename to content/posts/2015-11-06-the-orange-box-custom-usb-flight.html diff --git a/_posts/2016-04-12-yet-another-site-update.md b/content/posts/2016-04-12-yet-another-site-update.md similarity index 100% rename from _posts/2016-04-12-yet-another-site-update.md rename to content/posts/2016-04-12-yet-another-site-update.md diff --git a/_posts/2016-04-13-lambdaconf.md b/content/posts/2016-04-13-lambdaconf.md similarity index 100% rename from _posts/2016-04-13-lambdaconf.md rename to content/posts/2016-04-13-lambdaconf.md diff --git a/_posts/2016-05-04-sockets-close-wait-and-you.md b/content/posts/2016-05-04-sockets-close-wait-and-you.md similarity index 100% rename from _posts/2016-05-04-sockets-close-wait-and-you.md rename to content/posts/2016-05-04-sockets-close-wait-and-you.md diff --git a/_posts/2016-05-09-ffvi-guest-post.md b/content/posts/2016-05-09-ffvi-guest-post.md similarity index 100% rename from _posts/2016-05-09-ffvi-guest-post.md rename to content/posts/2016-05-09-ffvi-guest-post.md diff --git a/_posts/2016-12-25-super-mario-rpg-guest-post.md b/content/posts/2016-12-25-super-mario-rpg-guest-post.md similarity index 100% rename from _posts/2016-12-25-super-mario-rpg-guest-post.md rename to content/posts/2016-12-25-super-mario-rpg-guest-post.md diff --git a/_posts/2019-12-04-please-stop-using-github.md b/content/posts/2019-12-04-please-stop-using-github.md similarity index 100% rename from _posts/2019-12-04-please-stop-using-github.md rename to content/posts/2019-12-04-please-stop-using-github.md diff --git a/css/main.scss b/css/main.scss deleted file mode 100644 index ad87348..0000000 --- a/css/main.scss +++ /dev/null @@ -1,56 +0,0 @@ ---- -# Only the main Sass file needs front matter (the dashes are enough) ---- -@charset "utf-8"; - - - -// Our variables -$base-font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; -$base-font-size: 16px; -$base-font-weight: 400; -$small-font-size: $base-font-size * 0.875; -$base-line-height: 1.5; -$large-font-size: $base-font-size * 1.125; -$very-small-font-size: $base-font-size * 0.750; - -$spacing-unit: 30px; - -$text-color: #111; -$background-color: #fdfdfd; -$brand-color: #2a7ae2; - -$grey-color: #828282; -$grey-color-light: lighten($grey-color, 40%); -$grey-color-dark: darken($grey-color, 25%); - -// Width of the content area -$content-width: 800px; - -$on-palm: 600px; -$on-laptop: 800px; - - - -// Use media queries like this: -// @include media-query($on-palm) { -// .wrapper { -// padding-right: $spacing-unit / 2; -// padding-left: $spacing-unit / 2; -// } -// } -@mixin media-query($device) { - @media screen and (max-width: $device) { - @content; - } -} - - - -// Import partials from `sass_dir` (defaults to `_sass`) -@import - "base", - "layout", - "syntax-highlighting", - "custom" -; diff --git a/feed.xml b/feed.xml deleted file mode 100644 index a6628bd..0000000 --- a/feed.xml +++ /dev/null @@ -1,30 +0,0 @@ ---- -layout: null ---- - - - - {{ site.title | xml_escape }} - {{ site.description | xml_escape }} - {{ site.url }}{{ site.baseurl }}/ - - {{ site.time | date_to_rfc822 }} - {{ site.time | date_to_rfc822 }} - Jekyll v{{ jekyll.version }} - {% for post in site.posts limit:10 %} - - {{ post.title | xml_escape }} - {{ post.content | xml_escape }} - {{ post.date | date_to_rfc822 }} - {{ post.url | prepend: site.baseurl | prepend: site.url }} - {{ post.url | prepend: site.baseurl | prepend: site.url }} - {% for tag in post.tags %} - {{ tag | xml_escape }} - {% endfor %} - {% for cat in post.categories %} - {{ cat | xml_escape }} - {% endfor %} - - {% endfor %} - - diff --git a/index.html b/index.html deleted file mode 100644 index 14b9a10..0000000 --- a/index.html +++ /dev/null @@ -1,16 +0,0 @@ ---- -layout: default ---- -
- {% assign last_meta = site.categories.meta.first %} - {% if last_meta.active %} -
- Site Update: - - {{ last_meta.title }} - ({{ last_meta.date | date: "%Y-%m-%d" }}) -
- {% endif %} - - {% include post_list.html %} -
diff --git a/keybase.txt b/keybase.txt deleted file mode 100644 index 227da83..0000000 --- a/keybase.txt +++ /dev/null @@ -1,73 +0,0 @@ -================================================================== -https://keybase.io/annabunches --------------------------------------------------------------------- - -I hereby claim: - - * I am an admin of http://annabunch.es - * I am annabunches (https://keybase.io/annabunches) on keybase. - * I have a public key with fingerprint 82B1 FCF3 4308 1BE8 E788 26CF 2B85 6F73 EFEF 6022 - -To do so, I am signing this object: - -{ - "body": { - "key": { - "eldest_kid": "0101dd2527194aaa50e51db2c388fb9084d7520d7aa6b92ae085f93f941463cf20bd0a", - "fingerprint": "82b1fcf343081be8e78826cf2b856f73efef6022", - "host": "keybase.io", - "key_id": "2b856f73efef6022", - "kid": "0101dd2527194aaa50e51db2c388fb9084d7520d7aa6b92ae085f93f941463cf20bd0a", - "uid": "eb54329d8ea067cce4ccea5611847219", - "username": "annabunches" - }, - "service": { - "hostname": "annabunch.es", - "protocol": "http:" - }, - "type": "web_service_binding", - "version": 1 - }, - "ctime": 1482263032, - "expire_in": 157680000, - "prev": "dca71d8d7304444a1155559dc6f2d1c5fe912090301bbbe33d1426cef953ebd0", - "seqno": 20, - "tag": "signature" - } - -which yields the signature: - ------BEGIN PGP MESSAGE----- -Version: GnuPG v2 - -owGtkn9QVFUUx3f5KbgKE0NT1og+Ca1gfb9/LMsIZTPxo/xBDQGTO+/Hfexr4e2y -b1lWDQpT0DUiQiFtMmrIYTBjAlGL2JFRVjNz0FSGzMJidMA2KBXKzO0+pv5p+rMz -c+fOvedzvvecc8+bCyIN84z2FS1Xop4O+YxfTgiGF4r9ps2I4JQ2IpbNiAPMbaBc -AprH5lAkxIKgGIpJEk7hDMaRPM9TKKAwScBFgmVlgUNZUmIoHJUYnqcFDucBylIy -R8gciZE0Ico4Kkgoj6QjsqKWAbfLrageKMviAiaLMkESKIsJgAUMy+I0xAWWomWG -ADKQaRTHYaDdqekRMDmB14BZccI7eLDNpfcf/P+cd9WcHBAoksA5iQU8SjOiCEi4 -eIrGMJZkcIzTQQ24Vb4CQJpXVV6oUkU70JCadAQ6vIoI9N7qxfwbMkMqHXG5nR6n -6CyHHrvH47LogZ6NLp2sBoLtbw2boKgS7CQM8AK3pjhVxIJBUvQouihGsjhOEyiB -pyPA51LcwKboBMXQLApNfwZ4oaQk8gxWKrESQ6AkNB7DKGicJNIyLmEiJQMOw1EO -JVBMEARAEBJGwg8CMkcRALYG0cuqVJ2IBYeqHr4MimpKmcp7qtwAqYnfEfFwlME4 -zxATHaEPmSE+LvGfydt6JuGuSUyXFwxHF+Tlpx7bQPuXn3QHJyNng1uzX1xc8sDS -sWJH5PaPMw7kfa+gr2U+0UcH26e7bvjShmaPftJz2lq7ZlmtMxpfHDD1ezNGjrxx -DDOtDrHi7LJ9FarWev3bsLsvWFI2zRzp7bJ6m0ewkw5z0fwDvUvzsq7dqn/MeGek -eUW2q37018J7tyMez8jZttNEh9+7dOiH45XrujIDLWcLF9b5cnc0UX++MmstWL8z -Nyg1fjgTTF7fHm/qCZ5625h/3/TBw9ncsOHq+RMrlzdYbnUhGVTuID1pjw38EbP3 -uzq0oG181aQl/NVgnnPvF1GIa1HSJdyXTKvtgZY461BORdOEK9RW+s7hnrfQ4f77 -X7IndQe3+P1rByM1dt/7fRfa7mU7bidmDdQ9aSY2dKc9uN9/qKPq8uuvCo9YB55z -1GZI5ykx5ZehmYtZxhLjU1cufv5M4fbk49Hnfjbvbk3t/jSydVUg4tEA/m5nUkdu -d6fsLUlMY67GPT+9KSqtI9xQvCbn3O9Zm5qm7u75yXqTTkl4eSQ/vKQo7GhMG09a -+OPu07UHh0bZiSVUZ/Kkn60s+BotrX6oeuqz5LO7YsMp0kf12pYU2+XY6yVDmWO+ -M6MWbU8DEXNj6sSpyvGVjR/MkIuO9pub9yfQF54Nlf/mHvCOrL4zFsrpLUxd903N -/Gu7bhZtW1v0Fw== -=c943 ------END PGP MESSAGE----- - -And finally, I am proving ownership of this host by posting or -appending to this document. - -View my publicly-auditable identity here: https://keybase.io/annabunches - -================================================================== diff --git a/pages/about.md b/pages/about.md deleted file mode 100644 index 701ced7..0000000 --- a/pages/about.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: About -in_menu: true -permalink: /about/ ---- -## About the Site -Anna and the Bunches is a self-indulgent blog about the nerdy side of my life, which mostly means technology, games, and media. - -I like to tell myself it is intelligently written, witty, and deeply interesting, but I’ve been known to lie, so I don’t know if I trust myself on that. Caveat lector. - - -## About the Author -Everything here is written by Anna, a feminist witch in her 30s who spends her days writing software. Her interests include, but are not limited to: programming, video gaming, table-top roleplaying, speculative fiction, linguistics, strategy board games, hiking, and the simultaneous application of contradictory, overlapping worldviews. - -She enjoy using parenthetical phrases (such as this one), observing technology’s effects on culture, and every once in a while, just for fun, speaking in the third person. diff --git a/public_key.asc b/public_key.asc deleted file mode 100644 index 7e09441..0000000 --- a/public_key.asc +++ /dev/null @@ -1,316 +0,0 @@ ------BEGIN PGP PUBLIC KEY BLOCK----- - -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 -KVNxbA== -=yy/N ------END PGP PUBLIC KEY BLOCK----- diff --git a/ssh_pubkey b/ssh_pubkey deleted file mode 100644 index 6938d88..0000000 --- a/ssh_pubkey +++ /dev/null @@ -1 +0,0 @@ -ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAACAQCmTLwdrBp9NY02eN+UmdcFkHJ/UPstuf3tx9npxJ++78g6ErrMN50W3F9rwmjjCrvSE71dRTktfZy7Il+YbvwgAWQpgaL9VcQohNhha7zR2FXPq4lSQPKXQ7qjo9cBOmX0DQQV2U/XrMJNoHt93XT0BScjoHfXT16qpqyOwDePXpNl2AXRiZpCrHQ378FYjJLXM9nVy/T9MQl3zP8rWFnpwNslF8w7v07HqoyudygJDAbEVAZ0D4hwEgcfFK5OdJBOA5+9R+t1FJZ3JZiU2y+D9eAh9DHDdGweNz3KCk7k/vZCyWlGvvYxBObpCXl7+q3c1EAz30MP2dBdtrLoI8pJL499z4JlOW/J+MZslwEj8lberaNtQsnVBzFz7Lo0gZrFNg8OMlehaT+TQhCMuTN4r4+VFcNB2Zb9rElT7UCTVGr/FqbfHM01zLWDazD3j6tQkKfQwd/hvKDJdYciUjYRUG4Vpkwd9OxPQ7U1xGCLHu4ng44I4v72lkm4yTy27gdUS9UM7z+YIcb7m5nxFEsu1fZNKMQfgBfxFTl9FMP9DnMpxJg5+nrPdq4BFvm61tyYTQjBBVEWiiM5qeanfsO5Z73QtXgOH+sJser+7V5E13ars/SmTpQmoXLmnTF4vPSliEw0pTvksSlSQFlQDQVVG7iGT9YuRsAh9Xrgvk96ww== cardno:000605035567