DEV Community

Cover image for Resources to Build your Blog using Next.js and DEV.to

Resources to Build your Blog using Next.js and DEV.to

Pranav Birajdar on March 19, 2021

I recently finished building my blog using Next.js, TypeScript, Tailwind and DEV.to CMS. This was my first time learning and using: TypeScript...
Collapse
 
eliancodes profile image
Elian Van Cutsem

Hey, I saw you didn't know how to add syntax highlighting to your blog. Just use tripple backticks and add the language. TailwindCSS/Typography will take care of the rest:

<body>
  <p>Hello</p>
</body>
Enter fullscreen mode Exit fullscreen mode

Maybe you can take some inspiration out of my own site / blog:
elianvancutsem.com

Collapse
 
prnvbirajdar profile image
Pranav Birajdar

I have the tripple backticks and language added. For some reason, Typography is not rendering the highlighted syntax. I'm looking into it, and will hopefully get it fixed!

You have an amazing website btw! Love the colors.

Collapse
 
preyasprathap profile image
preyas prathap

Add your blog's link in article.
❤️

Collapse
 
prnvbirajdar profile image
Pranav Birajdar

It's almost ready. I'll post it tomorrow with a new article about SEO optimization!

Collapse
 
prnvbirajdar profile image
Pranav Birajdar
Thread Thread
 
kulu123z profile image
KULDIP MOCHI

Can you provide article how to include hash node blog in nextjs

Collapse
 
ben profile image
Ben Halpern

Neat!

Collapse
 
prnvbirajdar profile image
Pranav Birajdar

Woah, this is a pleasant surprise! Love this community you have built Ben. It's very welcoming!

Collapse
 
stuartcmd profile image
Stuart

Pranav, thanks for your excellent guide!

Collapse
 
prnvbirajdar profile image
Pranav Birajdar

You're very welcome Stuart! :)

Collapse
 
jameswallis profile image
James Wallis

Hey Pranav, thanks for linking my articles! Happy they helped, can’t wait to see your finished website!

Collapse
 
prnvbirajdar profile image
Pranav Birajdar • Edited

You're welcome mate! Your posts were really helpful. I'm almost done with my website. Just facing some problems with ISR at the moment.

Collapse
 
saizferri profile image
Adrian Saiz

Nice! Thanks

Collapse
 
lucasandre profile image
Lucas André

Noice

Collapse
 
andrewbaisden profile image
Andrew Baisden

Nice!