用 Next.js 重构 blog ,TODO list

blog todo

一期

二期

  • favicon

  • Google Analytics

    • sitemap 检查
  • test workflow for dependabot

  • SEO better, og:type=article read more: https://ogp.me/#types

  • 文章按创建时间倒序

  • 写 README 与项目简介

  • Rss etc https://github.com/jpmonette/feed

  • 响应式适配

  • tips:

    • md syntax -> mdx(react component) : use mdx provider component rewriting (code block to mermaid component)
    • md syntax -> special html -> use rehype plugin rewriting (katex, highlight)
    • special md syntax -> use remark plugin rewriting (could not to mdx, should first to html and then mdx provider rewrite)

plus: