Skip to content

Commit 0dda4af

Browse files
authored
feat(blog): fall festival 2024 overview (#533)
1 parent ade55a5 commit 0dda4af

12 files changed

+317
-29
lines changed

_data/authors.yml

Lines changed: 16 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,6 @@ Niels Bantilan:
2929
- label: "Website"
3030
icon: "fas fa-fw fa-link"
3131
url: "https://cosmicbboy.github.io/"
32-
- label: "Twitter"
33-
icon: "fab fa-fw fa-twitter-square"
34-
url: "https://twitter.com/cosmicbboy"
3532
Anita Graser:
3633
name : "Anita Graser"
3734
bio : "Data Scientist, Spatial Data Analyst, AIT Vienna"
@@ -43,9 +40,6 @@ Anita Graser:
4340
- label: "Website"
4441
icon: "fas fa-fw fa-link"
4542
url: "https://anitagraser.com"
46-
- label: "Twitter"
47-
icon: "fab fa-fw fa-twitter-square"
48-
url: "https://twitter.com/underdarkGIS"
4943
Eric J. Ma:
5044
name : "Eric J. Ma"
5145
bio : "Senior Principal Data Scientist, Moderna"
@@ -83,29 +77,29 @@ Carlos Ramos Carreño:
8377
icon: "fab fa-fw fa-linkedin"
8478
url: "https://www.linkedin.com/in/carlos-ramos-carre%C3%B1o-3745932ab/"
8579
Patrick J. Roddy:
86-
name : Patrick J. Roddy
87-
bio : Research Software Engineer, University College London
88-
avatar : /images/people/patrick-j-roddy.jpg
80+
name : "Patrick J. Roddy"
81+
bio : "Research Software Engineer, University College London"
82+
avatar : "/images/people/patrick-j-roddy.jpg"
8983
links:
90-
- label: GitHub
91-
icon: fab fa-fw fa-github
92-
url: https://github.com/paddyroddy
93-
- label: LinkedIn
94-
icon: fab fa-fw fa-linkedin
95-
url: https://www.linkedin.com/in/patrickjamesroddy
96-
- label: Website
97-
icon: fas fa-fw fa-link
98-
url: https://paddyroddy.github.io
84+
- label: "GitHub"
85+
icon: "fab fa-fw fa-github"
86+
url: "https://github.com/paddyroddy"
87+
- label: "LinkedIn"
88+
icon: "fab fa-fw fa-linkedin"
89+
url: "https://www.linkedin.com/in/patrickjamesroddy"
90+
- label: "Website"
91+
icon: "fas fa-fw fa-link"
92+
url: "https://paddyroddy.github.io"
9993
Eliot W. Robson:
100-
name : Eliot W. Robson
94+
name : "Eliot W. Robson"
10195
bio : "PhD Student, University of Illinois Urbana-Champaign"
102-
avatar : /images/people/eliot-w-robson.jpg
96+
avatar : "/images/people/eliot-w-robson.jpg"
10397
links:
10498
- label: "Email"
10599
icon: "fas fa-fw fa-envelope-square"
106100
url: "mailto:[email protected]"
107-
- label: GitHub
108-
icon: fab fa-fw fa-github
101+
- label: "GitHub"
102+
icon: "fab fa-fw fa-github"
109103
url: https://github.com/eliotwrobson
110104
- label: LinkedIn
111105
icon: fab fa-fw fa-linkedin

_includes/social-share.html

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@
33
<h4 class="page__share-title">{{ site.data.ui-text[site.locale].share_on_label | default: "Share on" }}</h4>
44
{% endif %}
55

6-
<a href="https://twitter.com/intent/tweet?{% if site.twitter.username %}via={{ site.twitter.username | url_encode }}&{% endif %}text={{ page.title | url_encode }}%20{{ page.url | absolute_url | url_encode }}" class="btn btn--twitter" onclick="window.open(this.href, 'window', 'left=20,top=20,width=500,height=500,toolbar=1,resizable=0'); return false;" title="{{ site.data.ui-text[site.locale].share_on_label | default: 'Share on' }} Twitter"><i class="fab fa-fw fa-twitter" aria-hidden="true"></i><span> Twitter</span></a>
7-
86
<a href="https://www.facebook.com/sharer/sharer.php?u={{ page.url | absolute_url | url_encode }}" class="btn btn--facebook" onclick="window.open(this.href, 'window', 'left=20,top=20,width=500,height=500,toolbar=1,resizable=0'); return false;" title="{{ site.data.ui-text[site.locale].share_on_label | default: 'Share on' }} Facebook"><i class="fab fa-fw fa-facebook" aria-hidden="true"></i><span> Facebook</span></a>
97

108
<a href="https://www.linkedin.com/shareArticle?mini=true&url={{ page.url | absolute_url | url_encode }}" class="btn btn--linkedin" onclick="window.open(this.href, 'window', 'left=20,top=20,width=500,height=500,toolbar=1,resizable=0'); return false;" title="{{ site.data.ui-text[site.locale].share_on_label | default: 'Share on' }} LinkedIn"><i class="fab fa-fw fa-linkedin" aria-hidden="true"></i><span> LinkedIn</span></a>

_posts/2019-10-26-pyos-min-mistakes-theme.md

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -188,6 +188,34 @@ The image below should extend outside of the parent container on right.
188188
{: .highlight-quote }
189189

190190

191+
### Fancy blockquote magenta & purple variants
192+
193+
```markdown
194+
> This entire effort underscores the power of community when guided in
195+
> the right direction, showcasing how collective effort can drive
196+
> meaningful progress.
197+
{: .highlight-quote .magenta }
198+
```
199+
200+
> This entire effort underscores the power of community when guided in
201+
> the right direction, showcasing how collective effort can drive
202+
> meaningful progress.
203+
{: .highlight-quote .magenta }
204+
205+
206+
```markdown
207+
> This entire effort underscores the power of community when guided in
208+
> the right direction, showcasing how collective effort can drive
209+
> meaningful progress.
210+
{: .highlight-quote .purple }
211+
```
212+
213+
> This entire effort underscores the power of community when guided in
214+
> the right direction, showcasing how collective effort can drive
215+
> meaningful progress.
216+
{: .highlight-quote .purple }
217+
218+
191219
### Quotes using include files
192220

193221
You can also create blockquotes using include files.
@@ -329,3 +357,16 @@ Using the Kramdown Markdown renderer with Jekyll allows you to add [block](http:
329357

330358
**Jekyll 3:** Kramdown is the default for `jekyll new` sites and those hosted on GitHub Pages. Not using Kramdown? That's OK. The following classes are still available when used with standard HTML.
331359
{: .notice--warning}
360+
361+
362+
## YouTube
363+
364+
You can use embeds to add a youtube video to a page. You can copy the id from the video url and add it to the include line below. The jekyll will do the rest for you!
365+
366+
```
367+
{% raw %}
368+
{% include video id="n9IZGT4DxDs" provider="youtube" %}
369+
{% endraw %}
370+
```
371+
372+
{% include video id="n9IZGT4DxDs" provider="youtube" %}

0 commit comments

Comments
 (0)