/ublog

Lancern's personal blog system

Primary LanguageRustMIT LicenseMIT

ublog

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)

Project Structure

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.

Build

Please see docs/build.md.

Blogging with Notion

Please see docs/notion.md.

Deployment

Please see docs/deployment.md.

License

This project is open-sourced under the MIT license.