phiresky's blog

About my personal projects and other stuff

Creating a blog

Last Update

Hello World! I finally decided to make a blog to put my ramblings and projects.

After some deliberation I settled on using next.js, so I can use React+TypeScript, don’t need a server and the website is accessible without JS enabled.

The content is written as markdown, though I’m adding some neat stuff so I can do stuff like this:

```barchart
title: Awesomeness of my blog
series: Awesomeness from 1 to 10
data:
    mine: 11
    hediet's: 5
```

to result in this:

Awesomeness of my blog

036912minehediet's
  • Awesomeness from 1 to 10

See hediet’s blog for comparison.