website/Pipfile
Andrei Jiroh Halili 48f03d6e92
Some checks are pending
Docker CI / Build environment for GitLab CI/CD (push) Waiting to run
Docker CI / Generate Gitpod workspace image snapshot (push) Waiting to run
feat(website): update content and links + website layout and banner
Also did some config updates behind the scenes during this session for
cafe (#cafe:hackclub.slack.com)

Signed-off-by: Andrei Jiroh Halili <ajhalili2006@andreijiroh.dev>
2025-02-15 12:57:36 +08:00

26 lines
578 B
TOML

[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
mkdocs-git-revision-date-localized-plugin = "*"
mkdocs-material = "*"
mkdocs-minify-plugin = "*"
mkdocs-redirects = "*"
pillow = "*"
cairosvg = "*"
mkdocs-rss-plugin = "*"
mkdocs-git-committers-plugin-2 = "*"
mkdocs-autolinks-plugin = "*"
mkdocs-git-authors-plugin = "*"
[dev-packages]
[requires]
python_version = "3.12"
[scripts]
dev = "mkdocs serve --watch overrides --watch-theme"
build = "mkdocs build -d public --verbose"
build-staging = "pipenv run build -f mkdocs.readthedocs.yml"