You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Extra information that pyproject.toml doesn't support should be stored in afterpython.toml
[company]
name = "AfterPython.Org"# used in myst.yml's venue.title
url = "https://afterpython.org"# used in myst.yml's venue.url
[website]
url = "https://afterpython.afterpython.org"
favicon = "favicon.ico"
logo = "logo.svg"
logo_dark = "logo.svg"
thumbnail = "thumbnail.png"# thumbnail for the website, also used as default thumbnail for all content types, e.g. blog posts, tutorials, examples, and guides
announcement = ""
readme_py = "wasm"# marimo html export format: "wasm" or "static"
api_reference = false# set to true to enable the pdoc-generated API reference
# [website.blog]
# thumbnail = "blog_default_thumbnail.png" # inside blog/static/ folder, default thumbnail for blog posts