diff --git a/CNAME b/CNAME new file mode 100644 index 00000000..36cace5a --- /dev/null +++ b/CNAME @@ -0,0 +1 @@ +wiki-demo.neuropoly.org \ No newline at end of file diff --git a/conf.py b/conf.py index 25f5b45b..39664523 100644 --- a/conf.py +++ b/conf.py @@ -66,3 +66,6 @@ # "logo_only": True, # hides html_title and just shows html_logo } + +# enable custom domain on Github Pages +html_extra_path = [ "CNAME" ]