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 (Collapse)Author
2022-11-08Merge pull request #127 from davidovich/fix-_index-mermaid-contentHEADmasterJosh Dzielak
uses .AllPages to evaluate if mermaid is present
2022-11-07uses .AllPages to evaluate if mermaid is presentDavid Genest
Simple sites can be solely defined in the root branch bundle _index.md and contain mermaid content, but the mermaid activation iteration was not considering this type of layout. Using AllPages will iterate on all pages (including translated pages) and properly detect that a root branch bundle has mermaid content.
2022-11-04Merge pull request #125 from davidovich/fix-mermaid-on-current-page-reloadJosh Dzielak
adds initial render of content if it has mermaid
2022-11-03adds initial render of content if it has mermaidDavid Genest
Before this change when the current page contained mermaid content and was reloaded, we did not have any hooks to trigger the render trick. (the events `slidechanged` or `ready` do not fire). This commit adds an initial render call to ensure that mermaid elements are processed if they are found on the current page. Also are more in-line with other snippets by adding text/javascript attribute.
2022-10-27Merge pull request #123 from davidovich/no-cdn-mermaidJosh Dzielak
No cdn mermaid
2022-10-23use build-time mermaid js resource fetchDavid Genest
This removes the need for CDN at each site-load as we download mermaid js library at hugo build-time. The mermaid script becomes part of the static site. Note that, at build time, the mermaid resource is not downloaded if there are no mermaid blocks in the site. closes #122
2022-10-23Fixes default initializer for mermaid loadingDavid Genest
The initialization should have been false and then changed to true if mermaid was found, this was probably a debugging leftover.
2022-07-10Update README.mdJosh Dzielak
2022-05-15Merge pull request #117 from davidovich/adds-mermaidJosh Dzielak
adds mermaid support
2022-05-07adds mermaid shortcode when codeFences=falseDavid Genest
the shortcode provides an alternative to codeblocks if codeFences are disabled.
2022-05-06bump hugo version for .StoreDavid Genest
2022-05-06adds mermaid supportDavid Genest
Leverage the new codeblock renderhooks to support mermaid rendering. Mermaid is picky about not being visible when it is rendered so we hook on Reveal events to render on slide view or on ready event. Mermaid is only included if it is used in the slides. this change depends on hugo verison >= v0.93.0
2022-02-24Merge pull request #113 from deining/contribJosh Dzielak
Fixing typos, minor improvements
2022-02-24Fixing typos, minor improvementsAndreas Deininger
2021-04-13Merge pull request #108 from jtagcat/httpurlJosh Dzielak
Readme: Install: git clone from ssh to http.
2021-04-13Readme: Install: git clone from ssh to http.jtagcat
Some CI/CD things don't by default, or can't do ssh (sub)modules. Themes are often used read-only anyway. Closes #101.
2021-04-09Merge pull request #97 from featherbear/masterJosh Dzielak
Monkey-patch fix for fragments inside sections for Hugo 0.60.0+
2021-04-09Merge pull request #106 from jamietanna/fix/typoJosh Dzielak
Fix typo in `symbolic`
2021-04-08Fix typo in `symbolic`Jamie Tanna
2020-11-04Merge pull request #92 from dzello/dependabot/npm_and_yarn/npm-6.14.6Josh Dzielak
Bump npm from 6.13.4 to 6.14.6
2020-11-04Merge pull request #99 from jtagcat/logoJosh Dzielak
logo: include it for the user
2020-11-02logo: include it for the userjtagcat
2020-10-15Monkey-patch fix for fragments inside sections for Hugo 0.60.0+Andrew Wong
* Workaround for https://github.com/dzello/reveal-hugo/issues/93 * Workaround for https://github.com/dzello/reveal-hugo/issues/77
2020-10-01Merge pull request #94 from featherbear/patch-1Josh Dzielak
Update README instructions
2020-10-01Fix paths and toml key names for the custom themes sectionAndrew Wong
2020-10-01Fix example configuration for SCSS theme builderAndrew Wong
2020-07-07Bump npm from 6.13.4 to 6.14.6dependabot[bot]
Bumps [npm](https://github.com/npm/cli) from 6.13.4 to 6.14.6. - [Release notes](https://github.com/npm/cli/releases) - [Changelog](https://github.com/npm/cli/blob/latest/CHANGELOG.md) - [Commits](https://github.com/npm/cli/compare/v6.13.4...v6.14.6) Signed-off-by: dependabot[bot] <support@github.com>
2020-05-13Merge pull request #87 from guilhem/patch-1Josh Dzielak
Add devops training implementation
2020-05-11Add devops training implementationGuilhem Lettron
Thank you so much
2020-04-23Merge pull request #85 from Flupkees/patch-1Josh Dzielak
Added closing section tag so people can copy/paste
2020-04-23Added closing section tag so people can copy/pasteFlupkees
2020-04-12Merge pull request #83 from dzello/dzello-patch-1Josh Dzielak
Document MathJax support
2020-04-12Document MathJax supportdzello-patch-1Josh Dzielak
Document how to use MathJax
2020-02-25Add required config.toml param for unsafe rendering in goldmarkJosh Dzielak
2020-02-24Change markdown to markup for config.toml example in READMEJosh Dzielak
2020-02-24Fix links to example presentation in READMEJosh Dzielak
2020-02-24Add documentation around syntax highlighting methodsJosh Dzielak
2020-02-24Bump to latest Hugo on NetlifyJosh Dzielak
2020-02-24Remove pygments examples from hugo-hl-exampleJosh Dzielak
2020-02-24Add toml block and style for hugo-hl-exampleJosh Dzielak
2020-02-24Add `codeFences` to hugo-hl-exampleJosh Dzielak
Addresses #66.
2020-02-24Default codeFences to off so Highlight.js is usedJosh Dzielak
This is the behavior with previous versions of reveal-hugo. Folks wanting to use Hugo's compile-time highlighter for code blocks should opt into it by setting `codeFences = true`
2020-02-24Cleanup markdown section in config.tomlJosh Dzielak
2020-02-24Make the linenumbers config.toml changes opt-inJosh Dzielak
Unfortunately the config.toml is shared by all the examples and so we try to push example-specific config into the index files. With markdown configuation that's not possible, so the best we can do is tell the user they need to comment it in to try it out. The better solution in the future would be to pull this example out into it's own Hugo site.
2020-02-24Move body.html lines for linenumbers example into own partialJosh Dzielak
2020-02-24Merge pull request #74 from mrBrutus/masterJosh Dzielak
Reveal.js upgrade + line highlighting
2020-02-16Merge branch 'codeblock_linenumbers'mrBrutus
2020-02-16hide Highlight.js line numbersmrBrutus
2020-02-16Example for new highlighting featuresmrBrutus
2020-02-16enable Highlight.js line numbers and -highlightsmrBrutus