@@ -16,55 +16,72 @@ theme:
1616 primary : indigo
1717
1818extra_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/partners.css
27+ - css/search.css
28+ - css/team.css
29+ - css/tokens.css
30+ - css/utilities.css
2131
2232extra_javascript :
23- - js/bundle.js
24- - js/search.js
25- - js/index.json
33+ - js/theme.js
34+ - js/osl-search.js
35+ - js/vendor/lunr.min.js
36+ - js/vendor/lunr.stemmer.support.min.js
37+ - js/vendor/lunr.multi.min.js
38+ - js/vendor/lunr.es.min.js
39+ - js/vendor/lunr.pt.min.js
2640
2741nav :
2842 - Blog : " blog/index.md"
2943 - Projects :
30- - index : " projects/index.md"
44+ - Overview : " projects/index.md"
3145 - Incubation : " projects/incubation/index.md"
32- - Affiliation :
33- - index : " projects/affiliation/index.md"
46+ - Affiliation : " projects/affiliation/index.md"
3447 - All Projects : " projects/list/index.md"
3548 - Opportunities :
36- - index : opportunities/index.md
49+ - Overview : opportunities/index.md
3750 - OSS Internship :
38- - index : " opportunities/internships/oss/index.md"
51+ - Overview : " opportunities/internships/oss/index.md"
3952 - Project Ideas : " opportunities/internships/oss/project-ideas/index.md"
40- - Interns Guide : " opportunities/internships/guides/interns/index.md"
41- - Projects Ideas Template : " opportunities/internships/templates/projects-ideas/index.md"
42- - Candidates's Project Proposal Template : " opportunities/internships/templates/candidate-proposal/index.md"
53+ - " Contribution Guidelines " : " opportunities/guides/contribution/index.md"
54+ - " Candidates' Guide " : " opportunities/internships/guides/interns/index.md"
55+ - " Template: Projects Ideas " : " opportunities/internships/templates/projects-ideas/index.md"
56+ - " Template: Candidates's Project Proposal " : " opportunities/internships/templates/candidate-proposal/index.md"
4357 - OSS Research Seed Internship :
44- - index : " opportunities/internships/oss-research-seed/index.md"
58+ - Overview : " opportunities/internships/oss-research-seed/index.md"
4559 - Project Ideas : " opportunities/internships/oss-research-seed/project-ideas/index.md"
46- - Interns Guide : " opportunities/internships/guides/interns/index.md"
47- - Projects Ideas Template : " opportunities/internships/templates/projects-ideas/index.md"
48- - Candidates's Project Proposal Template : " opportunities/internships/templates/candidate-proposal/index.md"
60+ - " Contribution Guidelines " : " opportunities/guides/contribution/index.md"
61+ - " Candidates' Guide " : " opportunities/internships/guides/interns/index.md"
62+ - " Template: Projects Ideas " : " opportunities/internships/templates/projects-ideas/index.md"
63+ - " Template: Candidates's Project Proposal " : " opportunities/internships/templates/candidate-proposal/index.md"
4964 - Google Summer of Code :
50- - index : " opportunities/gsoc/index.md"
65+ - Overview : " opportunities/gsoc/index.md"
5166 - Project Ideas : " opportunities/gsoc/project-ideas/index.md"
52- - Contributor Guide : " opportunities/gsoc/guides/contributor/index.md"
53- - Project Idea Template : " opportunities/gsoc/templates/project-ideas.md"
54- - Contributor Project Proposal Template : " opportunities/gsoc/templates/contributor-proposal.md"
67+ - " Contribution Guidelines " : " opportunities/guides/contribution/index.md"
68+ - " Candidates' Guide " : " opportunities/gsoc/guides/contributor/index.md"
69+ - " Template: Project Idea " : " opportunities/gsoc/templates/project-ideas.md"
70+ - " Template: Candidates Project Proposal " : " opportunities/gsoc/templates/contributor-proposal.md"
5571 - Partnership :
56- - index : " partnership/index.md"
72+ - Overview : " partnership/index.md"
5773 - Partners : " partnership/partners/index.md"
74+ - Open Proposals :
75+ - Overview : " partnership/open-proposals/index.md"
76+ - Community Training : " partnership/open-proposals/community-training/index.md"
5877 - Learning :
59- - index : learning/index.md
60- - Events :
61- - index : learning/events/index.md
62- - Study Groups :
63- - index : learning/study-groups/index.md
78+ - Overview : learning/index.md
79+ - Events : learning/events/index.md
80+ - Study Groups : learning/study-groups/index.md
6481 - About :
65- - index : " about/index.md"
82+ - Overview : " about/index.md"
6683 - About OSL :
67- - index : " about/index.md"
84+ - Overview : " about/index.md"
6885 - Contact Us : about/contact/index.md
6986 - Our Formula : " about/formula/index.md"
7087 - Roadmap : about/roadmap/index.md
7390 - Team : about/team/index.md
7491 - Fiscal Sponsor : about/fiscal-sponsor/index.md
7592 - Guidelines :
76- - index : about/guidelines/index.md
93+ - Overview : about/guidelines/index.md
7794 - Articles : about/guidelines/articles/index.md
7895 - DEI : about/guidelines/dei/index.md
7996 - Mentoring : about/guidelines/mentoring/index.md
@@ -89,6 +106,7 @@ markdown_extensions:
89106 - pymdownx.inlinehilite
90107 - pymdownx.snippets
91108 - pymdownx.superfences
109+ - mdx_truly_sane_lists
92110
93111plugins :
94112 - include-markdown :
@@ -128,3 +146,10 @@ plugins:
128146 enabled : true
129147 enable_creation_date : false
130148 type : iso_date
149+
150+ - search :
151+ lang :
152+ - en
153+ - es
154+ - pt
155+ prebuild_index : true
0 commit comments