A static blog build on top of Notion and Nextjs, deployed on Vercel.
Demo: https://nobelium.vercel.app/
π Fast and responsive
π€ Deploy instantly
π Fully functional
π¨ Easy for customization
πΈ Pretty URLs and SEO friendly
blog.config.js
favicon.svg
, and favicon.ico
in /public
folder with your ownNOTION_PAGE_ID
(Required): The ID of the Notion page you previously shared to the web, usually has 32 digits after your workspace addressNOTION_ACCESS_TOKEN
(Optional, not recommended): If you decide not to share your database, you can use token to let Nobelium grab data from Notion database. You can find it in your browser cookies called token_v2
Unofficial, thanks to @Vaayne's work!
# set env
export NOTION_PAGE_ID=xxx # your NOTION_PAGE_ID
export IMAGE=nobelium:latest
# build with docker
docker build -t ${IMAGE} --build-arg NOTION_PAGE_ID .
# run with docker
docker run -d --name nobelium -p 3000:3000 -e NOTION_PAGE_ID=${NOTION_PAGE_ID} nobelium:latest
# pull image
docker pull ghcr.io/craigary/nobelium:main
# run with docker
docker run -d --name nobelium -p 3000:3000 -e NOTION_PAGE_ID=${NOTION_PAGE_ID} ghcr.io/craigary/nobelium:main
Check out our roadmap here
@tailwindcss/jit
compilerblog.config.js
.
Notion CN Community |
SilentDepth |
Lee Robinson |
Spencer Woo |
Craig Hart π« π§ π¨ π |
yokinist π§ π |
Reynard π¨ π |
Niin π§ π |
Ruter π§ π |
The MIT License.