poet 0.2.0

Static site generator with optional MCP server and LLM SEO optimizations
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Poet

## Usage

Generate output files:

```sh
poet generate . --public-path http://127.0.0.1:8080/ --output-directory output
```

Watch:

```sh
poet watch .
```