Skip to content
Snippets Groups Projects
mkdocs.yml 2.02 KiB
Newer Older
# Replace the text below to customize your site
Jiawen Gong's avatar
Jiawen Gong committed
site_name: JIAWEN GONG
Jiawen Gong's avatar
Jiawen Gong committed
site_description: Jiawen Gong Fabricademy 
Jiawen Gong's avatar
Jiawen Gong committed
site_author: Jiawen Gong
Jiawen Gong's avatar
Jiawen Gong committed
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
Jiawen Gong's avatar
Jiawen Gong committed
      link: https://www.instagram.com/_jiawengong_/

theme:
  # The name of the theme, needs to match your requirements.txt file
  name: material
Jiawen Gong's avatar
Jiawen Gong committed
  # Material theme options: 
  palette:
    # try other colors from https://squidfunk.github.io/mkdocs-material/setup/changing-the-colors/
Jiawen Gong's avatar
Jiawen Gong committed
    primary: white
Jiawen Gong's avatar
Jiawen Gong committed
    accent: cyan
  font:
    # See available fonts from https://fonts.google.com/
Jiawen Gong's avatar
Jiawen Gong committed
    text: Encode Sans thin 100
    code: Roboto Mono
  icon:
    # Read about icons at https://squidfunk.github.io/mkdocs-material/setup/changing-the-logo-and-icons/
Jiawen Gong's avatar
Jiawen Gong committed
    logo: material/gitlab
    repo: material/gitlab
  features:
    - navigation.tabs
    - navigation.footer

# Read more here https://squidfunk.github.io/mkdocs-material/customization/#additional-css 
Jiawen Gong's avatar
Jiawen Gong committed
# extra_css:Rubik Maze
#   - 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