From f45c8664775f12b2a40d31fc2943e226eeea6999 Mon Sep 17 00:00:00 2001 From: James Tomasino Date: Tue, 30 Jul 2019 23:04:32 +0000 Subject: [PATCH] updated theme --- mkdocs.yml | 2 +- requirements.txt | 15 +++++++++++++++ 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/mkdocs.yml b/mkdocs.yml index 3b846d9..103a021 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -8,7 +8,7 @@ pages: - 'Sign Up': 'sign-up.md' - 'SSH over tor': 'ssh-over-tor.md' - 'Tilde Net News': 'net-news.md' -theme: readthedocs +theme: material site_dir: /var/www/htdocs/docs/ edit_uri: src/branch/master/docs/ site_description: 'Documentation from Tilde Black for the betterment of privacy, anonymity, and security online.' diff --git a/requirements.txt b/requirements.txt index e69de29..8bebaba 100644 --- a/requirements.txt +++ b/requirements.txt @@ -0,0 +1,15 @@ +Click==7.0 +htmlmin==0.1.12 +Jinja2==2.10.1 +jsmin==2.2.2 +livereload==2.6.1 +Markdown==3.1.1 +MarkupSafe==1.1.1 +mkdocs==1.0.4 +mkdocs-material==4.4.0 +mkdocs-minify-plugin==0.2.1 +Pygments==2.4.2 +pymdown-extensions==6.0 +PyYAML==5.1.1 +six==1.12.0 +tornado==6.0.3