Skip to content

Commit b277ebd

Browse files
authored
Add Kenya speakers (#2371)
* Add yaml as supplied * Test speaker data * Minor fixes * Edited YAML * Add speaker pics * Add speaker
1 parent 55b681a commit b277ebd

22 files changed

+388
-7
lines changed

docs/_data/kenya-2025-config.yaml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,14 @@ photos:
2121

2222
buttons:
2323
top:
24-
- text: Welcome to our conference
25-
link: /news/welcome
24+
#- text: Welcome to our conference
25+
# link: /news/welcome
2626
# - text: Sponsor us
2727
# link: /sponsors/prospectus
2828
- text: Visit our sponsors
2929
link: /sponsors
30+
- text: See the speakers
31+
link: /speakers
3032
bottom:
3133
- text: Conference information
3234
link: /news/welcome
@@ -121,7 +123,7 @@ flaghassponsors: True
121123
flagcfp: False
122124
flagticketsonsale: False
123125
flagsoldout: False
124-
flagspeakersannounced: False
126+
flagspeakersannounced: True
125127
flagrunofshow: False
126128
flaghasschedule: False
127129
flagscheduleincomplete: True

docs/_data/kenya-2025-sessions.yaml

Lines changed: 363 additions & 0 deletions
Large diffs are not rendered by default.
450 KB
Loading
43.2 KB
Loading
356 KB
Loading
850 KB
Loading
245 KB
Loading
337 KB
Loading
464 KB
Loading
636 KB
Loading
363 KB
Loading
761 KB
Loading
395 KB
Loading
85.2 KB
Loading
72.9 KB
Loading
67.5 KB
Loading
447 KB
Loading
3.46 MB
Loading
106 KB
Loading
506 KB
Loading

docs/_templates/2025/index.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ <h2>What is Write the Docs?</h2>
119119
about documentation: Programmers, Tech Writers,
120120
Customer Support, Designers, Project Managers,
121121
Developer Advocates, and anyone else who wants people
122-
to have a great experience with software.
122+
to have a great experience with software.
123123
</p>
124124
<p>
125125
Created in 2013 in Portland, Oregon, WTD has hosted
@@ -191,7 +191,7 @@ <h3>{{ date.conference.event }} </h3>
191191
<div class="schedule-item uk-width-1-{{ 1 + date.total_talk_days }}@s">
192192
<img style="height: 150px;" src="{{ pathto('_static/conf/images/icons/conversation' + '-' + color + '.svg', 1) }}" alt="" >
193193
<h3>Unconference</h3>
194-
<em>{{ date.conference.date }}</em>
194+
<em>{{ date.conference.date }}</em>
195195
<p>Share ideas, solve problems and participate in discussions. Anyone can suggest, lead and attend an Unconference.</p>
196196
</div>
197197

@@ -216,12 +216,12 @@ <h3>Lightning Talks</h3>
216216
<img style="height: 150px;" src="{{ pathto('_static/conf/images/icons/sponsor-expo' + '-' + color + '.svg', 1) }}"" alt="" >
217217
<h3>Sponsor Expo</h3>
218218
<em>{{ date.conference.date }}</em>
219-
<p>Engage with our sponsors, discuss job opportunities and interact with new products.</p>
219+
<p>Engage with our sponsors, discuss job opportunities and interact with new products.</p>
220220
</div>
221221

222222
{% endif %}
223223

224-
{% if flagspeakersannounced %}
224+
{% if flagshasschedule %}
225225

226226
<div class="learn-more">
227227
<a class="uk-align-right" href="{{ pathto('conf/' + shortcode + '/' + year_str + '/schedule') }}">See the full schedule</a>

docs/conf/kenya/2025/speakers.rst

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
:template: {{year}}/generic.html
2+
:banner: _static/conf/images/headers/speakers.jpg
3+
:og:image: _static/conf/images/headers/{{shortcode}}-{{year}}-opengraph.jpg
4+
5+
Conference Speakers
6+
===================
7+
8+
{% if flagspeakersannounced %}
9+
10+
.. datatemplate::
11+
:source: /_data/{{shortcode}}-{{year}}-sessions.yaml
12+
:template: {{year}}/speakers.rst
13+
14+
{% else %}
15+
Nothing to see yet. The speakers for the conference will be announced shortly after the call for papers ends.
16+
{% endif %}

0 commit comments

Comments
 (0)