diff --git a/docs/Instruction/tips_list.md b/docs/Instruction/tips_list.md index 9b33602242a45b4011dbf8fb5ac93670da561282..4b0f86b34bcf13c498e773cae604ff1647392368 100644 --- a/docs/Instruction/tips_list.md +++ b/docs/Instruction/tips_list.md @@ -3,5 +3,5 @@ ## Markdown - [Make this site](./tips/make_this_site.md) -## Tips list +## Other Tips list - [Tips List 2021](http://academany.fabcloud.io/fabacademy/2021/labs/kannai/site/instruction/tips_list/) diff --git a/docs/index.md b/docs/index.md index 9c82097eb43c04f3cf77f41c6c80cb0a9f3880be..3c120305e185ba89a9cee5398967e75628d7f798 100644 --- a/docs/index.md +++ b/docs/index.md @@ -1,27 +1,3 @@ -# Home +# Fab Academy 2022 Fab Lab Kannai Site {width=200} - - -## Hello, new student! - - - -## Welcome to your new Fab Academy site - -This is an example student blog for the Fab Academy. - -## How to edit it - -You can edit it on [Gitlab](http://gitlab.fabcloud.org). The software used turns simple text files -written in [Markdown](https://en.wikipedia.org/wiki/Markdown) format, into the site you are navigating. - -No worries, you can't break anything, all the changes you make are saved under [Version Control](https://en.wikipedia.org/wiki/Version_control) using [GIT](https://git-scm.com/book/en/v2/Getting-Started-About-Version-Control). This means that you have all the different versions of your page saved and available all the time in the Gitlab interface. - -## In short - -- This website is built automatically by gitlab every time you edit the files in the docs folder -- It does so thanks to [Mkdocs](https://mkdocs.org) a static site generator written in Python -- You must start customizing the file `mkdocs.yml` with your information -- You can change the looks of your website using mkdocs themes, you can find in the `mkdocs.yml` the options for the [Material Mkdocs theme](https://squidfunk.github.io/mkdocs-material/) -- If you want to start from scratch, you can delete everything (using [git-rm](https://git-scm.com/docs/git-rm)) in this repository and push any other static website