sanriodev / Hello blog.blvckleg.dev

Created Sun, 22 Sep 2024 21:49:08 +0200 Modified Wed, 26 Feb 2025 14:52:17 +0000
89 Words

About this blog

Hi, I recently tried to implement a cool blogging feature on my website.

However the libraries used to render markdown in react.js were quite a pain to use and did not quite satisfy my needs.

That’s when I found out about Hugo. And I quickly decided to create a website specifically for blogging with it and host it on it’s own subdomain.

So… again… if you’re reading this and you’re not me, Welcome!

package main

import "fmt"

func main() {
    fmt.Println("Hello blog.blvckleg.dev")
}
go run hello.go