From d37970ccd647b89a790c0944611f3e3be1f05eaf Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Sat, 10 Oct 2020 19:29:58 -0300 Subject: Use Jekyll to output slides HTML files --- _layouts/default.html | 4 +++- _layouts/slides.html | 65 +++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 68 insertions(+), 1 deletion(-) create mode 100644 _layouts/slides.html (limited to '_layouts') diff --git a/_layouts/default.html b/_layouts/default.html index ea12a36..5e12682 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -4,8 +4,10 @@ - + + + {{ page.title }} - EuAndreh diff --git a/_layouts/slides.html b/_layouts/slides.html new file mode 100644 index 0000000..839fe2a --- /dev/null +++ b/_layouts/slides.html @@ -0,0 +1,65 @@ + + + + + + + + {{ page.title }} - EuAndreh + + + + + + {% capture raw_description %} + {% if page.description %} + {{ page.description }} + {% else %} + {{ site.t.description[page.lang] }} + {% endif %} + {% endcapture %} + {% assign description = raw_description | strip_html | strip %} + + + + + + + + + + + + + + + + +
+
+
+ +
+
+
+ + + + + + + + -- cgit v1.2.3