Skip to content

Dev4Learn/Dev4learnblog

 
 

Repository files navigation

Using Geeky Nextjs for making a blog about self-taught web development

Hi i want to share my git repo here! It is my very first web development project based on Nextjs. The project is a blog about self-taught web development. I will sharing my pratice, the last tech features and many other thing! I think the better way to learn is teaching how work the thing! If anybody would help me or collaborate dont be shy and share me your knowledge! Blog on nextjs

license code size contributors

Key Features

  • Google Page Speed score 100! (Desktop)
  • Supports Contact Form
  • Disqus Comment Support
  • Related Posts Suggestion
  • MDX Support with many built-in custom components
  • Semantic HTML Document Structure
  • Custom Logo Support
  • Includes All SCSS Files
  • Taxonomy Page Support
  • Images Optimized With Next/image

Installation

After downloading the template, you have some prerequisites to install. Then you can run it on your localhost. You can view the package.json file to see which scripts are included.

Install prerequisites (once for a machine)

Local setup

After successfully installing those dependencies, open this template with any IDE [VS Code recommended], and then open the internal terminal of IDM [vs code shortcut ctrl/cmd+`]

  • Install dependencies
npm install
  • Run locally
npm run dev

After that, it will open up a preview of the template in your default browser, watch for changes to source files, and live-reload the browser when changes are saved.

Production Build

After finishing all the customization, you can create a production build by running this command.

npm run build

Reporting Issues

We use GitHub Issues as the official bug tracker for this Template. Please Search existing issues. It’s possible someone has already reported the same problem. If your problem or idea has not been addressed yet, feel free to open a new issue.

License

Copyright (c) 2019 - Present, Designed & Developed by statichunt

Code License: Released under the MIT license.

Image license: The images are only for demonstration purposes. They have their license, we don't have permission to share those images.

Releases

No releases published

Sponsor this project

 

Packages

No packages published

Languages

  • JavaScript 91.4%
  • SCSS 8.6%