# 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
Posts are stored in the /posts directory
Posts should follow this format explicitly
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
Upload images for your posts in the public/images/ directory Suggested naming conventions:
- mm-dd-yy
- mm-yy-articlename
You can edit the favicon in /public/images, and can change the header and footer in /components/layout.js.