From d5bfc8840746df1667a0d20925afced557afcf53 Mon Sep 17 00:00:00 2001 From: Robby Zambito Date: Tue, 1 Dec 2020 08:59:23 -0500 Subject: Added some photos, updated theme, moved posts around, started working on new post --- content/posts/hello-world/index.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 content/posts/hello-world/index.md (limited to 'content/posts/hello-world') diff --git a/content/posts/hello-world/index.md b/content/posts/hello-world/index.md new file mode 100644 index 0000000..35be836 --- /dev/null +++ b/content/posts/hello-world/index.md @@ -0,0 +1,24 @@ +--- +title: "Hello World" +date: 2020-10-30T09:19:45-04:00 +draft: false +hidden: false +type: "post" +tags: [introduction] +--- + +I am ditching my old site for this one for several reasons. My old site was +built in Vue, and I thought it looked very nice. However because the entire +site was built in Vue, it could not be viewed without JavaScript. I don't have +issues with using JavaScript in general, but it seemed a little absured that a +site as simple as mine required it to render. + +Requiring JavaScript also meant that my site could not be properly archived by +[The Wayback Machine](https://web.archive.org/). I enjoy looking at old versions +of websites, so being able to look back on my own website in the future is +important to me. + +I hope to use this site as a place to publish my ideas, and write about projects +that I'm working on. You can get regular updates by following the +[RSS feed](/posts/index.xml) + -- cgit