- Add a picture to the page to illustrate a pufferfish. - Add simple-footnotes plugin for Pelican.
13 lines
226 B
TOML
13 lines
226 B
TOML
[[source]]
|
|
url = "https://pypi.org/simple"
|
|
verify_ssl = true
|
|
name = "pypi"
|
|
|
|
[packages]
|
|
pelican = {extras = ["markdown"], version = "==4.11.0"}
|
|
pelican-simple-footnotes = "*"
|
|
|
|
[dev-packages]
|
|
|
|
[requires]
|
|
python_version = "3.13"
|