Newer
Older
# Replace the text below to customize your site
copyright: Copyright 2023/2024 Jiawen Gong - Creactive Commons Attribution Non-commercial
site_url: https://class.textile-academy.org/2024/jiawen-gong/
repo_url: https://gitlab.fabcloud.org/academany/fabricademy/2024/students/jiawen-gong
repo_name: fabricademy/2024/jiawen-gong
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
theme:
# The name of the theme, needs to match your requirements.txt file
name: material
palette:
# try other colors from https://squidfunk.github.io/mkdocs-material/setup/changing-the-colors/
font:
# See available fonts from https://fonts.google.com/
code: Roboto Mono
icon:
# Read about icons at https://squidfunk.github.io/mkdocs-material/setup/changing-the-logo-and-icons/
repo: material/gitlab
features:
- navigation.tabs
# Read more here https://squidfunk.github.io/mkdocs-material/customization/#additional-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