From 18cd82b57147952460c2c5011eb81da2e099c4e7 Mon Sep 17 00:00:00 2001
From: Fiore Basile <fiore.basile@gmail.com>
Date: Fri, 20 Sep 2019 12:04:47 +0200
Subject: [PATCH] updated template for 2019-2020

---
 mkdocs.yml       | 45 ++++++++++++++++++++++++++++++---------------
 requirements.txt |  2 +-
 2 files changed, 31 insertions(+), 16 deletions(-)

diff --git a/mkdocs.yml b/mkdocs.yml
index 4020e42..949e699 100644
--- a/mkdocs.yml
+++ b/mkdocs.yml
@@ -1,18 +1,33 @@
 # Replace the text below to customize your site
-site_name: Fabricademy Student Website
-site_description: My Fabricademy site
-site_url: http://fibasile.fabcloud.io/mkdocs
-repo_url: https://gitlab.fabcloud.org/fibasile/mkdocs
-site_author: Student's Name
-docs_dir: docs 
+site_name: Your name
+site_description: Your name Fabricademy site
+site_url: https://class.textile-academy.org/2020/student.example/
+repo_url: https://gitlab.fabcloud.org/academany/fabricademy/2020/students/student.example
+site_author: Your name
+docs_dir: docs
 site_dir: _site
-copyright: Preferably a copyleft ;-)
-theme: 
-    name: cosmo # try also cerulean, cosmo, cyborg, amelia, darkly, spacelab, united
-    extra:
-        include_sidebar: false
+copyright: Copyright 2019 Your name - Creactive Commons Attribution Non-commercial
+theme:
+  name: material
+  # try other colors https://squidfunk.github.io/mkdocs-material/getting-started/#primary-colors
+  palette:
+    primary: "deep-purple"
+    accent: "deep-purple"
+  feature:
+    tabs: true
+extra:
+  social:
+    # also facebook, pinterest, github are supported
+    - type: "instagram"
+      link: "https://instagram.com/squidfunk"
+    - type: "twitter"
+      link: "https://twitter.com/squidfunk"
+    - type: "linkedin"
+      link: "https://linkedin.com/in/squidfunk"
+
 markdown_extensions:
-    - toc:
-        permalink: '#'
-    - extra
-    - smarty
+  - admonition
+  - codehilite:
+      guess_lang: false
+  - toc:
+      permalink: true
diff --git a/requirements.txt b/requirements.txt
index 7be02d5..9a8a4ca 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -1,2 +1,2 @@
 mkdocs
-mkdocs-bootswatch
+mkdocs-material
-- 
GitLab