
- wi choose to switch to Pelican static site generator because it's written in Python, a language quite accessible to iss. It is also the same tool wi use for irr blog. It just makes sense. - Design the landing page by overriding the index template using Pelican THEME_TEMPLATES_OVERRIDE to simplify the change. - Design the contact page with gpg key and OMEMO fingerprint sign using that key. - Custom CSS for the banner and the link card of the landing page.
12 lines
195 B
TOML
12 lines
195 B
TOML
[[source]]
|
|
url = "https://pypi.org/simple"
|
|
verify_ssl = true
|
|
name = "pypi"
|
|
|
|
[packages]
|
|
pelican = {extras = ["markdown"], version = "==4.11.0"}
|
|
|
|
[dev-packages]
|
|
|
|
[requires]
|
|
python_version = "3.13"
|