diff --git a/.gitignore b/.gitignore index e43b0f988953ae3a84b00331d0ccf5f7d51cb3cf..9263a1ed651779c665bc3b3287cf4b56d5b6c7f5 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ +_site .DS_Store diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 74ce92e4a99e215510885c2de64085866281a178..450d52fd22786bff7b4157ba8e5ebd1306d6a89b 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 82072b79db12a01edbf5e46b1f5d1f9520f93a45..e5755bc3041675aac99a32a71169e9573bf4a0eb 100644 --- a/docs/about.md +++ b/docs/about.md @@ -1,6 +1,6 @@ # About me - + ## My background diff --git a/docs/index.md b/docs/index.md index 215b9cc9ce224db4bfe64619b10e7db9126ace6f..e03c7454b855d2425cbda02a5033b90a54875ed3 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 f8cee845240600833000d0a4df462492e4624443..3f77b445caa212dab94b2d293eaee2c6ebccad16 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 ;-)