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

This commit is contained in:
Manuel Cillero 2023-02-02 08:54:43 +01:00
parent b95a154a34
commit da4c1e097e
10 changed files with 147 additions and 0 deletions

View file

@ -0,0 +1,23 @@
[package]
name = "pagetop-bootsier"
version = "0.0.1"
edition = "2021"
authors = [
"Manuel Cillero <manuel@cillero.es>"
]
description = """\
Theme for PageTop that uses the Bootstrap 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" }