summary refs log tree commit diff stats
path: root/_posts/2023-06-23-welcome-to-my-blog.md
diff options
context:
space:
mode:
authormounderfod <mounderfod@gmail.com>2023-06-23 11:51:10 +0100
committermounderfod <mounderfod@gmail.com>2023-06-23 11:51:10 +0100
commitc87168af7d6f44748d5efd102cb9bef7cdc60fcd (patch)
treeb5a72b53c8cacae1e7d409de01b4ef70fe7e2e88 /_posts/2023-06-23-welcome-to-my-blog.md
parentf95423ae8bb6d63b781881395e341f5ab6eff49e (diff)
downloadwebsite-c87168af7d6f44748d5efd102cb9bef7cdc60fcd.tar.gz
Add initial post
Diffstat (limited to '_posts/2023-06-23-welcome-to-my-blog.md')
-rw-r--r--_posts/2023-06-23-welcome-to-my-blog.md15
1 files changed, 15 insertions, 0 deletions
diff --git a/_posts/2023-06-23-welcome-to-my-blog.md b/_posts/2023-06-23-welcome-to-my-blog.md
new file mode 100644
index 0000000..ee3b845
--- /dev/null
+++ b/_posts/2023-06-23-welcome-to-my-blog.md
@@ -0,0 +1,15 @@
+---
+title: Welcome to my blog!
+layout: post
+date: '2023-06-23 11:51:01'
+---
+
+Hello, I have decided to set up a blog on my website :)
+Basically, I will use this page to create more long-form posts to express various ideas and other things that I've found cool recently.
+
+### How does the website work?
+The frontend was all written by me in raw HTML/CSS. The little time marquee at the top of the page was my own idea, but I... *borrowed* the time formatting code from Stack Overflow.
+
+In terms of backend, the website uses [Jekyll](https://jekyllrb.com) and is being hosted on [GitHub](https://github.com/mounderfod/website) using Vercel to deploy it.
+
+If anything is not working or you just want to contact me, see the [About page](/about).