BlogRouteSource class
Converte o blog (posts + categorias + tags + índice) em RouteMetas, integrando o conteúdo markdown à camada SEO: cada item gera sozinho sua entrada no sitemap, no llms.txt e seu JSON-LD.
- Implemented types
Constructors
-
BlogRouteSource({required List<
BlogPost> posts, required Taxonomy taxonomy}) -
const
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
resolve(
) → Future< List< RouteMeta> > -
override
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited