From 0d6f58c54a7af6c8b4e6cd98663eb36ec4e3accc Mon Sep 17 00:00:00 2001 From: Owen Jacobson Date: Tue, 28 Jan 2020 20:49:17 -0500 Subject: Editorial pass & migration to mkdocs. There's a lot in grimoire.ca that I either no longer stand behind or feel pretty weird about having out there. --- mkdocs.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 mkdocs.yml (limited to 'mkdocs.yml') diff --git a/mkdocs.yml b/mkdocs.yml new file mode 100644 index 0000000..e8373d7 --- /dev/null +++ b/mkdocs.yml @@ -0,0 +1,12 @@ +site_name: The Grimoire + +nav: + - index.md + - code/index.md + - nomic/index.md + +repo_url: https://github.com/grimoire-ca/bliki/ + +markdown_extensions: + - toc: + permalink: true -- cgit v1.2.3