31 May 2021
Next JS Blog template free download gratis
Build Next JS blog with markdown lang
Yes.. next is a popular modern framework same like gatsby with next you can create react web app easly and fast, now we have a template for build modern website develope by next js.you can download it and change any code and article with your own. For first you need to have node or you can download in here →Then install node on your device.
Here we go a template display or youn can test drive demo here →
Home page area
Blog Post Article
Article Page content
Installation Next Blog Themes
Oke after download and install node on your device now you already to download next js blog template source code, you can download on sourceforge or fork we repo on github.Github
Extarct download folder on your project folder, then you need to run node npm or git,right clik and select git bash here if using git , with run command
npm install && npm start
after installation source code finish now you can visit on localhost:3000 via web browser. and congratulations now your next js blog is live.
Change and edit Blog Page Article
For change article you can visit on pages folderindex.mdx file for edit and change display on home page area
order.mdx file for edit order area
And for article blog you can open on post folder, then edit all article and post with you needed in here.
For SEO Configuration change on _document.js.
That's it now you ready to develope modern website blog using next js, hapy codding..