@@ -8,16 +8,16 @@ edit_uri: edit/main/docs/
8
8
theme :
9
9
name : material
10
10
palette :
11
- - media : " (prefers-color-scheme: dark)"
11
+ - media : " (prefers-color-scheme: dark)"
12
12
scheme : slate
13
13
primary : red
14
14
toggle :
15
- icon : material/brightness-4
16
- name : Switch to light mode
15
+ icon : material/brightness-4
16
+ name : Switch to light mode
17
17
- media : " (prefers-color-scheme: light)"
18
18
scheme : default
19
19
toggle :
20
- icon : material/brightness-7
20
+ icon : material/brightness-7
21
21
name : Switch to dark mode
22
22
font :
23
23
code : Roboto Mono
26
26
- content.tabs.link
27
27
- navigation.path
28
28
# - navigation.sections
29
-
29
+
30
30
markdown_extensions :
31
31
- abbr
32
32
- attr_list
@@ -44,43 +44,43 @@ markdown_extensions:
44
44
nav :
45
45
- Home : index.md
46
46
- Toolkits :
47
- - Development Tools : toolkits/DevelopmentTools.md
48
- - Daily Tools : toolkits/DailyTools.md
49
- - Thesis : toolkits/Thesis.md
50
- - MIS : toolkits/MIS.md
47
+ - Development Tools : toolkits/DevelopmentTools.md
48
+ - Daily Tools : toolkits/DailyTools.md
49
+ - Thesis : toolkits/Thesis.md
50
+ - MIS : toolkits/MIS.md
51
51
- Platforms :
52
- - Youtube Channels : platforms/YoutubeChannels.md
53
- - GitHub Repositories : platforms/GitHubRepositories.md
54
- - News : platforms/News.md
52
+ - Youtube Channels : platforms/YoutubeChannels.md
53
+ - GitHub Repositories : platforms/GitHubRepositories.md
54
+ - News : platforms/News.md
55
55
- Fundamentals :
56
- - Introduction : fundamentals/IntroductionToComputerScience.md
57
- - Programming Languages : fundamentals/ProgrammingLanguages.md
58
- - Data Structures and Algorithms : fundamentals/DataStructuresAndAlgorithms.md
59
- - Computer Networking : fundamentals/ComputerNetworking.md
56
+ - Introduction : fundamentals/IntroductionToComputerScience.md
57
+ - Programming Languages : fundamentals/ProgrammingLanguages.md
58
+ - Data Structures and Algorithms : fundamentals/DataStructuresAndAlgorithms.md
59
+ - Computer Networking : fundamentals/ComputerNetworking.md
60
60
# - Operating Systems: fundamentals/OperatingSystems.md
61
61
# - Compilers: fundamentals/Compilers.md
62
62
# - Databases: fundamentals/Databases.md
63
63
# - Mathematics:
64
64
# - Calculus: mathematics/Calculus.md
65
65
# - Linear Algebra: mathematics/LinearAlgebra.md
66
- # - Discrete Mathematics: mathematics/discrete-mathematics.md
66
+ # - Discrete Mathematics: mathematics/discrete-mathematics.md
67
67
- Machine Learning :
68
- - Resources : ml/Resources.md
69
- - News and Blogs : ml/NewsAndBlogs.md
68
+ - Resources : ml/Resources.md
69
+ - News and Blogs : ml/NewsAndBlogs.md
70
70
- Web Development :
71
- - Beginning : web/Beginning.md
72
- # - Frontend: web/Frontend.md
73
- - Backend : web/Backend.md
74
- - CMS : web/CMS.md
71
+ - Beginning : web/Beginning.md
72
+ # - Frontend: web/Frontend.md
73
+ - Backend : web/Backend.md
74
+ - CMS : web/CMS.md
75
75
# - LLM: ml/llm.md
76
- # - Software Engineering: SoftwareEngineering.md
76
+ # - Software Engineering: SoftwareEngineering.md
77
77
# - Specialized Fields:
78
- # - Data Science: specialized-fields/data-science.md
79
- # - Quantum Computing: specialized-fields/quantum-computing.md
80
- # - DevOps: specialized-fields/devops.md
78
+ # - Data Science: specialized-fields/data-science.md
79
+ # - Quantum Computing: specialized-fields/quantum-computing.md
80
+ # - DevOps: specialized-fields/devops.md
81
81
- Career :
82
- # - Graduate Entrance Examination: careers/graduate-entrance-examination.md
83
- - Interview Preparation : careers/Interview.md
82
+ # - Graduate Entrance Examination: careers/graduate-entrance-examination.md
83
+ - Interview Preparation : careers/Interview.md
84
84
# - Resume and Portfolio: careers/resume-and-portfolio.md
85
85
- My Setup : MySetup.md
86
86
# - About Me: AboutMe.md
@@ -99,7 +99,7 @@ plugins:
99
99
- git-committers :
100
100
repository : xxrjun/cs-resources
101
101
branch : main
102
-
102
+ - open-in-new-tab :
103
103
104
104
extra :
105
105
social :
@@ -113,4 +113,7 @@ extra:
113
113
link : https://www.instagram.com/r._jun/
114
114
- icon : fontawesome/solid/paper-plane
115
115
116
- generator : false
116
+ generator : false
117
+ analytics :
118
+ provider : google
119
+ property : G-31L8TC96N9
0 commit comments