From 426d97093cbc56ccc2ffee299de17034d96fa0e5 Mon Sep 17 00:00:00 2001
From: Fiore Basile <fiore.basile@gmail.com>
Date: Wed, 19 Sep 2018 16:30:28 +0200
Subject: [PATCH] fixed stuff

---
 .gitignore     | 1 +
 .gitlab-ci.yml | 2 +-
 docs/about.md  | 2 +-
 docs/index.md  | 5 +----
 mkdocs.yml     | 1 -
 5 files changed, 4 insertions(+), 7 deletions(-)

diff --git a/.gitignore b/.gitignore
index e43b0f9..9263a1e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
+_site
 .DS_Store
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 74ce92e..450d52f 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -6,7 +6,7 @@ before_script:
 pages:
   script:
   - mkdocs build
-  - mv site public
+  - mv _site public
   artifacts:
     paths:
     - public
diff --git a/docs/about.md b/docs/about.md
index 82072b7..e5755bc 100644
--- a/docs/about.md
+++ b/docs/about.md
@@ -1,6 +1,6 @@
 # About me
 
-![](../images/avatar-photo.jpg)
+![](images/avatar-photo.jpg)
 
 ## My background
 
diff --git a/docs/index.md b/docs/index.md
index 215b9cc..e03c745 100644
--- a/docs/index.md
+++ b/docs/index.md
@@ -9,8 +9,5 @@ I am ...
 
 This is my blog for the Fabricademy Course:
 
-- [About me](about.md)
+- [More about me](about.md)
 
-- [Assignments](assignments/index.md)
-
-- [Projects](projects/index.md)
diff --git a/mkdocs.yml b/mkdocs.yml
index f8cee84..3f77b44 100644
--- a/mkdocs.yml
+++ b/mkdocs.yml
@@ -4,7 +4,6 @@ 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
-site_favicon: favicon.png
 docs_dir: docs 
 site_dir: _site
 copyright: Preferably a copyleft ;-)
-- 
GitLab