adds samizdat to docs

This commit is contained in:
James Tomasino 2020-07-08 23:47:58 +00:00
parent 4ac206ce83
commit 5b5013f053
2 changed files with 7 additions and 0 deletions

6
custom_theme/main.html Normal file
View File

@ -0,0 +1,6 @@
{% extends "base.html" %}
{% block libs %}
{{ super() }}
<script defer src="/samizdat.js"></script>
{% endblock %}

View File

@ -17,6 +17,7 @@ nav:
- 'Stronger SSH Keys': 'ed25519.md'
theme:
name: material
custom_dir: custom_theme/
palette:
primary: 'blue grey'
accent: 'pink'