bsc

Comprehensive codebase and cou...
Log | Files | Refs | README | LICENSE

mkdocs.yml (2590B)


      1 # Project information
      2 site_name: BSc Code Index · v3.3.6
      3 site_description: C programming assignments, indexed and documented.
      4 site_url: https://amit.is-a.dev
      5 
      6 # Repository
      7 repo_url: https://github.com/notamitgamer/bsc
      8 repo_name: notamitgamer/bsc
      9 edit_uri: edit/main/docs-new/
     10 
     11 # Directory configuration
     12 docs_dir: ./docs-new
     13 
     14 # Configuration
     15 theme:
     16   name: material
     17   custom_dir: ./docs-new/overrides
     18   logo: ./stylesheets/logo.svg
     19   font:
     20     text: Lexend
     21     code: Fira Code
     22   features:
     23     - navigation.sections
     24     - navigation.indexes
     25     - navigation.top
     26     - navigation.footer
     27     - toc.follow
     28     - search.highlight
     29     - search.suggest
     30     - content.code.copy
     31     - content.code.annotate
     32     - navigation.path
     33     - search.share
     34     - content.tooltips
     35     - content.action.edit
     36     - content.action.view
     37     - header.autohide
     38     - navigation.instant
     39     - announce.dismiss
     40   palette:
     41     - media: "(prefers-color-scheme: light)"
     42       scheme: default
     43       primary: deep purple
     44       accent: purple
     45       toggle:
     46         icon: material/weather-night
     47         name: Switch to dark mode
     48     - media: "(prefers-color-scheme: dark)"
     49       scheme: slate
     50       primary: black
     51       accent: orange
     52       toggle:
     53         icon: material/weather-sunny
     54         name: Switch to light mode
     55   favicon: ./stylesheets/logo.png
     56   logo: ./stylesheets/logo.svg
     57 extra_css:
     58   - ./stylesheets/extra.css
     59 
     60 # Plugins
     61 plugins:
     62   - search:
     63       separator: '[\s\-\.]+'
     64   - awesome-pages
     65   - tags
     66 
     67 # Extensions
     68 markdown_extensions:
     69   - attr_list
     70   - admonition
     71   - pymdownx.details
     72   - pymdownx.highlight:
     73       anchor_linenums: true
     74       line_spans: __span
     75       pygments_lang_class: true
     76   - pymdownx.inlinehilite
     77   - pymdownx.superfences
     78   - pymdownx.tabbed:      # <-- add this block right after superfences
     79       alternate_style: true
     80   - tables
     81   - toc:
     82       permalink: true
     83 
     84 copyright: >
     85   Copyright &copy; 2025–2026
     86   <a href="https://amit.is-a.dev" target="_blank">amit.is-a.dev</a> /
     87   <a href="https://github.com/notamitgamer" target="_blank">notamitgamer</a>
     88   <br>
     89   <a href="https://github.com/notamitgamer/bsc/blob/main/LICENSE" target="_blank">MIT License</a>
     90 
     91 # Additional configuration
     92 extra:
     93   generator: false
     94   announce: ""
     95   social:
     96     - icon: fontawesome/brands/github
     97       link: https://github.com/notamitgamer
     98     - icon: fontawesome/brands/discord
     99       link: https://discord.com/users/1274721760088166495
    100     - icon: fontawesome/brands/bluesky
    101       link: https://bsky.app/profile/amit.is-a.dev
    102     - icon: fontawesome/brands/x-twitter
    103       link: https://x.com/notamitgamer
© notamitgamer • Site Built: 2026-07-21 13:58:23 UTC • git-mirror commit: 1037f62 [view raw info]
Originally created with stagit • modified by notamitgamer
Forked from github.com/notamitgamer/git-mirror