Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dzello/reveal-hugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-11-07uses .AllPages to evaluate if mermaid is presentDavid Genest
2022-11-03adds initial render of content if it has mermaidDavid Genest
2022-10-23use build-time mermaid js resource fetchDavid Genest
2022-10-23Fixes default initializer for mermaid loadingDavid Genest
2022-05-07adds mermaid shortcode when codeFences=falseDavid Genest
2022-05-06adds mermaid supportDavid Genest
2021-04-09Merge pull request #97 from featherbear/masterJosh Dzielak
2020-11-02logo: include it for the userjtagcat
2020-10-15Monkey-patch fix for fragments inside sections for Hugo 0.60.0+Andrew Wong
2020-02-24Move body.html lines for linenumbers example into own partialJosh Dzielak
2020-02-16hide Highlight.js line numbersmrBrutus
2020-02-16enable Highlight.js line numbers and -highlightsmrBrutus
2020-01-14render section content before applying the shortcodeKostas Chatzikokolakis
2020-01-10render fragment content before applying the shortcodeKostas Chatzikokolakis
2019-11-17Pipe custom theme asset relURLTjeu Kayim
2019-10-23Merge pull request #54 from chatziko/markdown-in-notesJosh Dzielak
2019-10-11Upgrade to reveal.js 3.8.0Kostas Chatzikokolakis
2019-10-11Add new settings to extend layout #58Valvin
2019-10-11Merge pull request #55 from chatziko/hugo-highlighterJosh Dzielak
2019-09-12Disable highlight.js for code processed by Hugo's hlKostas Chatzikokolakis
2019-09-12Fix bug in section presentations introduced by #51Kostas Chatzikokolakis
2019-09-12Allow markdown in note shortcodes (fixes #40)Kostas Chatzikokolakis
2019-09-11Add reveal_hugo.load_default_plugins optionKostas Chatzikokolakis
2019-09-06Merge pull request #50 from chatziko/masterJosh Dzielak
2019-09-06Replace .Pages/.Data.Pages by .Site.RegularPagesKostas Chatzikokolakis
2019-09-05Support mmark (replace <hr> by <hr />)Kostas Chatzikokolakis
2019-07-27Allow nested folder for reusable slideValvin
2019-05-01add fix for 0.55 shortcode behavior; markdownify funcSteven White
2019-04-06Use ExecuteAsTemplate to process custom themesdzello
2019-03-25Refactor layouts to be more readabledzello
2019-03-25Add layout and example for leaf bundles; addresses #27dzello
2019-03-17Improve how plugin javascript is loadeddzello
2019-03-17Add a param to specify additional Reveal.js plugins to be loadeddzello
2019-02-27Add Object.assign polyfill for IE11Josh Dzielak
2019-02-23Add classList Reveal.js plugin (<=IE11 needs it)Josh Dzielak
2019-02-12Fix unclosed tag in javascript partialJosh Dzielak
2019-02-06Support custom_theme_options param to customize asset compilationdzello
2019-02-02Create partials from layout sections for easier overridingdzello
2019-02-02Support using Hugo pipes to compile custom Reveal.js themedzello
2019-01-26Better offline support including file:/// url editing; addresses #17dzello
2018-11-09Improve handling of templates, fix issue with Hugo 0.5.0dzello
2018-10-09Add an end option for inserting HTML before end of .revealdzello
2018-08-13Include a Reveal.js distribution in static and make it defaultdzello
2018-08-13Bump Reveal.js version to 3.7.0dzello
2018-08-13Presentations can add their own HTML to the layoutdzello
2018-08-07Clean up slide shortcodedzello
2018-08-07Use $.Param and default function for cleaning config readingdzello
2018-08-07Remove need for a data file in the themedzello
2018-08-07make cdn urls customizableSimon Bruder
2018-08-06Refactor slides code to avoid duplicationdzello