mirror of
https://mau.dev/andreijiroh-dev/website.git
synced 2024-11-10 03:39:38 +00:00
Andrei Jiroh Halili
5e33d9f839
Relates to https://github.com/andreijiroh-dev/personal-launchpad/issues/4 btw Signed-off-by: Andrei Jiroh Halili <ajhalili2006@andreijiroh.xyz>
26 lines
606 B
TOML
26 lines
606 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 = "*"
|
|
|
|
[dev-packages]
|
|
|
|
[requires]
|
|
python_version = "3.12"
|
|
|
|
[scripts]
|
|
dev = "mkdocs serve --watch overrides --watch-theme --livereload --open"
|
|
build = "bash bin/build.sh"
|
|
build-staging = "bash bin/build.sh mkdocs.readthedocs.yml"
|
|
build-tilde-ctrlc = "bash bin/build.sh mkdocs.tilde.yml"
|