Bootstrap new layout and generator

This commit is contained in:
akp 2023-12-25 23:44:34 +00:00
parent c90d4f0c47
commit b633e07f71
No known key found for this signature in database
GPG key ID: CF8D58F3DEB20755
21 changed files with 543 additions and 1 deletions

18
pyproject.toml Normal file
View file

@ -0,0 +1,18 @@
[tool.poetry]
name = "website"
version = "0.1.0"
description = ""
authors = ["Your Name <you@example.com>"]
readme = "README.md"
[tool.poetry.dependencies]
python = "^3.10"
Jinja2 = "^3.1.2"
PyYAML = "^6.0.1"
fire = "^0.5.0"
rich = "^13.7.0"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"