Añade tema Bootiser basado en Bootstrap

This commit is contained in:
Manuel Cillero 2025-10-12 12:07:02 +02:00
parent ebf1828ea3
commit c1ba4ac7ea
115 changed files with 15682 additions and 4 deletions

9
Cargo.lock generated
View file

@ -1561,6 +1561,7 @@ dependencies = [
"indoc",
"itoa",
"pagetop-aliner",
"pagetop-bootsier",
"pagetop-build",
"pagetop-macros",
"pagetop-statics",
@ -1585,6 +1586,14 @@ dependencies = [
"pagetop-build",
]
[[package]]
name = "pagetop-bootsier"
version = "0.0.18"
dependencies = [
"pagetop",
"pagetop-build",
]
[[package]]
name = "pagetop-build"
version = "0.3.1"