Skip to content

Commit 57b5b0b

Browse files
authored
pages: Update text for 2025 (#176)
1 parent 936f013 commit 57b5b0b

File tree

50 files changed

+928
-2376
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

50 files changed

+928
-2376
lines changed

.makim.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,13 @@ groups:
2929

3030
preview:
3131
help: preview the web page dynamically
32+
args:
33+
run-pre-build:
34+
help: Run pre-build task
35+
type: bool
36+
action: store_true
3237
hooks:
3338
pre-run:
3439
- task: pages.pre-build
40+
if: ${{ args.run_pre_build }}
3541
run: mkdocs serve --watch pages --watch theme

mkdocs.yml

Lines changed: 21 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -22,42 +22,27 @@ extra_javascript:
2222
- js/index.json
2323

2424
nav:
25-
# - Home: 'index.md'
2625
- Blog: "blog/index.md"
27-
- Affiliations:
28-
- index: affiliations/index.md
29-
# - Member Affiliation: 'affiliations/membership/index.md'
30-
# - OpenHub: 'affiliations/open-hub/index.md'
31-
# - Programs:
32-
# Mentors: 'projects/mentoring/mentors.md'
33-
# - Activities: about/archives/index.md
34-
# note> faq is out-of-date
35-
# - FAQ: faq/index.md
26+
# - Affiliations:
27+
# - index: affiliations/index.md
3628
- Projects:
3729
- index: "projects/index.md"
38-
- Incubator: "projects/incubator/index.md"
39-
- Affiliated:
40-
- index: "projects/affiliated/index.md"
41-
- Affiliated Projects: "projects/affiliated/projects.md"
42-
# - Mentoring: 'projects/mentoring/index.md'
43-
# note: let's keep these projects hidden for now
44-
# - Packaging Support: 'projects/packaging-support/index.md'
45-
# - Virtual-Labs: 'projects/virtual-labs/index.md'
46-
- Careers:
47-
- index: careers/index.md
48-
- Internship:
49-
- index: "careers/internship/index.md"
50-
- Interns Guide: "careers/internship/guides/interns/index.md"
51-
- Mentors Guide: "careers/internship/guides/mentors/index.md"
52-
# - "Cycle 2024-02": 'careers/internship/cycles/2024-02.md'
53-
# - "Cycle 2024-01 (CLOSED)": 'careers/internship/cycles/2024-01.md'
54-
# - "Cycle 2023-01 (CLOSED)": 'careers/internship/cycles/2023-01.md'
55-
- "TEMPLATE: Projects Ideas": "careers/internship/templates/projects-ideas.md"
56-
- "TEMPLATE: Intern Project Proposal": "careers/internship/templates/intern-proposal.md"
30+
- Incubation: "projects/incubation/index.md"
31+
- Affiliation:
32+
- index: "projects/affiliation/index.md"
33+
- All Projects: "projects/list/index.md"
34+
- Opportunities:
35+
- index: opportunities/index.md
36+
- Open Source Internship:
37+
- index: "opportunities/internship/index.md"
38+
- Interns Guide: "opportunities/internship/guides/interns/index.md"
39+
- Mentors Guide: "opportunities/internship/guides/mentors/index.md"
40+
- "TEMPLATE: Projects Ideas": "opportunities/internship/templates/projects-ideas.md"
41+
- "TEMPLATE: Intern Project Proposal": "opportunities/internship/templates/intern-proposal.md"
5742
- GSoC:
58-
- index: "careers/gsoc/index.md"
59-
- Contributor Guide: "careers/gsoc/guides/contributor/index.md"
60-
- "TEMPLATE: Contributor Project Proposal": "careers/gsoc/templates/contributor-proposal.md"
43+
- index: "opportunities/gsoc/index.md"
44+
- Contributor Guide: "opportunities/gsoc/guides/contributor/index.md"
45+
- "TEMPLATE: Contributor Project Proposal": "opportunities/gsoc/templates/contributor-proposal.md"
6146
- Partnership:
6247
- index: "partnership/index.md"
6348
- Partners: "partnership/partners/index.md"
@@ -67,8 +52,6 @@ nav:
6752
- index: guidelines/index.md
6853
- Articles: guidelines/articles/index.md
6954
- DEI: guidelines/dei/index.md
70-
# - DevOps/Discord: guidelines/devops/discord.md
71-
# - Fund Raiser: guidelines/fund-raiser/index.md
7255
- Mentoring: guidelines/mentoring/index.md
7356
- About:
7457
- index: "about/index.md"
@@ -92,6 +75,10 @@ markdown_extensions:
9275
- pymdownx.superfences
9376

9477
plugins:
78+
- include-markdown:
79+
start: <!-- start -->
80+
end: <!-- end -->
81+
9582
- blogging:
9683
template: theme/blog-list.html
9784
dirs:

pages/about/coc/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ title: "Contributor Covenant Code of Conduct"
33
date: 2022-09-14
44
authors: ["Mariangela Petrizzo"]
55
tags: [coc]
6+
template: single.html
67
---
78

89
# Code of Conduct

pages/about/fiscal-sponsor/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ title: "Fiscal Sponsor: The GRAPH Network"
33
description: "Fiscal Sponsor: The GRAPH Network"
44
date: "2024-02-24"
55
authors: ["OSL Team"]
6+
template: single.html
67
---
78

89
# Our Fiscal Sponsor: The GRAPH Network

pages/about/formula/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ title: "Open Science Labs Formula"
33
description: "Open Science Labs Formula"
44
date: "2024-02-14"
55
authors: ["OSL Team"]
6+
template: single.html
67
---
78

89
# Open Science Labs Formula

pages/about/governance/index.es.md

Lines changed: 0 additions & 362 deletions
This file was deleted.

0 commit comments

Comments
 (0)