Skip to content

Commit

Permalink
Create mkdocs.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
UTSAVS26 authored Jan 4, 2025
1 parent c41ae71 commit 224cce5
Showing 1 changed file with 58 additions and 0 deletions.
58 changes: 58 additions & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,58 @@
site_name: AI Code
site_url: https://utsavs26.github.io/PySnippets/
theme:
name: material
font:
text: Merriweather Sans
code: Red Hat Mono
features:
- navigation.sections
- navigation.footer
palette:
# Dark Mode
- scheme: slate
toggle:
icon: material/weather-sunny
name: Dark mode
primary: green
accent: deep purple

# Light Mode
- scheme: default
toggle:
icon: material/weather-night
name: Light mode
primary: blue
accent: deep orange

markdown_extensions:
- attr_list
- md_in_html
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
- pymdownx.tabbed:
alternate_style: true
- admonition
- pymdownx.details
- pymdownx.blocks.caption

extra:
social:
- icon: simple/linkedin
link: https://linkedin.com/in/utsavsinghal2604/
- icon: simple/github
link: https://github.com/UTSAVS26/PySnippets

copyright: Copyright © 2025 Utsav Singhal

0 comments on commit 224cce5

Please sign in to comment.