poet 0.7.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
mod builds_project;
pub mod handler;
pub mod make;
mod respond_with_generated_page;
mod respond_with_generated_page_holder;
pub mod serve;
mod service;
mod service_manager;
mod value_parser;
pub mod watch;

const STATIC_FILES_PUBLIC_PATH: &str = "assets";