summaryrefslogtreecommitdiff
path: root/posts
diff options
context:
space:
mode:
authorBlaise Thompson <blaise@untzag.com>2020-04-11 20:20:27 -0500
committerBlaise Thompson <blaise@untzag.com>2020-04-11 20:20:27 -0500
commitaf97cdcd4997186fccc955b78577407604fd10ac (patch)
treea37aabfff8c873bdf868c662eb2cd49b22e90358 /posts
parent5e2a82641aab330f9a94a74b5fa4386dd684d7f1 (diff)
instrumental software
Diffstat (limited to 'posts')
-rw-r--r--posts/a.md8
-rw-r--r--posts/hello-world.md6
-rw-r--r--posts/instrumental-software.md10
-rw-r--r--posts/meta.md26
4 files changed, 36 insertions, 14 deletions
diff --git a/posts/a.md b/posts/a.md
deleted file mode 100644
index c18feb5..0000000
--- a/posts/a.md
+++ /dev/null
@@ -1,8 +0,0 @@
-title: why not
-date: 2020-04-10
-
-Header:
--------
-*Markdown content*
-
-a
diff --git a/posts/hello-world.md b/posts/hello-world.md
deleted file mode 100644
index b419d8d..0000000
--- a/posts/hello-world.md
+++ /dev/null
@@ -1,6 +0,0 @@
-title: Hello world!
-date: 2020-04-11
-
-Header:
--------
-*Markdown content*
diff --git a/posts/instrumental-software.md b/posts/instrumental-software.md
new file mode 100644
index 0000000..763ce6b
--- /dev/null
+++ b/posts/instrumental-software.md
@@ -0,0 +1,10 @@
+title: instrumental-software
+date: 2020-04-12
+
+# table of contents
+
+[TOC]
+
+# bluesky
+
+test 12 \ No newline at end of file
diff --git a/posts/meta.md b/posts/meta.md
new file mode 100644
index 0000000..0e5bcb8
--- /dev/null
+++ b/posts/meta.md
@@ -0,0 +1,26 @@
+title: meta
+date: 2020-04-11
+
+What is a "blog" to me, and why have I decided to create one?
+What technologies enable this blog?
+
+# table of contents
+
+[TOC]
+
+# what
+
+For several years, I have tried to maintain a "brain" of heirarchial information for my personal notes.
+Frankly, that experiment failed.
+There was too much of a barier to entry for throwing information into the "brain", because the heirarchy required too much thought about where the information should go.
+
+That said, this "blog" has roughly the same purpose---organizing my personal notes.
+Why do I share my blog publicly?
+Honestly, the biggest reason is that privacy is a hassle, and by sharing these pages publicly I personally will be able to access them as easily as possible. Privacy is hard, and not worth doing poorly. I see no reason for this information to be private, so I choose to make it public.
+
+# how
+
+- posts are written in markdown.
+- git to store and sync files between machines
+- python to format org into html
+- nginx to serve html