added note about themes

This commit is contained in:
2025-01-28 12:43:42 +01:00
parent 5f519f0ddb
commit 1617fb89c1

View File

@@ -7,7 +7,7 @@ Mkdocs generates HTML from Markdown making an easy documentation page. So you do
For this project im going to use Gitlab CI pipelines. CI stands for continuous intergration. That means that with every push you can make something do. For example clean up code or generate a documentation page based on what you've written in markdown.
### Step 1 choosing a theme
In [this](https://github.com/mkdocs/catalog) github repo there is a catalog of themes that you can choose. I went with the Ivory theme.
In [this](https://github.com/mkdocs/catalog) github repo there is a catalog of themes that you can choose. I went with the Ivory theme. (note this changed to material theme but the steps are still the same. [link](../week_1_fabacademy/customising_mkdocs.md))
### Step 2 preparing the envoirment
You wanna create a couple of files. These all need to be in the root of your project.