From e50267793a9ef6a5b6acd99cd9afa437ee97d09d Mon Sep 17 00:00:00 2001 From: Subnet_Masked Date: Sun, 11 Feb 2024 20:08:26 -0500 Subject: [PATCH] Python requirements --- README.md | 14 +++++++++++++- requirements.txt | 5 +++++ 2 files changed, 18 insertions(+), 1 deletion(-) create mode 100644 requirements.txt diff --git a/README.md b/README.md index a06115b..69ca55e 100644 --- a/README.md +++ b/README.md @@ -1 +1,13 @@ -# Subnet's Personal Website \ No newline at end of file +# Subnet's Personal Website + +## Requirements + +- mkdocs +- mkdocs-material +- mkdocs-glightbox +- mkdocs-rss-plugin + + +To serve a local editing copy, run `mkdocs serve` + +To deploy, run `./deploy.sh` \ No newline at end of file diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..9a9c07b --- /dev/null +++ b/requirements.txt @@ -0,0 +1,5 @@ +mkdocs==1.5.3 +mkdocs-material==9.5.4 +mkdocs-material-extensions==1.3.1 +mkdocs-glightbox==0.3.6 +mkdocs-rss-plugin==1.12.0 \ No newline at end of file