Newer
Older
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
# Replace the text below to customize your site
site_name: Your name
site_description: Your name Fabricademy site
site_author: Your name
copyright: Copyright 2022 Your name - Creactive Commons Attribution Non-commercial
site_url: https://class.textile-academy.org/2023/berenice-courtin/
repo_url: https://gitlab.fabcloud.org/academany/fabricademy/2023/students/berenice-courtin
repo_name: fabricademy/2023/berenice-courtin
extra:
social:
# Change to your own social media or remove line to hide.
# For more social icons ideas at https://squidfunk.github.io/mkdocs-material/setup/setting-up-the-footer/#social-links
- icon: fontawesome/brands/instagram
link: https://instagram.com/fabricademy
- icon: fontawesome/brands/facebook
link: https://facebook.com/fabricademy
- icon: fontawesome/brands/twitter
link: https://twitter.com/fabricademy
theme:
# The name of the theme, needs to match your requirements.txt file
name: material
# Material theme options:
palette:
# try other colors from https://squidfunk.github.io/mkdocs-material/setup/changing-the-colors/
primary: teal
accent: deep purple
font:
# See available fonts from https://fonts.google.com/
text: Montserrat
code: Roboto Mono
icon:
# Read about icons at https://squidfunk.github.io/mkdocs-material/setup/changing-the-logo-and-icons/
logo: material/library
repo: material/gitlab
features:
- navigation.tabs
# Read more here https://squidfunk.github.io/mkdocs-material/customization/#additional-css
# extra_css:
# - stylesheets/extra.css
# extra_javascript:
# - 'javascript/extra.js'
plugins:
- search
- git-revision-date:
enabled_if_env: CI
# See more extensions at https://squidfunk.github.io/mkdocs-material/reference/
markdown_extensions:
- admonition
- codehilite:
guess_lang: false
- toc:
permalink: true
# https://squidfunk.github.io/mkdocs-material/reference/admonitions/
- pymdownx.details
# https://squidfunk.github.io/mkdocs-material/reference/content-tabs/
- pymdownx.tabbed:
alternate_style: true
- pymdownx.superfences
- tables
- footnotes
- attr_list
- md_in_html