sagarmusabbir / nomad-next.js-notion-blog

Home Page:https://sagarsterminal.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

sagars-terminal

image

Next.js static blog using Notion as a Content Management System (CMS). Supports both Blog format Post as well as Page format for Resume. Deployed using Vercel.

Demo Blog

Features

πŸ“’ Writing posts using notion

  • No need of commiting to Github for posting anything to your website.
  • Posts made on Notion are automaticaly updated on your site.

πŸ“„ Use as a page as resume

  • Useful for generating full page sites using Notion.
  • Can be used for Resume, Portfolios etc.

πŸ‘€ SEO friendly

  • Dynamically generates OG IMAGEs (thumbnails!) for posts. (og-image-korean).
  • Dynamically creates sitemap for posts.

πŸ€– Customisable and Supports various plugin through CONFIG

  • Your profile information can be updated through Config. (site.config.js)
  • Plugins support includes, Google Analytics, Search Console and also Commenting using Github Issues(Utterances) or Cusdis.

Getting Started

  1. Star this repo.

  2. Fork the repo to your Profile.

  3. Duplicate this Notion template, and Share to Web.

  4. Copy the Web Link and keep note of the Notion Page Id from the Link which will be in this format [username.notion.site/NOTION_PAGE_ID?v=VERSION_ID].

  5. Clone your forked repo and then customize site.config.js based on your preference.

  6. Deploy on Vercel, with the following environment variables.

    • NOTION_PAGE_ID (Required): The Notion page Id got from the Share to Web URL. This is not the entire URL, but just the NOTION_PAGE_ID part as shown above.
    • NEXT_PUBLIC_GOOGLE_MEASUREMENT_ID : For Google analytics Plugin.
    • NEXT_PUBLIC_GOOGLE_SITE_VERIFICATION : For Google search console Plugin.
    • NEXT_PUBLIC_NAVER_SITE_VERIFICATION : For Naver search advisor Plugin.

License

The MIT License.

About

https://sagarsterminal.vercel.app

License:MIT License


Languages

Language:TypeScript 96.2%Language:JavaScript 3.3%Language:Makefile 0.5%Language:Dockerfile 0.1%