✨ [website] Añade la web que presenta PageTop
This commit is contained in:
parent
d447cd3e30
commit
c5330036d6
38 changed files with 2030 additions and 46 deletions
25
website/Cargo.toml
Normal file
25
website/Cargo.toml
Normal file
|
|
@ -0,0 +1,25 @@
|
|||
[package]
|
||||
name = "pagetop-website"
|
||||
version = "0.0.11"
|
||||
edition = "2021"
|
||||
|
||||
description = """
|
||||
Introduce el entorno de desarrollo PageTop a la comunidad.\
|
||||
"""
|
||||
|
||||
repository.workspace = true
|
||||
homepage.workspace = true
|
||||
license.workspace = true
|
||||
authors.workspace = true
|
||||
|
||||
[dependencies]
|
||||
pagetop.workspace = true
|
||||
pagetop-mdbook.workspace = true
|
||||
#pagetop-bootsier.workspace = true
|
||||
|
||||
serde.workspace = true
|
||||
static-files.workspace = true
|
||||
|
||||
[build-dependencies]
|
||||
pagetop-build.workspace = true
|
||||
pagetop-mdbook.workspace = true
|
||||
Loading…
Add table
Add a link
Reference in a new issue