Giter Club home page Giter Club logo

reshaped-blog-starter's Introduction

This is a personal blog starter repository built with Next.js and Reshaped. Blog design is inpired by brianlovin.com and onur.dev.

While all code can be forked right now and used for your own blog, I'm planning to publish it as a package and make it possible to only provide the content for the blog, instead of maintaining the whole Next.js application

Getting started

To use this for your own blog - start by forking and cloning the repository.

Once you have it cloned – install the dependencies. By default, we're using yarn but you can use it with the package manager of your choice. In the case of using a different package manager – you can delete the original lock file.

yarn

npm install

pnpm install

Start the project with the dev script:

yarn dev

Working with the content

  • To configure the application – use the src/config.ts file, which includes the menu structure and the general settings of the blog. You need to manually enter only the top-level menu items, while all submenu items are generated from the markdown file structure.
  • All content resides in the src/posts folder and files creates in it control the website routing and displayed submenu items. You can create .mdx files on the top level or create a subfolder like /article to create categories.
  • Markdown files support frontmatter format, where you can pass the article title and created date properties, they will be displayed in the articles list and on the article route
  • Markdown files support the vanilla markdown features, as well as custom Bio component:
<Bio
  title="Work"
  items={[
    {
      title: "Reshaped",
      href: "https://reshaped.so",
      label: "Front-end Engineer",
      date: "2020 –",
    },
    {
      title: "Figma",
      href: "https://figma.com",
      label: "Engineering Manager",
      date: "2020 – 22",
    },
    {
      title: "Vercel",
      href: "https://vercel.com",
      label: "Senior Front-end Engineer",
      date: "2018 – 20",
    },
  ]}
/>

reshaped-blog-starter's People

Contributors

blvdmitry avatar

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.