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

This commit is contained in:
Manuel Cillero 2023-02-02 08:47:21 +01:00
parent fd54389cd5
commit 20f6c85e68
4 changed files with 65 additions and 0 deletions

View file

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