Skip to content

Commit 65e9352

Browse files
author
kintsugi-programmer
committed
feat: update mkdocs configuration with social links and new plugins
1 parent 40907a2 commit 65e9352

2 files changed

Lines changed: 33 additions & 2 deletions

File tree

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{"cache_date": "2026-02-07", "page_authors": {"docs/index.md": {"last_commit_date": "2026-02-06", "authors": []}}}

mkdocs.yml

Lines changed: 32 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,5 +37,35 @@ theme:
3737
- search.suggest
3838
- search.highlight
3939
- search.share
40-
plugins:
41-
- search
40+
- header.autohide
41+
- navigation.footer
42+
extra:
43+
social:
44+
- icon: fontawesome/brands/youtube
45+
link: https://www.youtube.com/@CodingIsMeditation
46+
name: CodingIsMeditation YouTube Channel
47+
- icon: fontawesome/brands/twitter
48+
link: https://x.com/siddhantbuilds
49+
name: Author's Twitter
50+
- icon: fontawesome/brands/github
51+
link: https://kintsugi-programmer.github.io/
52+
name: Author's GitHub
53+
- icon: fontawesome/brands/linkedin
54+
link: https://www.linkedin.com/in/siddhantbuilds/
55+
name: Author's LinkedIn
56+
- icon: fontawesome/solid/paper-plane
57+
link: mailto:siddhant.bali.work@gmail.com
58+
name: Author's Email
59+
generator: false
60+
plugins:
61+
- search
62+
- offline
63+
64+
- git-revision-date-localized:
65+
enable_creation_date: true
66+
# - git-committers:
67+
# repository: codingismeditation/codingismeditation.github.io
68+
# branch: main
69+
repo_url: https://github.com/kintsugi-programmer
70+
repo_name: kintsugi-programmer
71+
copyright: Copyright ©2026 Siddhant Bali. All rights reserved.

0 commit comments

Comments
 (0)