Añade nuevo tema para pruebas llamado Aliner

This commit is contained in:
Manuel Cillero 2025-10-11 21:36:06 +02:00
parent 7f052c86bd
commit d5b31177ab
7 changed files with 761 additions and 142 deletions

View file

@ -0,0 +1,7 @@
use pagetop_build::StaticFilesBundle;
fn main() -> std::io::Result<()> {
StaticFilesBundle::from_dir("./static", None)
.with_name("aliner")
.build()
}