I'm currently looking for the best blogging platform that can satisfy the following needs:
- Syntax highlight, because most of my post would be related to programming.
- Simple and beautiful appearance.
- Help me getting the audience.
I tried substack but don't find a built in syntax highlighting feature. Let's see if dev.to has it
'use client';
// This is a code block for javascript extension
// Using a simple react component as the example
export default function Page() {
return (
<h1>Hi there, welcome to my blog</h1>
)
}
Hmm, looks great so far.
Ok, I think I'll use dev.to as my main blog platform.
Top comments (0)