Skip to content

Commit

Permalink
feat: enhance blog post layout and add emoji support
Browse files Browse the repository at this point in the history
- Improved iframe styling for better responsiveness in PyCon Sweden 2024 blog post.
- Added emoji support using pymdownx.emoji in mkdocs configuration.
  • Loading branch information
ewels committed Nov 15, 2024
1 parent 3a31c67 commit 6c31320
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docs/blog/posts/pycon-sweden-2024.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,10 @@ You can find my slides below:
## Slides


[Open in new tab :octicons-link-external-16:](/rich-click/images/blog/pycon-sweden-2024/Ewels-PyCon-Sweden-2024.pdf){ .md-button }
[Open in new tab   :octicons-link-external-16:](/rich-click/images/blog/pycon-sweden-2024/Ewels-PyCon-Sweden-2024.pdf){ .md-button }

<iframe height="450" width="688" style="max-width: 100%; border: 1px solid #333;" src="/rich-click/images/blog/pycon-sweden-2024/Ewels-PyCon-Sweden-2024.pdf" title="PyCon Sweden 2024 Slides - Phil Ewels"></iframe>

<iframe style="width: 100%; border: 1px solid #333; aspect-ratio: 16 / 10;" src="/rich-click/images/blog/pycon-sweden-2024/Ewels-PyCon-Sweden-2024.pdf" title="PyCon Sweden 2024 Slides - Phil Ewels"></iframe>

## YouTube video
The talk was recordeed and will be uploaded to YouTube by the conference organisers.
Expand Down
3 changes: 3 additions & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,9 @@ markdown_extensions:
- md_in_html
- markdown_include.include:
base_path: docs
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg

plugins:
- search
Expand Down

0 comments on commit 6c31320

Please sign in to comment.