Welcome to Typecho~
如果您看到这篇文章,表示您的 blog 已经安装成功.
Welcome to Morethan-log!
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.
Repository | Demo Blog | Demo Resume
📒 Writing posts using notion
📄 Use as a page as resume
👀 SEO friendly
🤖 Customisable and Supports various plugin through CONFIG
site.config.js
)To use morethan-log, you must follow the steps below.
NOTION_PAGE_ID
?v=VERSION_ID
].site.config.js
based on your preference.Deploy on Vercel, with the following environment variables.
NOTION_PAGE_ID
(Required): The Notion page Id got from the Share to Web URL.GOOGLE_MEASUREMENT_ID
: For Google analytics Plugin.GOOGLE_SITE_VERIFICATION
: For Google search console Plugin.You can set your blog configuration by editing site.config.js
.
When you write a post, you should check the properties below.
一年时间,终于决定把博客从 WordPress 迁移至 HUGO
原因很简单,一方面,我的文章并不多,但 WordPress 的访问速度已经有些慢了,而 HUGO 作为静态博客,则完全没有这方面的顾虑;另一方面,我逐渐开始使用 Obsidian 记录笔记/日记,WordPress 对于 MarkDown 的支持不太友好,故考虑迁移博客。