diff --git a/docs/CNAME b/docs/CNAME new file mode 100644 index 00000000..f2f4f944 --- /dev/null +++ b/docs/CNAME @@ -0,0 +1 @@ +typhoon.psdn.io \ No newline at end of file diff --git a/mkdocs.yml b/mkdocs.yml index a7ad3b06..d8118c52 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -6,6 +6,7 @@ repo_name: poseidon/typhoon repo_url: https://github.com/poseidon/typhoon theme: name: material + custom_dir: 'theme' features: - navigation.tabs - navigation.instant diff --git a/theme/main.html b/theme/main.html new file mode 100644 index 00000000..c41934c7 --- /dev/null +++ b/theme/main.html @@ -0,0 +1,10 @@ +{% extends "base.html" %} + +{% block extrahead %} + + + + + + +{% endblock %}