Skip to content

Repository files navigation

个人笔记

avator

Local preview

Install uv, then run:

uv sync --locked
uv run --locked mkdocs build --strict
uv run --locked mkdocs serve
  • uv sync --locked creates or updates .venv from the exact versions in uv.lock; it does not install packages globally.
  • uv run --locked refuses to run if pyproject.toml and uv.lock disagree.
  • mkdocs build --strict writes the generated site to site/ and treats warnings as build failures.
  • mkdocs serve starts the development server on http://127.0.0.1:8000/ and rebuilds when source files change.

About

Let's just blog more.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages