@@ -16,61 +16,70 @@ theme:
16
16
primary : indigo
17
17
18
18
extra_css :
19
- - css/style.css
20
- - css/index.css
19
+ - css/base.css
20
+ - css/blog.css
21
+ - css/code.css
22
+ - css/content.css
23
+ - css/footer.css
24
+ - css/home.css
25
+ - css/nav.css
26
+ - css/search.css
27
+ - css/tokens.css
28
+ - css/utilities.css
21
29
22
30
extra_javascript :
23
- - js/bundle.js
24
- - js/search.js
25
- - js/index.json
31
+ - js/theme.js
32
+ - js/osl-search.js
33
+ - js/vendor/lunr.min.js
34
+ - js/vendor/lunr.stemmer.support.min.js
35
+ - js/vendor/lunr.multi.min.js
36
+ - js/vendor/lunr.es.min.js
37
+ - js/vendor/lunr.pt.min.js
26
38
27
39
nav :
28
40
- Blog : " blog/index.md"
29
41
- Projects :
30
- - index : " projects/index.md"
42
+ - Overview : " projects/index.md"
31
43
- Incubation : " projects/incubation/index.md"
32
- - Affiliation :
33
- - index : " projects/affiliation/index.md"
44
+ - Affiliation : " projects/affiliation/index.md"
34
45
- All Projects : " projects/list/index.md"
35
46
- Opportunities :
36
- - index : opportunities/index.md
47
+ - Overview : opportunities/index.md
37
48
- OSS Internship :
38
- - index : " opportunities/internships/oss/index.md"
49
+ - Overview : " opportunities/internships/oss/index.md"
39
50
- Project Ideas : " opportunities/internships/oss/project-ideas/index.md"
40
51
- " Contribution Guidelines " : " opportunities/guides/contribution/index.md"
41
52
- " Candidates' Guide " : " opportunities/internships/guides/interns/index.md"
42
53
- " Template: Projects Ideas " : " opportunities/internships/templates/projects-ideas/index.md"
43
54
- " Template: Candidates's Project Proposal " : " opportunities/internships/templates/candidate-proposal/index.md"
44
55
- OSS Research Seed Internship :
45
- - index : " opportunities/internships/oss-research-seed/index.md"
56
+ - Overview : " opportunities/internships/oss-research-seed/index.md"
46
57
- Project Ideas : " opportunities/internships/oss-research-seed/project-ideas/index.md"
47
58
- " Contribution Guidelines " : " opportunities/guides/contribution/index.md"
48
59
- " Candidates' Guide " : " opportunities/internships/guides/interns/index.md"
49
60
- " Template: Projects Ideas " : " opportunities/internships/templates/projects-ideas/index.md"
50
61
- " Template: Candidates's Project Proposal " : " opportunities/internships/templates/candidate-proposal/index.md"
51
62
- Google Summer of Code :
52
- - index : " opportunities/gsoc/index.md"
63
+ - Overview : " opportunities/gsoc/index.md"
53
64
- Project Ideas : " opportunities/gsoc/project-ideas/index.md"
54
65
- " Contribution Guidelines " : " opportunities/guides/contribution/index.md"
55
66
- " Candidates' Guide " : " opportunities/gsoc/guides/contributor/index.md"
56
67
- " Template: Project Idea " : " opportunities/gsoc/templates/project-ideas.md"
57
68
- " Template: Candidates Project Proposal " : " opportunities/gsoc/templates/contributor-proposal.md"
58
69
- Partnership :
59
- - index : " partnership/index.md"
70
+ - Overview : " partnership/index.md"
60
71
- Partners : " partnership/partners/index.md"
61
72
- Open Proposals :
62
- - index : " partnership/open-proposals/index.md"
63
- - Community Traning : " partnership/open-proposals/community-training/index.md"
73
+ - Overview : " partnership/open-proposals/index.md"
74
+ - Community Training : " partnership/open-proposals/community-training/index.md"
64
75
- Learning :
65
- - index : learning/index.md
66
- - Events :
67
- - index : learning/events/index.md
68
- - Study Groups :
69
- - index : learning/study-groups/index.md
76
+ - Overview : learning/index.md
77
+ - Events : learning/events/index.md
78
+ - Study Groups : learning/study-groups/index.md
70
79
- About :
71
- - index : " about/index.md"
80
+ - Overview : " about/index.md"
72
81
- About OSL :
73
- - index : " about/index.md"
82
+ - Overview : " about/index.md"
74
83
- Contact Us : about/contact/index.md
75
84
- Our Formula : " about/formula/index.md"
76
85
- Roadmap : about/roadmap/index.md
79
88
- Team : about/team/index.md
80
89
- Fiscal Sponsor : about/fiscal-sponsor/index.md
81
90
- Guidelines :
82
- - index : about/guidelines/index.md
91
+ - Overview : about/guidelines/index.md
83
92
- Articles : about/guidelines/articles/index.md
84
93
- DEI : about/guidelines/dei/index.md
85
94
- Mentoring : about/guidelines/mentoring/index.md
@@ -135,3 +144,10 @@ plugins:
135
144
enabled : true
136
145
enable_creation_date : false
137
146
type : iso_date
147
+
148
+ - search :
149
+ lang :
150
+ - en
151
+ - es
152
+ - pt
153
+ prebuild_index : true
0 commit comments