Skip to content

Commit 2bfc2f4

Browse files
committed
Add GSoC 2022-2026 project pages, fix sidebar navigation, fix typos, add telegram contact and fix visblity of icons in dark mode
1 parent 2532dee commit 2bfc2f4

File tree

71 files changed

+2230
-83
lines changed

Some content is hidden

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

71 files changed

+2230
-83
lines changed

_config.yml

Lines changed: 96 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -113,9 +113,9 @@ author:
113113
- label: "Mastodon"
114114
icon: "fab fa-fw fa-mastodon"
115115
url: "https://ubuntu.social/tags/OpenPrinting"
116-
- label: "LinkedIn"
117-
icon: "fab fa-fw fa-linkedin"
118-
url: "https://www.linkedin.com/company/openprinting/posts/"
116+
- label: "Telegram"
117+
icon: "fab fa-fw fa-telegram"
118+
url: "https://t.me/+RizBbjXz4uU2ZWM1"
119119

120120
# Site Footer
121121
footer:
@@ -129,9 +129,9 @@ footer:
129129
- label: "LinkedIn"
130130
icon: "fab fa-fw fa-linkedin"
131131
url: "https://www.linkedin.com/company/openprinting/posts/"
132-
- label: "Code of Conduct"
133-
icon: "fas fa-file-contract"
134-
url: "/codeofconduct/"
132+
- label: "Telegram"
133+
icon: "fab fa-fw fa-telegram"
134+
url: "https://t.me/+RizBbjXz4uU2ZWM1"
135135

136136
# Reading Files
137137
include:
@@ -251,6 +251,21 @@ collections:
251251
documentation:
252252
output: true
253253
permalink: /:collection/:path/
254+
gsoc2022:
255+
output: true
256+
permalink: /:collection/:path/
257+
gsoc2023:
258+
output: true
259+
permalink: /:collection/:path/
260+
gsoc2024:
261+
output: true
262+
permalink: /:collection/:path/
263+
gsoc2025:
264+
output: true
265+
permalink: /:collection/:path/
266+
gsoc2026:
267+
output: true
268+
permalink: /:collection/:path/
254269

255270

256271
# Defaults
@@ -357,6 +372,81 @@ defaults:
357372
nav: "gsod20"
358373
# comments: true
359374

375+
376+
# _gsoc2022
377+
- scope:
378+
path: ""
379+
type: gsoc2022
380+
values:
381+
layout: single
382+
author_profile: false
383+
share: false
384+
excerpt: ""
385+
toc: true
386+
toc_label: "On This Page"
387+
sidebar:
388+
nav: "gsoc22"
389+
# comments: true
390+
391+
# _gsoc2023
392+
- scope:
393+
path: ""
394+
type: gsoc2023
395+
values:
396+
layout: single
397+
author_profile: false
398+
share: false
399+
excerpt: ""
400+
toc: true
401+
toc_label: "On This Page"
402+
sidebar:
403+
nav: "gsoc23"
404+
# comments: true
405+
406+
# _gsoc2024
407+
- scope:
408+
path: ""
409+
type: gsoc2024
410+
values:
411+
layout: single
412+
author_profile: false
413+
share: false
414+
excerpt: ""
415+
toc: true
416+
toc_label: "On This Page"
417+
sidebar:
418+
nav: "gsoc24"
419+
# comments: true
420+
421+
# _gsoc2025
422+
- scope:
423+
path: ""
424+
type: gsoc2025
425+
values:
426+
layout: single
427+
author_profile: false
428+
share: false
429+
excerpt: ""
430+
toc: true
431+
toc_label: "On This Page"
432+
sidebar:
433+
nav: "gsoc25"
434+
# comments: true
435+
436+
# _gsoc2026
437+
- scope:
438+
path: ""
439+
type: gsoc2026
440+
values:
441+
layout: single
442+
author_profile: false
443+
share: false
444+
excerpt: ""
445+
toc: true
446+
toc_label: "On This Page"
447+
sidebar:
448+
nav: "gsoc26"
449+
# comments: true
360450
#_driverless
361451
- scope:
362452
path: ""

0 commit comments

Comments
 (0)