Skip to content

Commit a0e6a5b

Browse files
authored
Merge pull request #3 from djangocon/2025-updates
Michael's updates
2 parents f3504c3 + 212767e commit a0e6a5b

File tree

467 files changed

+130
-7939
lines changed

Some content is hidden

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

467 files changed

+130
-7939
lines changed

CODE_OF_CONDUCT.md

+1-1

README.md

+13

THEME.md

+13-3

lib/sessions.js

+3
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ module.exports = function(config) {
66
// Get all sessions, including those manually created in the manual.yaml file.
77
// Combine them together into a single listing for processing.
88
let sessions = collectionApi.getFilteredByGlob("src/_content/schedule/{tutorials,talks,sprints}/*.md");
9+
10+
if (sessions.length === 0) { return []; }
11+
912
const manualContent = fs.readFileSync('src/_content/schedule/manual.yaml', 'utf8');
1013
const manualData = yaml.parse(manualContent);
1114
sessions = sessions.concat(manualData);

src/_content/organizers/Doreen.jpeg

-835 KB
Binary file not shown.

src/_content/organizers/Kudzayi.jpg

-1.33 MB
Binary file not shown.
-1.11 MB
Binary file not shown.

src/_content/organizers/abigail-afi-gbadago.md

-8
This file was deleted.

src/_content/organizers/adam-fast.jpg

-52.9 KB
Binary file not shown.

src/_content/organizers/adam-fast.md

-9
This file was deleted.
-227 KB
Binary file not shown.

src/_content/organizers/aditya-dhoot.md

-11
This file was deleted.
-2.41 MB
Binary file not shown.

src/_content/organizers/adrienne-franke.md

-11
This file was deleted.

src/_content/organizers/andrew-mshar.md

-10
This file was deleted.
-1.92 MB
Binary file not shown.
-1.28 MB
Binary file not shown.

src/_content/organizers/ariane-djeupang.md

-9
This file was deleted.
-217 KB
Binary file not shown.

src/_content/organizers/benedict-kofi-amofah.md

-10
This file was deleted.
-58.4 KB
Binary file not shown.

src/_content/organizers/carol-ganz.md

-9
This file was deleted.

src/_content/organizers/catherine-holmes.md

-9
This file was deleted.
-168 KB
Binary file not shown.
-30.4 KB
Binary file not shown.

src/_content/organizers/david-fischer.md

-8
This file was deleted.
-1.12 MB
Binary file not shown.

src/_content/organizers/dawn-wages.md

-11
This file was deleted.

src/_content/organizers/doreen-peace-nangira-wanyama.md

-9
This file was deleted.
-392 KB
Binary file not shown.

src/_content/organizers/drew-winstel.md

-11
This file was deleted.
-2.41 MB
Binary file not shown.

src/_content/organizers/emmanuel-asuah-danful.md

-10
This file was deleted.

src/_content/organizers/emmanuel-owusu.md

-10
This file was deleted.
-228 KB
Binary file not shown.
-30.9 KB
Binary file not shown.

src/_content/organizers/erin-mullaney.md

-10
This file was deleted.
-17.2 KB
Binary file not shown.

src/_content/organizers/ezra-yendau.md

-10
This file was deleted.

src/_content/organizers/hama-barhamou.md

-10
This file was deleted.
-7.73 MB
Binary file not shown.

src/_content/organizers/hope-adoli.md

-9
This file was deleted.
-1.27 MB
Binary file not shown.
-1.28 MB
Binary file not shown.

src/_content/organizers/jason-judkins.md

-9
This file was deleted.
-24.2 KB
Binary file not shown.

src/_content/organizers/jeff-triplett.md

-10
This file was deleted.
-29.6 KB
Binary file not shown.

src/_content/organizers/jennifer-myers.md

-10
This file was deleted.
-50.9 KB
Binary file not shown.

src/_content/organizers/jorge-gimeno.md

-10
This file was deleted.
-94.1 KB
Binary file not shown.

src/_content/organizers/julius-boakye.md

-10
This file was deleted.
-82.1 KB
Binary file not shown.

src/_content/organizers/kati-michel.md

-10
This file was deleted.

src/_content/organizers/katialira.jpg

-84.4 KB
Binary file not shown.
-264 KB
Binary file not shown.

src/_content/organizers/keanya-phelps.md

-5
This file was deleted.
-16.1 KB
Binary file not shown.

src/_content/organizers/kojo-idrissa.md

-11
This file was deleted.

src/_content/organizers/kudzayi-bamhare.md

-9
This file was deleted.

src/_content/organizers/lidya-k-tilahun.md

-10
This file was deleted.

src/_content/organizers/lidya.jpg

-20.6 KB
Binary file not shown.

src/_content/organizers/michael-clark.md

-11
This file was deleted.
-6.55 MB
Binary file not shown.
-153 KB
Binary file not shown.

0 commit comments

Comments
 (0)