Update `README.md` Update `__main__.py` Add `feeds.py` Update `process.py` Add `typedef.py` Update `util.py` Add `docs.md` Update `poetry.lock` Update `pyproject.toml` Add `content.md` Add `paralol.jpg` Update `the-modern-web-sucks.md` Update `config.yml` Update `head.html` Update `header.html` Update `base.html` Add `blog_index.html` Update `blog_post.html` Update `custom.css` Delete `house-palette.css` Update `typography.css`
19 lines
348 B
TOML
19 lines
348 B
TOML
[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"
|
|
mistune = "^3.0.2"
|
|
|
|
|
|
[build-system]
|
|
requires = ["poetry-core"]
|
|
build-backend = "poetry.core.masonry.api"
|