diff --git a/README.md b/README.md index 1060949..24715a7 100644 --- a/README.md +++ b/README.md @@ -3,3 +3,9 @@ The "epwg" originally stood for "Einfacher PassWort Generator", which translates to "simple password generator". So, all I wanted was to have password generator in the web which isn't backed by a php script (and possibly logging all generated passwords). And I ended up adding more ideas of javascript tools that I found somewhere else on the web. + +This is more or less a backup of the site source and also needed to comply with the GPLv2 of the "resist" tool. + +A standalone [pake](https://github.com/tw93/Pake) tauri app for Windows is made available under [releases](https://github.com/unverbuggt/epwg/releases) and the site built by this source is accessible at [https://epwg.de/}(https://epwg.de/). + +This site is powered by [MkDocs](https://www.mkdocs.org/). diff --git a/files/main.html b/files/main.html index fab28eb..3137144 100644 --- a/files/main.html +++ b/files/main.html @@ -10,4 +10,8 @@ {%- endif %}

{%- endif %} +{%- endblock %} + +{%- block top_buttons %} + </> {%- endblock %} \ No newline at end of file diff --git a/mkdocs.yml b/mkdocs.yml index db10bde..16bb680 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -2,6 +2,8 @@ site_name: epwg.de tools site_url: https://epwg.de site_author: René Rüthlein +repo_url: https://github.com/unverbuggt/epwg + theme: name: risonia manifest: manifest.json diff --git a/mkdocs_pake.yml b/mkdocs_pake.yml index 26808a2..8a12379 100644 --- a/mkdocs_pake.yml +++ b/mkdocs_pake.yml @@ -2,6 +2,8 @@ site_name: epwg.de tools site_url: https://epwg.de site_author: René Rüthlein +repo_url: https://github.com/unverbuggt/epwg + theme: name: risonia manifest: manifest.json