[bootiser] Añade tema basado en Bootstrap

This commit is contained in:
Manuel Cillero 2024-12-28 12:31:47 +01:00
parent 2dd9884a24
commit b7d74bcfa0
123 changed files with 15735 additions and 13 deletions

View file

@ -14,8 +14,8 @@ authors.workspace = true
[dependencies]
pagetop.workspace = true
pagetop-bootsier.workspace = true
pagetop-mdbook.workspace = true
#pagetop-bootsier.workspace = true
serde.workspace = true
static-files.workspace = true

View file

@ -1,10 +1,7 @@
[app]
name = "PageTop"
description = "An opinionated web framework to build modular Server-Side Rendering web solutions."
#theme = "Basic"
#theme = "Chassis"
#theme = "Inception"
#theme = "Bootsier"
theme = "Bootsier"
[log]
rolling = "Daily"

View file

@ -17,10 +17,10 @@ impl PackageTrait for PageTopWebSite {
fn dependencies(&self) -> Vec<PackageRef> {
vec![
// Packages.
// Paquetes.
&pagetop_mdbook::MdBook,
// Theme.
//&pagetop_bootsier::Bootsier,
// Temas.
&pagetop_bootsier::Bootsier,
]
}