Skip to content

Next.js template for creating a blog. Now with dark mode and Next.js 12 πŸŽ‰

License

Notifications You must be signed in to change notification settings

wanidulf/nextjs-starter-blog

This branch is up to date with JoseRFelix/nextjs-starter-blog:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

b01937f Β· Dec 6, 2021

History

57 Commits
Dec 6, 2021
Dec 6, 2021
Dec 6, 2021
Jul 30, 2020
Dec 6, 2021
Dec 6, 2021
Dec 6, 2021
Apr 15, 2020
Jun 19, 2020
Dec 6, 2021
Dec 6, 2021
Nov 20, 2020
Dec 6, 2021
Dec 6, 2021
Nov 20, 2020
Dec 6, 2021
Dec 6, 2021

Repository files navigation

Next.js blog starter

Start off your writing journey with this Next.js markdown blog template.

✏ Features

πŸš€ Getting Started

First, run the development server:

npm run dev
# or
yarn dev

Open http://localhost:3000 with your browser to see the result.

You can start editing the page by modifying pages/index.js. The page auto-updates as you edit the file.

✍ Customizing Tailwind Typography

Tailwind Typography is an official tailwind plugin that provides a set of prose classes to add beautiful typographic defaults to any vanilla HTML you don't control (like HTML rendered from Markdown, or pulled from a CMS).

To customize the defaults provided by the plugin, add the overrides under the typography key in the theme section of the tailwind.config.js file. Refer to its default styles for more in-depth examples.

For more information, please check out Tailwind Typography's customization section.

πŸ“– Learn More

Next.js

To learn more about Next.js, take a look at the following resources:

You can check out the Next.js GitHub repository - your feedback and contributions are welcome!

Tailwind CSS

To learn more about Tailwind CSS, take a look at the following resources:

β˜‘ Upcoming features

  • Add Sitemap
  • Add RSS Feed
  • Dark Mode
  • Add support for WebP images
  • Add SEO Component
  • Add Dynamic Site Metadata

☁ Deploy

Deploy to Netlify

Deploy with ZEIT Now

About

Next.js template for creating a blog. Now with dark mode and Next.js 12 πŸŽ‰

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 97.0%
  • CSS 3.0%