Skip to content

Commit

Permalink
First blog post
Browse files Browse the repository at this point in the history
  • Loading branch information
CrazycatASG committed Jun 19, 2023
1 parent 8cb69d3 commit c2ca94a
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
11 changes: 11 additions & 0 deletions _layouts/blog.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
layout: default
---
<h1>{{ page.title }}</h1>


{{ content }}
<footer>
<h5>{{ page.date | date_to_string }} - {{ page.author }}</h5>
<h6><a href="/">Click here to go back.</a></h6>
</footer>
8 changes: 8 additions & 0 deletions _posts/2023-06-18-A-fresh-start.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
layout: blog
title: "Beginnings"
author: "Ender"
---

# I'm going to be honest with you.
This was meant to be a really short post. Like, really, really short. Originally, it was just 5 lines introducing myself and my intentions with this blog. But that's changed now. See, I've always had this burning passion for the web, ever since I was little. I'm not sure what facinated me about it, perhaps it was the wide range of material, maybe it was simply how all of this was created by connecting a bunch of computers together with a protocol. But either way, that doesn't matter now. The point is, I've wanted my own little space here on the web for a while. GitHub Pages offered me a way to do that, simply by placing a few HTML files here. But even so, I thought I could do something else. Turns out, you can use workflows to make GitHub Pages use the latest version of Jekyll (the tool gh pages uses), which is pretty useful for me, because that's exactly what I was using locally on my PC. Perfect! Thus, that brings us here. I'll reintroduce myself. Hi there, I'm Crazycat. This is my place on the internet. And hopefully, you can enjoy it too :)

0 comments on commit c2ca94a

Please sign in to comment.