Commit Graph

252 Commits

Author SHA1 Message Date
Josh Dzielak 9d49014907 Change markdown to markup for config.toml example in README 2020-02-24 14:41:57 +01:00
Josh Dzielak 99fce6be9b Fix links to example presentation in README 2020-02-24 14:37:30 +01:00
Josh Dzielak bde3918ecc Add documentation around syntax highlighting methods 2020-02-24 14:33:52 +01:00
Josh Dzielak 067c701f41 Bump to latest Hugo on Netlify 2020-02-24 14:25:41 +01:00
Josh Dzielak 49fde75437 Remove pygments examples from hugo-hl-example 2020-02-24 14:11:48 +01:00
Josh Dzielak 2c1ce7453b Add toml block and style for hugo-hl-example 2020-02-24 14:10:18 +01:00
Josh Dzielak 815f6849f7 Add codeFences to hugo-hl-example
Addresses #66.
2020-02-24 14:08:17 +01:00
Josh Dzielak cdb1b99fb4 Default codeFences to off so Highlight.js is used
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-24 13:17:55 +01:00
Josh Dzielak a2e3db38b9 Cleanup markdown section in config.toml 2020-02-24 13:00:24 +01:00
Josh Dzielak 8e9fb9ea9e Make the linenumbers config.toml changes opt-in
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-24 12:56:19 +01:00
Josh Dzielak 2e17b32ddd Move body.html lines for linenumbers example into own partial 2020-02-24 12:37:33 +01:00
Josh Dzielak 035d8c8fe6 Merge pull request #74 from mrBrutus/master
Reveal.js upgrade + line highlighting
2020-02-24 12:23:47 +01:00
mrBrutus fd8ee30d66 Merge branch 'codeblock_linenumbers' 2020-02-16 13:10:37 +01:00
mrBrutus d0a10da55f hide Highlight.js line numbers 2020-02-16 13:07:00 +01:00
mrBrutus ba41c7c071 Example for new highlighting features 2020-02-16 13:03:45 +01:00
mrBrutus fe6a1254eb enable Highlight.js line numbers and -highlights 2020-02-16 13:02:37 +01:00
mrBrutus 361d226c92 Reveal.js version v3.9.2 2020-02-16 09:46:38 +01:00
mrBrutus 1b8a77b592 Reveal.js version v3.9.2 2020-02-15 16:07:37 +01:00
mrBrutus 70828de759 Reveal.js files upgraded to v3.9.2 2020-02-15 15:44:31 +01:00
mrBrutus 9054d2b783 Reveal.js files upgraded to v3.9.2 2020-02-15 15:41:40 +01:00
Josh Dzielak 1e9489b435 Merge pull request #69 from chatziko/hugo-0.62
Hugo 0.60 compatibility
2020-01-18 11:49:06 -08:00
Kostas Chatzikokolakis 8773ec2a80 README: remove hugo 0.60 compatibility message 2020-01-14 22:03:48 +02:00
Kostas Chatzikokolakis dc2386d084 render section content before applying the shortcode 2020-01-14 22:02:37 +02:00
Kostas Chatzikokolakis 62d97be121 config.toml: use the default markdown handler 2020-01-14 22:02:37 +02:00
Kostas Chatzikokolakis 1bee485bac exampleSite: space between html tags and other content
No change in content, just makes goldmark happy
2020-01-14 21:42:53 +02:00
Kostas Chatzikokolakis 9fd117d3d0 exampleSite: no --- in data template markdown 2020-01-14 21:42:53 +02:00
Kostas Chatzikokolakis 491d0e6bfd render fragment content before applying the shortcode 2020-01-10 21:08:43 +02:00
Josh Dzielak 55d98ea82e Merge pull request #67 from dzello/dependabot/npm_and_yarn/npm-6.13.4
Bump npm from 6.9.0 to 6.13.4
2019-12-21 22:07:23 -07:00
Josh Dzielak 28de1d9d7f Add warning about Hugo 0.60 and show how to set markdown parser 2019-12-15 07:53:04 -08:00
dependabot[bot] eb8d9df29c Bump npm from 6.9.0 to 6.13.4
Bumps [npm](https://github.com/npm/cli) from 6.9.0 to 6.13.4.
- [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.9.0...v6.13.4)

Signed-off-by: dependabot[bot] <support@github.com>
2019-12-13 17:20:40 +00:00
Josh Dzielak 1eb09a1739 Merge pull request #64 from TjeuKayim/custom-theme-relurl
Pipe custom theme asset relURL
2019-11-20 11:41:02 +01:00
Tjeu Kayim bd12ffaf9d Pipe custom theme asset relURL 2019-11-17 20:17:01 +01:00
Josh Dzielak 64172dd249 Merge pull request #54 from chatziko/markdown-in-notes
Allow markdown in note shortcodes (fixes #40)
2019-10-23 19:41:31 +02:00
Josh Dzielak b060f12728 Merge pull request #61 from chatziko/reveal-3.8
Upgrade to reveal.js 3.8.0
2019-10-11 18:53:43 +02:00
Kostas Chatzikokolakis fc6b8d19e9 Upgrade to reveal.js 3.8.0 2019-10-11 18:28:49 +03:00
Josh Dzielak 5f0366c145 Merge pull request #59 from valvin1/feature/add-custom-css
Add settings to extend CSS and JS from configuration
2019-10-11 13:33:40 +02:00
Valvin 73186f4d12 Add documentation about extending layout #58 2019-10-11 13:15:43 +02:00
Valvin e4f4cb51a0 Add new settings to extend layout #58 2019-10-11 13:15:43 +02:00
Josh Dzielak 156b1951e1 Merge pull request #55 from chatziko/hugo-highlighter
Support for Hugo's highlighter
2019-10-11 12:34:01 +02:00
Josh Dzielak e310880784 Merge pull request #53 from chatziko/fix-section-presentations
Fix bug in section presentations introduced by #51
2019-09-12 16:29:54 -07:00
Kostas Chatzikokolakis 8fd91e3e30 Add example of using Hugo's highlighter 2019-09-12 17:52:12 +03:00
Kostas Chatzikokolakis 83a0216daf Disable highlight.js for code processed by Hugo's hl 2019-09-12 17:49:16 +03:00
Kostas Chatzikokolakis f3d10065d3 Fix bug in section presentations introduced by #51
Section presentations were including slides from the root presentation.
2019-09-12 12:21:14 +03:00
Kostas Chatzikokolakis 73800d2881 Allow markdown in note shortcodes (fixes #40) 2019-09-12 11:57:43 +03:00
Kostas Chatzikokolakis cd5ca462ac Add reveal_hugo.load_default_plugins option 2019-09-11 13:40:22 +03:00
Josh Dzielak 68429eccc3 Merge pull request #50 from chatziko/master
Support mmark
2019-09-06 11:36:58 -07:00
Josh Dzielak a1df4f02d9 Merge pull request #51 from chatziko/fix-v0.58-regression
Fix hugo 0.58 regression
2019-09-06 11:30:00 -07:00
Kostas Chatzikokolakis 24346492a8 Replace .Pages/.Data.Pages by .Site.RegularPages 2019-09-06 11:05:29 +03:00
Kostas Chatzikokolakis 637b22ac18 Support mmark (replace <hr> by <hr />)
Mmark produces "<hr>" while blackfriday produces "<hr />". A simple
replace allows to support both.
2019-09-05 18:59:31 +03:00
Josh Dzielak 3788609d23 Merge pull request #45 from valvin1/feat/nested_reusable
Allow usage of nested folder for reusable slides
2019-07-27 16:43:08 +02:00