From 1bee485bac5f815465590c61594332b2acbdeb8e Mon Sep 17 00:00:00 2001 From: Kostas Chatzikokolakis Date: Fri, 10 Jan 2020 21:14:38 +0200 Subject: [PATCH] exampleSite: space between html tags and other content No change in content, just makes goldmark happy --- exampleSite/content/home/configuration.md | 9 +++++++++ exampleSite/content/home/features.md | 2 ++ exampleSite/content/home/shortcodes/slide.md | 1 + 3 files changed, 12 insertions(+) diff --git a/exampleSite/content/home/configuration.md b/exampleSite/content/home/configuration.md index 96aa01b..1d13e9b 100644 --- a/exampleSite/content/home/configuration.md +++ b/exampleSite/content/home/configuration.md @@ -41,7 +41,9 @@ custom_theme_compile = true ``` + 💡 See the [custom theme example presentation](/custom-theme-example/) for more details. + --- @@ -54,8 +56,11 @@ reveal-hugo comes with 2 extra Reveal.js themes: - [sunblind](https://github.com/dzello/revealjs-themes#sunblind)
+ + They live in the `static/reveal-hugo/themes` folder and also [on Github](https://github.com/dzello/revealjs-themes). + --- @@ -110,7 +115,9 @@ Here is where to put partials for different presentations and places in the DOM.   + 💡 You can also create an `end.html` to put content before the end of the `.reveal` div tag. + --- @@ -155,7 +162,9 @@ custom_js = "js/custom.js" ``` + These files can be located in `static/css`, `static/js` folder 💡 See the [extending layout example](/extending-layout-example/#) for more details. + diff --git a/exampleSite/content/home/features.md b/exampleSite/content/home/features.md index 416bea9..aa67ed8 100644 --- a/exampleSite/content/home/features.md +++ b/exampleSite/content/home/features.md @@ -9,6 +9,8 @@ weight = 10 - Two custom Reveal.js themes (including this one)
+
+ [see the code on github](https://github.com/dzello/reveal-hugo) --- diff --git a/exampleSite/content/home/shortcodes/slide.md b/exampleSite/content/home/shortcodes/slide.md index 29483ff..3ce5b8c 100644 --- a/exampleSite/content/home/shortcodes/slide.md +++ b/exampleSite/content/home/shortcodes/slide.md @@ -102,6 +102,7 @@ Add the shortcode above the slide's content, below the `---`. ```
+ [Try the link](#custom-slide) ---