From 37ffabdf9c654bbff57649bcd5b3d7db9c576ae5 Mon Sep 17 00:00:00 2001 From: woodser Date: Mon, 2 May 2022 16:40:03 -0400 Subject: [PATCH] add _config.yml for github pages documentation --- _config.yml | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 _config.yml diff --git a/_config.yml b/_config.yml new file mode 100644 index 00000000..42bba9b8 --- /dev/null +++ b/_config.yml @@ -0,0 +1,3 @@ +include: + - "_*_.html" + - "_*_.*.html" \ No newline at end of file