Skip to content

ravinder-Olivier/nextjs-template-blog

Repository files navigation

NextJS-Template-Blog

Dependency Review

Getting Started

# Clone the repository 
git clone https://github.com/ravinder-Olivier/NextJS-Template-Blog.git

# cd into the directory
cd NextJS-Template-Blog

# Install dependancies
npm install --include-dev

# Run the program
npm run dev

Writing Posts

Posts are stored in the /posts directory

Format

Posts should follow this format explicitly Screen Shot 2022-08-25 at 11 46 09 AM

The first lines of code on the top will not show in the users view, it's only for the backend funcionality of the article thumbnails and meta; more info at Github.com/jonschlinkert/gray-matter

Images

Upload images for your posts in the public/images/ directory Suggested naming conventions:

  • mm-dd-yy
  • mm-yy-articlename

Customization

You can edit the favicon in /public/images, and can change the header and footer in /components/layout.js.

About

A template for a blog created with NextJS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published