The blog system behind Lancern's personal blog site.
Main features:
- Fetch and serve blog articles from Notion;
- Upload and serve blog articles written in Markdown. (todo)
This project consists of two sub-projects:
- The backend, which is a Rust workspace rooted at the project root directory;
- The frontend, which is a Next.js application located under the
ui
directory.
Please see docs/build.md.
Please see docs/notion.md.
Please see docs/deployment.md.
This project is open-sourced under the MIT license.