1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
|
title: "First Post"
permalink: '1-first-post'
date: {m: 4, d: 10, y: 2017}
thumbnail: 'static/media/00-puppet-thing.png'
presentArt: true
categories:
- 'art'
- 'text'
---
# First Post
Hello, world! Or whatever.
This is just a test blog for now. I'm planning on throwing art and stuff onto
the site, so I guess you can expect that.
This isn't the first time I've done a blog, and it'll probably be relatively
short-lived like the others, but then again, I actually programmed this from
scratch, and it's a kind of interesting setup (serverless/single-page). Here's
the [GitHub repository][repo] if you're curious!
---
I guess I'll explain.
In the very beginning(tm), I used Scratch to post art. Haha. Scratch was
flawed, though. I wrote a little bit (somewhat indirectly) about that
[here][scratch-flaws]. But really Scratch just wasn't designed to, well,
"professionally" share art.
So for a while I was using Twitter to post art, instead. This wasn't perfect,
either, though. Twitter is nice for sharing random junk like
[this][neck-sizes], but not so much art projects I've put semi-significant
amounts of work into. It's not a very good place for sharing detailed feedback.
What I eventually noticed is that a blog would work best. Just, you know, a
place where I can post updates on the stuff I've made, and at least have the
technical potential for better discussion. So I programmed a blog, because I'm
too lazy to mess around with server hosts and Jekyll and other horrible stuff.
(And also because I wanted to. Obligatory [motivation.][motivation])
---
Here's a picture, for good measure's sake.
![Puppet thing](static/media/00-puppet-thing.png)
[repo]: https://github.com/towerofnix/blog
[scratch-flaws]: https://scratch.mit.edu/projects/152633913/
[neck-sizes]: https://twitter.com/towerofnix/status/844198786410930176
[motivation]: https://youtu.be/uNjxe8ShM-8?t=1m41s
|