259 Commits

Author SHA1 Message Date
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
Valvin 8cf2c61cfd Add tips about data folder 2019-07-27 15:15:07 +02:00
Valvin 42999e5e17 Add information about nested reusable slides 2019-07-27 15:14:43 +02:00
Valvin cc5737d037 Allow nested folder for reusable slide 2019-07-27 15:12:58 +02:00
Josh Dzielak 9733aa9825 Update README.md 2019-06-17 16:47:15 +02:00
Josh Dzielak fe768563c7 Merge pull request #38 from dzello/dependabot/npm_and_yarn/tar-2.2.2
[Security] Bump tar from 2.2.1 to 2.2.2
2019-05-30 13:53:25 +02:00
dependabot-preview[bot] 943544c333 [Security] Bump tar from 2.2.1 to 2.2.2
Bumps [tar](https://github.com/npm/node-tar) from 2.2.1 to 2.2.2. **This update includes security fixes.**
- [Release notes](https://github.com/npm/node-tar/releases)
- [Commits](https://github.com/npm/node-tar/compare/v2.2.1...v2.2.2)
2019-05-24 18:14:25 +00:00
Josh Dzielak d9f22a1103 Merge pull request #30 from swhite24/master
add fix for 0.55 shortcode behavior; markdownify func
2019-05-01 11:46:17 -05:00
Steven White ff7cc65e95 bump hugo version in netlify 0.55.4 2019-04-30 19:10:46 -04:00
Steven White 6eeb5a8176 bump hugo version in netlify 2019-04-30 19:08:42 -04:00
Steven White 100e73693d add fix for 0.55 shortcode behavior; markdownify func 2019-04-30 18:59:23 -04:00
dzello aac254d541 Use ExecuteAsTemplate to process custom themes 2019-04-06 02:29:51 +02:00
Josh Dzielak 0e0ec48a81 Update README.md 2019-04-06 00:37:35 +02:00
Josh Dzielak b498fd8703 Add Netlify badge 2019-03-25 11:59:22 +01:00
Josh Dzielak fe8dd34104 Document building a custom theme 2019-03-25 11:58:38 +01:00
Josh Dzielak d2d7dfacc1 Add recipe for changing layout for leaf bundles 2019-03-25 11:44:02 +01:00
dzello 007fca1d16 Show relative / ugly URLs options in config.toml 2019-03-25 02:48:34 +01:00
dzello e5d7a3a888 Use night theme for section presentation 2019-03-25 02:35:01 +01:00
dzello 564eb5f475 Link new example presentations in the README 2019-03-25 02:31:25 +01:00
dzello bbbd59ad74 Add example presentation for using slide templates; investigating #26 2019-03-25 02:26:48 +01:00
dzello b67f7bc298 Move images into bundles for example presentations 2019-03-25 02:06:18 +01:00
dzello ea8ae484c1 Refactor layouts to be more readable 2019-03-25 01:46:21 +01:00
dzello c7fd35274d Add layout and example for leaf bundles; addresses #27 2019-03-25 01:46:06 +01:00
dzello 66be348616 Link to plugin-example in README 2019-03-17 00:55:30 +01:00
dzello 3996b51a9c Add a plugin-example presentation to show how plugins can be added 2019-03-17 00:53:58 +01:00
dzello fc11a37889 Improve how plugin javascript is loaded
- Load the plugins after Reveal.initialize or some plugins don't work
- Put the object.assign polyfill in its own file
2019-03-17 00:52:21 +01:00
dzello 7aad664abf Copy tweak 2019-03-17 00:02:58 +01:00
dzello db292a44fa Link to the Reveal.js plugins page 2019-03-17 00:00:44 +01:00
dzello 485401ddca Add a param to specify additional Reveal.js plugins to be loaded 2019-03-16 23:59:21 +01:00
dzello 4bbefde063 Better favicon for exampleSite presentations 2019-03-16 23:17:50 +01:00
dzello d909d771bf Document that --- needs to be surrounded by blank lines 2019-03-16 23:05:36 +01:00
Josh Dzielak a290083ffd Merge pull request #25 from dzello/dependabot/npm_and_yarn/npm-6.9.0
Bump npm from 6.8.0 to 6.9.0
2019-03-10 23:47:03 +01:00
dependabot[bot] 57883dc58a Bump npm from 6.8.0 to 6.9.0
Bumps [npm](https://github.com/npm/cli) from 6.8.0 to 6.9.0.
- [Release notes](https://github.com/npm/cli/releases)
- [Changelog](https://github.com/npm/cli/blob/v6.9.0/CHANGELOG.md)
- [Commits](https://github.com/npm/cli/compare/v6.8.0...v6.9.0)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-03-07 04:46:52 +00:00
Josh Dzielak 94ecfecd22 Add badges 2019-02-27 11:42:10 +01:00
Josh Dzielak 45bc91896d Add Object.assign polyfill for IE11 2019-02-27 01:02:48 +01:00
Josh Dzielak c0b6afd06b Add classList Reveal.js plugin (<=IE11 needs it) 2019-02-23 11:29:55 +01:00
Josh Dzielak db3deeb5f6 Improve docs for adding speaker notes 2019-02-23 11:16:45 +01:00
Josh Dzielak 03fd838353 Merge pull request #21 from dzello/dependabot/npm_and_yarn/npm-6.8.0
Bump npm from 6.7.0 to 6.8.0
2019-02-14 12:29:54 +01:00
dependabot[bot] 8da5fc07a9 Bump npm from 6.7.0 to 6.8.0
Bumps [npm](https://github.com/npm/cli) from 6.7.0 to 6.8.0.
- [Release notes](https://github.com/npm/cli/releases)
- [Changelog](https://github.com/npm/cli/blob/v6.8.0/CHANGELOG.md)
- [Commits](https://github.com/npm/cli/compare/v6.7.0...v6.8.0)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-02-14 05:23:11 +00:00
Josh Dzielak 23cb8960a9 Add links to additional exampleSite presentations 2019-02-12 16:36:01 +01:00
Josh Dzielak 502be08290 Add link to source code in logo-example presentation 2019-02-12 16:29:58 +01:00
Josh Dzielak c9eb28e347 Add presentation that shows how to add a logo 2019-02-12 16:24:39 +01:00
Josh Dzielak 1c923b83b3 Fix unclosed tag in javascript partial 2019-02-12 16:24:20 +01:00
Josh Dzielak 13c043e912 Add Implementations category to README 2019-02-06 14:30:36 +01:00