aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2022-12-19 14:41:21 -0300
committerSilvio Rhatto <rhatto@riseup.net>2022-12-19 14:41:21 -0300
commitc7fe3920bcbcee5d3946b50037e071af4b6394cb (patch)
tree74c8f910e82a3b5e2ae8a624bc6edbc673ba412b
parentb188394b81a77a73232a408d987e27991a557274 (diff)
downloadtemplates-c7fe3920bcbcee5d3946b50037e071af4b6394cb.tar.gz
templates-c7fe3920bcbcee5d3946b50037e071af4b6394cb.tar.bz2
Updates docs
-rw-r--r--mkdocs.yml2
-rwxr-xr-xscripts/provision2
2 files changed, 3 insertions, 1 deletions
diff --git a/mkdocs.yml b/mkdocs.yml
index c6873f7..bb2f83b 100644
--- a/mkdocs.yml
+++ b/mkdocs.yml
@@ -24,6 +24,8 @@ extra_css:
plugins:
- search
+ - awesome-pages
+
# BibTeX support using mkdocs-bibtex
# https://pypi.org/project/mkdocs-bibtex/
# https://github.com/shyamd/mkdocs-bibtex
diff --git a/scripts/provision b/scripts/provision
index 1b0a8af..7e888c8 100755
--- a/scripts/provision
+++ b/scripts/provision
@@ -13,7 +13,7 @@ DEPENDENCIES="mkdocs apache2 python3-pip pandoc pandoc-citeproc"
DEPENDENCIES="$DEPENDENCIES tor python3-requests python3-bs4 python3-socks python3-pybtex python3-tqdm"
# PyPI dependencies
-DEPENDENCIES_PIP="mkdocs-bibtex mkdocs-material mkdocs-static-i18n"
+DEPENDENCIES_PIP="mkdocs-bibtex mkdocs-material mkdocs-awesome-pages-plugin mkdocs-static-i18n"
# Ensure an up-to-date system
sudo apt-get update && sudo apt-get dist-upgrade -y && sudo apt-get autoremove -y && sudo apt-get clean