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