Add live reload support for local development
Replace static HTTP server with livereload-based dev server that watches posts/, layout/, and static/ directories for changes, rebuilds the site, and auto-refreshes the browser.
This commit is contained in:
parent
433d3b4a2a
commit
633c6e0b91
3 changed files with 30 additions and 4 deletions
|
|
@ -17,6 +17,7 @@ dependencies = [
|
|||
[dependency-groups]
|
||||
dev = [
|
||||
"black>=24.10.0",
|
||||
"livereload>=2.7.1",
|
||||
"mypy>=1.19.1",
|
||||
"types-pygments>=2.19.0.20251121",
|
||||
"types-requests>=2.32.4.20260107",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue