💄 Prepare themes and set default for Drust
This commit is contained in:
parent
cafa1d53a2
commit
046d5605e9
132 changed files with 16514 additions and 170 deletions
|
|
@ -3,25 +3,22 @@ name = "drust"
|
|||
version = "0.0.3"
|
||||
edition = "2021"
|
||||
|
||||
description = "A modern web Content Management System to share your world."
|
||||
|
||||
description = """\
|
||||
A modern web Content Management System to share your world.\
|
||||
"""
|
||||
homepage = { workspace = true }
|
||||
repository = { workspace = true }
|
||||
license = { workspace = true }
|
||||
authors = { workspace = true }
|
||||
license = { workspace = true }
|
||||
|
||||
[dependencies]
|
||||
pagetop.workspace = true
|
||||
|
||||
|
||||
pagetop = { workspace = true }
|
||||
|
||||
# Packages.
|
||||
pagetop-bootsier = { workspace = true }
|
||||
#pagetop-admin = { version = "0.0", path = "../pagetop-admin" }
|
||||
#pagetop-user = { version = "0.0", path = "../pagetop-user" }
|
||||
#pagetop-node = { version = "0.0", path = "../pagetop-node" }
|
||||
# Themes.
|
||||
#pagetop-bootsier = { version = "0.0", path = "../pagetop-bootsier" }
|
||||
#pagetop-bulmix = { version = "0.0", path = "../pagetop-bulmix" }
|
||||
|
||||
#[features]
|
||||
#default = [ "mysql" ]
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
[app]
|
||||
theme = "Inception"
|
||||
theme = "Aliner"
|
||||
#theme = "Bootsier"
|
||||
language = "es-ES"
|
||||
|
||||
|
|
|
|||
|
|
@ -6,12 +6,10 @@ impl PackageTrait for Drust {
|
|||
fn dependencies(&self) -> Vec<PackageRef> {
|
||||
vec![
|
||||
// Packages.
|
||||
&pagetop_bootsier::Bootsier,
|
||||
//&pagetop_admin::Admin,
|
||||
//&pagetop_user::User,
|
||||
//&pagetop_node::Node,
|
||||
// Themes.
|
||||
//&pagetop_bootsier::Bootsier,
|
||||
//&pagetop_bulmix::Bulmix,
|
||||
]
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue