dkhd / notion-portfolio-blog

Make your own personal website powered by Notion with Next.js and Vercel in minutes. Portfolio, Blog, Courses and more.

Home Page:https://demo.notionfol.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

StargazersForksContributorsMIT LicenseIssues


Logo

Notionfolio

Make your own portfolio + Notion-powered blog in minutes with Next.js and Vercel.

View Demo Β· Report Bug Β· Request Feature

Table of Contents
  1. About The Project
  2. Getting Started
  3. Roadmap
  4. Sites using notionfol.io
  5. Contributing
  6. License
  7. Contributors

About The Project

This repo is what I use to power my personal blog and portfolio site mehdibha.co. It's perfect for building your own personal website if you are a developer, a designer, a researcher, a writer with almost everything customizable.

Screenshot

Features

  • πŸ“’ Writing posts using Notion as CMS
  • πŸ‘€ Pretty URLs & SEO friendly
  • πŸ€– Entirely customisable through one config file
  • πŸš€ Fast page views
  • πŸ’Ό Sleek Portfolio -> Showcase your work elegantly and professionally.
  • πŸŒ“ Dark and light mode
  • πŸ“± Responsive design
  • ♻️ Incremental static regeneration (Every x minutes re-update website content so no need to redeploy)
  • πŸ“° RSS feed
  • πŸš€ Deploy on Vercel in minutes
  • πŸ” Search posts instantly
  • πŸ“ˆ Analytics with vercel analytics
  • Dispaly your courses

Built with

  • Next.js (v13 with app dir) and React
  • Typescript
  • Tailwind CSS
  • Shadcn-ui as starter components
  • React-notion-x

Getting Started

If you want to clone the project and make you personal notionfolio

Configuratuion

  • Star the repo
  • Duplicate this Notion template, and share it to the public
  • Fork this project
  • Customize /src/config/site.ts
  • Replace favicons and images /public
  • Add NOTION_PAGE_ID as an env variable (see .env.exemple)
  • Deploy on Vercel (do not forget to add env variables)
  • Run script to update website for new features (yarn run update-template) (it syncs with this repo without changing config file and /public)

Roadmap

  • Make the website responsive
  • Projects archive page
  • Generate a sitemap and robots.txt
  • Implement RSS feed
  • Add thumbnails to posts
  • Implement analytics
  • Infinite scroll in blog page
  • CI / pre-commit hooks
  • Introduce courses feature
  • Introduce tools feature
  • Make config more optionnal (config/site.ts)
  • Collect emails
  • Improve SEO and lighthouse score
  • Auth + comments
  • implement i18n
  • Switch from react-notion-x to a custom component
  • Make a website to generate notionfolios from it directly

Sites using notionfol.io

We will be happy to mention you here, just make a pull request and we will add you

Contributing

See the contribution guide and join our amazing list of contributors!

License

Distributed under the MIT License. See LICENSE for more information.

Contributors

Mehdi BHA
Mehdi BHA

About

Make your own personal website powered by Notion with Next.js and Vercel in minutes. Portfolio, Blog, Courses and more.

https://demo.notionfol.io

License:MIT License


Languages

Language:TypeScript 94.4%Language:CSS 4.5%Language:JavaScript 0.9%Language:Shell 0.3%