GitHub - harshithmullapudi/tsukuru: minimal mdx static site generator

1 min read Original article ↗

Easy personal website creator with nextjs, shadcn and MDX. Example site. This repository has the necessary nextjs app and the cli package to run the app.

{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "name": "Harshith.sh",
  "description": "This is my personal blog",
  "navigation": [
    {
      "group": "Harshith",
      "pages": [ "about" ]
    },
    {
      "group": "Anime",
      "pages": [ "anime", "anime/naruto" ]
    }
  ],
  "socials": {
    "github": "https://github.com/harshithmullapudi"
  }
}