add first post, remove test post
This commit is contained in:
parent
33147a898a
commit
587a53213f
2 changed files with 27 additions and 0 deletions
27
src/posts/first-post.md
Normal file
27
src/posts/first-post.md
Normal file
|
@ -0,0 +1,27 @@
|
||||||
|
---
|
||||||
|
title: Woah wait, a blog??
|
||||||
|
description: This is the first post, silly
|
||||||
|
date: 2023-09-23 09:10:00
|
||||||
|
---
|
||||||
|
|
||||||
|
o.o
|
||||||
|
|
||||||
|
Yes, a blog post!!
|
||||||
|
|
||||||
|
it's here
|
||||||
|
|
||||||
|
hiiiii!
|
||||||
|
|
||||||
|
So, like, I have a few post ideas already, but they were all on hold until I actually had a working site going to post them on. ... So expect those to come out some time.
|
||||||
|
|
||||||
|
I'm still in the process of thinking what should I feel this site with, besides the blog posts part, but future me will figure that out.
|
||||||
|
|
||||||
|
you, the reader, now be like:
|
||||||
|
> Woah wait, but how are you writing a site? is, it, like, a site generator or.. a silly content management system? You're writing this with Wordpress aren't you?
|
||||||
|
|
||||||
|
W-wait no...
|
||||||
|
|
||||||
|
The site is statically generated. I use <abbr title="eleventy">11ty</abbr> which has been pretty nice up 'till now, it's pretty fun to work with. Definitely more fun than working with something like Hugo, since I had to do the project directory structure by myself; I basically did everything from scratch rather than getting a Hugo theme or something. (git in the footer btw)
|
||||||
|
|
||||||
|
Anyway, see you with more posts hopefuly!!
|
||||||
|
|
Loading…
Reference in a new issue