Commit 6e72f30
Migrate dependency management to uv and configure Lektor build (#14)
* Migrate dependency management to uv and configure Lektor build
- Add pyproject.toml with lektor and plugins (lektor-jinja-content,
lektor-gulp) as uv-managed dependencies
- Remove [packages] section from .lektorproject since plugins are
now installed via uv into the project venv
- Add .venv/ to .gitignore; commit uv.lock for reproducible installs
- Build with: uv sync && uv run lektor build
https://claude.ai/code/session_01JyM3QgKMzyP26kinYpfro9
* Add GitHub Actions workflow to deploy to Cloudflare Pages on merge to master
Builds the Lektor site with uv and deploys to Cloudflare Pages
using wrangler. Requires these GitHub secrets/variables:
- CLOUDFLARE_API_TOKEN (secret)
- CLOUDFLARE_ACCOUNT_ID (secret)
- CLOUDFLARE_PROJECT_NAME (variable)
https://claude.ai/code/session_01JyM3QgKMzyP26kinYpfro9
* adjust footer
* update build system
---------
Co-authored-by: Claude <noreply@anthropic.com>1 parent 1a781ea commit 6e72f30
21 files changed
Lines changed: 8780 additions & 7265 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
4 | 7 | | |
5 | 8 | | |
6 | 9 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
7 | | - | |
8 | | - | |
9 | | - | |
10 | 6 | | |
11 | 7 | | |
12 | 8 | | |
| |||
0 commit comments