Coder Social home page Coder Social logo

pavlovtech / nextblog Goto Github PK

View Code? Open in Web Editor NEW
54.0 54.0 1.0 17.72 MB

Blog built with NextJs 13, Contentlayer, Giscus and NextAuth. It uses Github API for admin section that allows managing markdown files rendered with Codemirror.

Home Page: https://alexpavlov.dev

TypeScript 69.92% JavaScript 13.55% CSS 16.54%
contentlayer markdown nextjs

nextblog's Introduction

Hey friends!

  • ๐Ÿ”ญ Iโ€™m Alex Pavlov
  • โšก I have 11 years of experience in Software Engineering
  • ๐Ÿ“– I'm an expert in .NET, RESTful services, software architecture, Angular, React, NextJS, Azure, SQL, NoSQL
  • ๐Ÿ”จ I'm working on the web scraping library for easy and declarative web scraping
  • ๐Ÿค” My blog is here: alexpavlov.dev
  • ๐Ÿ–ฅ I have a tech YouTube channel PavlovTech
  • ๐Ÿ–ฅ And Programmer's garage
  • ๐Ÿ‘จโ€๐Ÿ’ผ My daily job consists of designing system components, writing architecture documents, team lead activities and writing code
  • ๐Ÿค” Sometimes I answer questions at stackoverflow
  • ๐Ÿ“ซ You can reach me at the email in my GitHub profile

Linkedin Github Mail Stack Overflow Medium Twitter Blog





Skills


Skills

nextblog's People

Contributors

pavlovtech avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

Forkers

onmybob

nextblog's Issues

Not an issue

Just suggesting in case you don't know, but you can use redirects in next.config.js instead of putting a redirect in your root page.tsx.

About Next redirects

const nextConfig = {
    redirects: async () => {
        return [
            {
                source: '/',
                destination: '/blog',
                permanent: true,
            },
        ];
     },
    ...
}

Great job by the way

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.