Skip to content

Hello!

Welcome to my Fab Learning academy documentation

This is my student blog for the Fab Learning Academy.

sample photo(./images/sample-photo.jpg)

How to edit it

You can edit it on Gitlab. The software used turns simple text files written in 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 using GIT. This means that you have all the different versions of your page saved and available all the time in the Gitlab interface.

OR you could use the new markdown editor that we created. Online Editor

If you already have prior knowledge of Git and HTML

This is the setup for this website, feel free to explore and do your own thing.

  • This website is built automatically by gitlab every time you edit the files in the docs folder
  • It does so thanks to Mkdocs 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
  • If you want to start from scratch, you can delete everything (using git-rm) in this repository and push any other static website