mirror of
https://mau.dev/andreijiroh-dev/website.git
synced 2024-11-10 03:39:38 +00:00
137a9f99b7
Alongside some quick edits to the base config Signed-off-by: Andrei Jiroh Halili <ajhalili2006@andreijiroh.eu.org>
26 lines
599 B
TOML
26 lines
599 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"
|
|
build = "bash bin/build.sh"
|
|
build-staging = "bash bin/build.sh mkdocs.readthedocs.yml"
|
|
build-tilde-ctrlc = "bash bin/build.sh mkdocs.tilde.yml"
|