-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
90 lines (82 loc) · 2.11 KB
/
mkdocs.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
# Project Information
site_name: GarudaNvim
site_url: https://garudanvim.github.io
site_author: Priyanshu Ranjan
# Configuration
theme:
name: material
logo: assets/images/logo-dark.png
favicon: assets/images/favicon.png
icon:
repo: simple/github
features:
- navigation.sections
- navigation.top
- search.suggest
- search.highlight
- content.tabs.link
- content.code.annotation
- content.code.copy
language: en
palette:
- scheme: slate # dark theme
toggle:
icon: material/weather-sunny
name: Switch to light mode
primary: black
accent: amber
- scheme: default # light theme
toggle:
icon: material/weather-night
name: Switch to dark mode
primary: indigo
accent: deep orange
# Navigation
nav:
- Home: index.md
- Installation: installation.md
- Features: features.md
- Plugins: plugins.md
- Keymaps: keymaps.md
- Which-Key: whichkey.md
- Themes: themes.md
- Releases: releases.md
- Code of Conduct: codeofconduct.md
# Add GitHub link to the navbar
repo_url: https://github.com/GarudaNvim
repo_name: GitHub
# Plugins
plugins:
- search
extra_css:
- assets/css/fonts.css
- assets/css/nav_link.css
# Social and Metadata Information
extra:
social:
- icon: fontawesome/solid/globe
link: https://github.com/GarudaNvim/GarudaNvim.github.io
name: Website Github
metadata:
description: A minimal and powerful Neovim configuration for macOS and Linux.
keywords: Neovim, GarudaNvim, macOS, Linux, configuration, coding
# Extensions
markdown_extensions:
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.inlinehilite
- pymdownx.snippets
- admonition
- pymdownx.arithmatex:
generic: true
- footnotes
- pymdownx.details
- pymdownx.superfences
- pymdownx.mark
- attr_list
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
# Copyright
copyright: |
© 2024 <a href="https://github.com/GarudaNvim" target="_blank" rel="noopener">GarudaNvim</a>