Do you want to create your own blog site? Starter-Template-For-Blog provides everything you need to build a complete blog site, packed with essential

Search code, repositories, users, issues, pull requests...

submited by
Style Pass
2024-11-10 11:00:03

Do you want to create your own blog site? Starter-Template-For-Blog provides everything you need to build a complete blog site, packed with essential features. Built with Next.js, TailwindCSS, and TypeScript, this template makes setup simple: just clone the project and start adding your posts.Everything is set up—just dive in and start building your blog!

Once these are set, just add your content! Your Markdown files will automatically be converted to HTML and displayed on the site!

Change profileName, profileIntroduction, and profileGithubLink in custom/navigation.ts. For the profile picture, replace profile_pic.png in the custom/ folder with your image (keeping the filename the same).

src/post/MarkDownPost.tsx applies styles to parsed markdown data converted to HTML. You can customize the blog post design here.

For more detailed customization beyond what’s described, explore the src/ folder. Various components are in here, with comments added to most of the code. Feel free to edit.

Leave a Comment