| |
| site_name: BSc Code Index · v3.3.6 |
| site_description: C programming assignments, indexed and documented. |
| site_url: https://amit.is-a.dev |
|
|
| |
| repo_url: https://github.com/notamitgamer/bsc |
| repo_name: notamitgamer/bsc |
| edit_uri: edit/main/docs-new/ |
|
|
| |
| docs_dir: ./docs-new |
|
|
| |
| theme: |
| name: material |
| custom_dir: ./docs-new/overrides |
| logo: ./stylesheets/logo.svg |
| font: |
| text: Lexend |
| code: Fira Code |
| features: |
| - navigation.sections |
| - navigation.indexes |
| - navigation.top |
| - navigation.footer |
| - toc.follow |
| - search.highlight |
| - search.suggest |
| - content.code.copy |
| - content.code.annotate |
| - navigation.path |
| - search.share |
| - content.tooltips |
| - content.action.edit |
| - content.action.view |
| - header.autohide |
| - navigation.instant |
| - announce.dismiss |
| palette: |
| - media: "(prefers-color-scheme: light)" |
| scheme: default |
| primary: deep purple |
| accent: purple |
| toggle: |
| icon: material/weather-night |
| name: Switch to dark mode |
| - media: "(prefers-color-scheme: dark)" |
| scheme: slate |
| primary: black |
| accent: orange |
| toggle: |
| icon: material/weather-sunny |
| name: Switch to light mode |
| favicon: ./stylesheets/logo.png |
| logo: ./stylesheets/logo.svg |
| extra_css: |
| - ./stylesheets/extra.css |
|
|
| |
| plugins: |
| - search: |
| separator: '[\s\-\.]+' |
| - awesome-pages |
| - tags |
|
|
| |
| markdown_extensions: |
| - attr_list |
| - admonition |
| - pymdownx.details |
| - pymdownx.highlight: |
| anchor_linenums: true |
| line_spans: __span |
| pygments_lang_class: true |
| - pymdownx.inlinehilite |
| - pymdownx.superfences |
| - pymdownx.tabbed: |
| alternate_style: true |
| - tables |
| - toc: |
| permalink: true |
|
|
| copyright: > |
| Copyright © 2025–2026 |
| <a href="https://amit.is-a.dev" target="_blank">amit.is-a.dev</a> / |
| <a href="https://github.com/notamitgamer" target="_blank">notamitgamer</a> |
| <br> |
| <a href="https://github.com/notamitgamer/bsc/blob/main/LICENSE" target="_blank">MIT License</a> |
| |
| |
| extra: |
| generator: false |
| announce: "" |
| social: |
| - icon: fontawesome/brands/github |
| link: https://github.com/notamitgamer |
| - icon: fontawesome/brands/discord |
| link: https://discord.com/users/1274721760088166495 |
| - icon: fontawesome/brands/bluesky |
| link: https://bsky.app/profile/amit.is-a.dev |
| - icon: fontawesome/brands/x-twitter |
| link: https://x.com/notamitgamer |
|
|