-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
70 lines (64 loc) · 2.02 KB
/
mkdocs.yml
File metadata and controls
70 lines (64 loc) · 2.02 KB
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
site_name: Blog - Hasitha Aravinda
site_url: https://hasithaa.github.io/
site_description: Hasitha Aravinda's Tech Blog
theme:
name: material
favicon: img/favicon.png
logo: img/favicon.png
palette:
- scheme: default
primary: indigo
accent: indigo
toggle:
icon: material/brightness-7
name: Switch to dark mode
- scheme: slate
primary: indigo
accent: indigo
toggle:
icon: material/brightness-4
name: Switch to light mode
features:
- navigation.tabs
- navigation.sections
- navigation.top
- toc.integrate
extra_css:
- https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css
- css/extra.css
extra:
social:
- icon: fontawesome/brands/x-twitter
link: https://x.com/HasithaAravinda
- icon: fontawesome/brands/github
link: https://github.com/hasithaa/
- icon: fontawesome/brands/linkedin
link: https://www.linkedin.com/in/hasithaaravinda/
analytics:
provider: google
property: G-Y0NC9SXE07
copyright: Copyright © 2021-2026 <a href="https://twitter.com/hasithaaravinda">Hasitha Aravinda</a>. All rights reserved.
markdown_extensions:
- attr_list
- md_in_html
- admonition
- pymdownx.details
- pymdownx.superfences
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
- toc:
permalink: true
nav:
- 🏠 Home: index.md
- 📝 Blog:
- blog/index.md
- Ballerina Integrator Journey: blog/2025/wso2con-ballerina-integrator.md
- Programming Languages and Compilers: blog/2025/wso2-tech-conf-compilers.md
- Setup Ballerina Action: blog/2023/setup-ballerina.md
- Ballerina Identifiers: blog/2023/ballerina-identifiers.md
- Ballerina Meetup: blog/2022/meetup.md
- My Old Blog: blog/old.md
- 📚 Guides:
- Ballerina Language Reference ↗: https://hasithaa.github.io/ballerina-reference-guide/
- 🧑💻 Portfolio: projects/index.md