Añade nuevo tema para pruebas llamado Aliner

This commit is contained in:
Manuel Cillero 2025-10-11 21:36:06 +02:00
parent 3f394769db
commit 485974b437
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()
}