✨ [bootiser] Añade tema basado en Bootstrap
This commit is contained in:
parent
2dd9884a24
commit
b7d74bcfa0
123 changed files with 15735 additions and 13 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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,
|
||||
]
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue