A static blog using notion database
morethan-log is a Next.js static blog that utilizes Notion as a Content Management System (CMS). This allows users to easily create and update blog posts and pages using the Notion app, without the need to commit changes to GitHub. The theme is deployed using Vercel, which ensures fast and reliable hosting for the website.
To install and customize the morethan-log theme, follow these steps:
site.config.js
file based on your preferences.NOTION_PAGE_ID
(Required): The Notion page Id obtained from the Share to Web URL.NEXT_PUBLIC_GOOGLE_MEASUREMENT_ID
: For Google Analytics Plugin.NEXT_PUBLIC_GOOGLE_SITE_VERIFICATION
: For Google Search Console Plugin.morethan-log is a Next.js blog theme that leverages Notion as a CMS and deploys the website using Vercel. It offers features such as writing posts in Notion, using it as a page for resumes and portfolios, and being SEO friendly. The installation process involves forking the repository, customizing the site.config.js
file, and deploying the theme on Vercel.