Skip to content

Commit

Permalink
Merge pull request #145 from kbss-cvut/add-support-for-scripting-in-o…
Browse files Browse the repository at this point in the history
…pen-mic-session-template

Add scripting support in open-mic-session-template.markdown
  • Loading branch information
blcham authored Oct 21, 2024
2 parents a2b23ff + 63f7f5e commit 6a04b51
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions _drafts/open-mic-session-template.markdown
Original file line number Diff line number Diff line change
@@ -1,10 +1,17 @@
---
title: "Title of the open mic session"
title: "${OPEN_MIC_SESSION_TITLE}"
categories: [Open Mic Session, Open Mic]
excerpt: "Short description of the session topic that is displayed below the article header on the landing page."
---

First paragraph describes who, what and when. It shall contain something like: On Friday 13th May speaker [Michal Med](https://kbss.felk.cvut.cz/web/team#michal-med) held an Open Mic session with the topic \"Jobs to be Done\". Video and presentation included.
<!-- Fixing content of this file:
- [IF NOT RUNNING FROM GITHUB ACTION] replace all variables within this file surrounded by `${` `}`, example values are:
- OPEN_MIC_SESSION_TITLE=`Debugging SPARQL queries`
- OPEN_MIC_SESSION_DATE=`Friday 4 April 2023`
- remove all comments from this file
-->

First paragraph describes who, what and when. It shall contain something like: On ${OPEN_MIC_SESSION_DATE} speaker [Michal Med](https://kbss.felk.cvut.cz/web/team#michal-med) held an Open Mic session with the topic \"${OPEN_MIC_SESSION_TITLE}\". Video and presentation included.

Then include video using following code:

Expand Down

0 comments on commit 6a04b51

Please sign in to comment.