From a8cc47490efc3d71d4956a1ef45409eaca478941 Mon Sep 17 00:00:00 2001 From: notnull Date: Thu, 2 Nov 2023 16:28:26 -0400 Subject: [PATCH] first commit --- docs/index.md | 5 +++++ mkdocs.yml | 11 +++++++++++ 2 files changed, 16 insertions(+) create mode 100644 docs/index.md create mode 100644 mkdocs.yml diff --git a/docs/index.md b/docs/index.md new file mode 100644 index 0000000..a85b840 --- /dev/null +++ b/docs/index.md @@ -0,0 +1,5 @@ +# Git Hooks Tutorial + +The goal is to test creating a git hook on serge. + + diff --git a/mkdocs.yml b/mkdocs.yml new file mode 100644 index 0000000..d483705 --- /dev/null +++ b/mkdocs.yml @@ -0,0 +1,11 @@ +site_name: Git Hooks Demo +site_url: https://services.anarchyplanet.org # temporary +repo_name: https://git.anarchyplanet.org/notnull/git-hooks-demo/ +edit_uri: src/master/docs/ +theme: + name: material + site_dir: public_html + palette: + scheme: slate + primary: black + accent: teal