Alter 21 files

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`
This commit is contained in:
akp 2023-12-29 00:13:27 +00:00
parent e9601d0476
commit 53d678f5f2
No known key found for this signature in database
GPG key ID: CF8D58F3DEB20755
21 changed files with 395 additions and 47 deletions

View file

@ -11,6 +11,7 @@ Jinja2 = "^3.1.2"
PyYAML = "^6.0.1"
fire = "^0.5.0"
rich = "^13.7.0"
mistune = "^3.0.2"
[build-system]