diff options
Diffstat (limited to 'src/blog')
-rw-r--r-- | src/blog/welcome.html | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/src/blog/welcome.html b/src/blog/welcome.html new file mode 100644 index 0000000..98de4f5 --- /dev/null +++ b/src/blog/welcome.html @@ -0,0 +1,29 @@ +title: Welcome! +date: June 26, 2019 +--- +<p> +Hello, internet! In the spirit of +<a href='http://www.alwaysownyourplatform.com/'> +<pre> +(•_•) +<) )╯Always +/ \ + +\(•_•) + ( (> Own + / \ + + (•_•) +<) )> Your Platform + / \ +</pre> +</a> +I've decided to launch my own website and blog. +</p> +<p> +In the spirit of minimalism, it's (as you can see) very bare-bones. +</p> +<p> +In the spirit of self-reliance, it's built with a custom static site generator +(which is really just a few glorified Ruby scripts) that (again, in the spirit +of minimalism) do only what I need them to do (and hopefully do so well!). |