> ## Documentation Index
> Fetch the complete documentation index at: https://base.bangwu.me/llms.txt
> Use this file to discover all available pages before exploring further.

# Environment & Deployment

> Environment setup and deployment tools hub covering Docker, Compose, Caddy, Supervisor, GitHub Actions, Jupyter, CDN, and blog hosting guides.

When starting out with programming, you'll have many questions about environment configuration — what are environment variables? What is `pip`? With so many Linux distros, how do package managers work? This section addresses those questions, along with blog hosting and toolchain setup.

<CardGroup cols={3}>
  <Card title="Docker" icon="container-storage" href="/env/docker">
    Containerized deployment and app management.
  </Card>

  <Card title="Docker Compose" icon="layer-group" href="/env/docker-compose">
    Multi-container orchestration and one-command deploy.
  </Card>

  <Card title="Caddy" icon="globe" href="/env/Caddy">
    Modern web server with automatic HTTPS.
  </Card>

  <Card title="Supervisor" icon="eye" href="/env/supervisor">
    Process daemon and background service management.
  </Card>

  <Card title="CDN Setup" icon="network-wired" href="/env/CDN">
    Domestic/overseas split CDN architecture.
  </Card>

  <Card title="Jupyter" icon="chart-line" href="/env/Jupyter">
    Interactive data analysis notebook.
  </Card>

  <Card title="GitHub Workflow" icon="code-branch" href="/env/github-workflow">
    GitHub Actions CI/CD automation.
  </Card>

  <Card title="npm supply chain" icon="shield-halved" href="/env/npm-supply-chain">
    Review and lock down npm install scripts.
  </Card>

  <Card title="Browser Observability" icon="magnifying-glass-chart" href="/env/browser-observability">
    Debug browser automation with read-only CDP tracing.
  </Card>

  <Card title="Git worktree" icon="code-branch" href="/env/git-worktree">
    Parallel checkouts for multi-branch and multi-agent work.
  </Card>

  <Card title="Markdown" icon="file-lines" href="/env/markdown">
    Markdown writing tips and tools.
  </Card>

  <Card title="Agent-ready docs" icon="robot" href="/env/agent-ready-docs">
    Make docs easier for AI agents to discover and read.
  </Card>

  <Card title="Agent harness" icon="robot" href="/env/agent-harness">
    Design the runtime layer around AI agents.
  </Card>

  <Card title="Beads" icon="diagram-project" href="/env/beads">
    Structured task memory for coding agents.
  </Card>
</CardGroup>

## Blog Setup

<CardGroup cols={2}>
  <Card title="Fuwari" icon="pen-nib" href="/env/Fuwari">
    Astro-based blog theme.
  </Card>

  <Card title="Image Hosting" icon="image" href="/env/imgbed">
    Qiniu OSS + DogeCloud CDN setup.
  </Card>
</CardGroup>
