From 6a9c32d3a9dadeb45ec74d4d9569b21b890b4a62 Mon Sep 17 00:00:00 2001 From: Dalton Hubble Date: Tue, 23 Mar 2021 08:49:35 -0700 Subject: [PATCH] Migrate from internal hosting to GitHub pages * Add Twitter card customizations that have been kept in an internal fork * Add CNAME needed for GitHub pages --- docs/CNAME | 1 + mkdocs.yml | 1 + theme/main.html | 10 ++++++++++ 3 files changed, 12 insertions(+) create mode 100644 docs/CNAME create mode 100644 theme/main.html 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 %}