From 21d9dfbfc374b078c5dd255574d927dca3f8359d Mon Sep 17 00:00:00 2001
From: Mitalee Parikh <mitalee.parikh@students.iaac.net>
Date: Sat, 25 Jul 2020 11:59:04 +0530
Subject: [PATCH] delete all content

---
 mkdocs.yml | 39 +++++++++++++++++++++++++++++++++++++++
 1 file changed, 39 insertions(+)
 create mode 100755 mkdocs.yml

diff --git a/mkdocs.yml b/mkdocs.yml
new file mode 100755
index 0000000..6c4da90
--- /dev/null
+++ b/mkdocs.yml
@@ -0,0 +1,39 @@
+# Replace the text below to customize your site
+site_name: Mitalee Parikh
+site_description: My Fabacademy documentation
+
+site_author: Mitalee Parikh
+docs_dir: docs
+site_dir: _site
+copyright: Creative Commons Attribution Non Commercial
+theme:
+  name: mkdocs
+  # see https://squidfunk.github.io/mkdocs-material/getting-started/#color-palette
+  palette:
+    primary: "black"
+    accent: "black"
+  font:
+    false
+    # text: "Ubuntu"
+    # code: "Ubuntu Mono"
+  feature:
+    tabs: true
+extra:
+  social:
+    - type: "github"
+      link: "https://github.com/academany"
+    - type: "twitter"
+      link: "https://twitter.com/MitaleeParikh"
+    - type: "linkedin"
+      link: "https://in.linkedin.com/in/mitalee-parikh-a8447417a"
+    - type: "instagram"
+      link: "https://www.instagram.com/emaitee/"
+
+markdown_extensions:
+  - extra
+  - smarty
+  - admonition
+  - codehilite:
+      guess_lang: false
+  - toc:
+      permalink: true
-- 
GitLab