# Replace the text below to customize your site
site_name: Bérénice Courtin
site_description: Bérénice Courtin Fabricademy site
site_author: Bérénice Courtin
copyright: Copyright 2022 Bérénice Courtin - 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:  deep purple
    accent: indigo
  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