🎉 [bulmix] Saca tema del código base de PageTop

This commit is contained in:
Manuel Cillero 2023-02-02 08:55:04 +01:00
parent da4c1e097e
commit 541b024d8e
8 changed files with 192 additions and 0 deletions

23
pagetop-bulmix/Cargo.toml Normal file
View file

@ -0,0 +1,23 @@
[package]
name = "pagetop-bulmix"
version = "0.0.1"
edition = "2021"
authors = [
"Manuel Cillero <manuel@cillero.es>"
]
description = """\
Theme for PageTop that uses the Bulma framework for page layout and component display.\
"""
homepage = "https://pagetop.cillero.es"
repository = "https://github.com/manuelcillero/pagetop"
license = "Apache-2.0 OR MIT"
[dependencies]
pagetop = { path = "../pagetop", version = "0.0" }
pagetop-jquery = { path = "../pagetop-jquery", version = "0.0" }
static-files = "0.2.3"
maud = "0.24.0"
[build-dependencies]
pagetop-build = { path = "../pagetop-build", version = "0.0" }