diff options
Diffstat (limited to '_posts/2023-06-23-welcome-to-my-blog.md')
-rw-r--r-- | _posts/2023-06-23-welcome-to-my-blog.md | 18 |
1 files changed, 13 insertions, 5 deletions
diff --git a/_posts/2023-06-23-welcome-to-my-blog.md b/_posts/2023-06-23-welcome-to-my-blog.md index ee3b845..aedb4e1 100644 --- a/_posts/2023-06-23-welcome-to-my-blog.md +++ b/_posts/2023-06-23-welcome-to-my-blog.md @@ -1,15 +1,23 @@ --- title: Welcome to my blog! layout: post -date: '2023-06-23 11:51:01' +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. + +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. +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). +If anything is not working or you just want to contact me, see the +[About page](/about). |