diff options
author | Jakob Unterwurzacher | 2015-12-20 18:17:06 +0100 |
---|---|---|
committer | Jakob Unterwurzacher | 2015-12-20 18:17:06 +0100 |
commit | 0ebc0b7412d811b0865080573555100649a068fc (patch) | |
tree | af0e732abf52e34ec65e8f234a6b93ea92b1b4ca /mkdocs.yml | |
parent | f419d49d65fc638fd15b603364b2e8e92609da91 (diff) |
Add content, customize theme
Diffstat (limited to 'mkdocs.yml')
-rw-r--r-- | mkdocs.yml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/mkdocs.yml b/mkdocs.yml new file mode 100644 index 0000000..e44072a --- /dev/null +++ b/mkdocs.yml @@ -0,0 +1,7 @@ +site_name: gocryptfs +theme: readthedocs +theme_dir: xreadthedocs +pages: +- Home: index.md +- Quickstart: quickstart.md +- Security: security.md |