Commit Graph

104 Commits

Author SHA1 Message Date
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
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 70828de759 Reveal.js files upgraded to v3.9.2 2020-02-15 15:44:31 +01: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
Josh Dzielak 28de1d9d7f Add warning about Hugo 0.60 and show how to set markdown parser 2019-12-15 07:53:04 -08: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
Valvin 73186f4d12 Add documentation about extending layout #58 2019-10-11 13:15:43 +02:00
Kostas Chatzikokolakis 8fd91e3e30 Add example of using Hugo's highlighter 2019-09-12 17:52:12 +03:00
Kostas Chatzikokolakis 73800d2881 Allow markdown in note shortcodes (fixes #40) 2019-09-12 11:57:43 +03: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
dzello aac254d541 Use ExecuteAsTemplate to process custom themes 2019-04-06 02:29:51 +02: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 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 c7fd35274d Add layout and example for leaf bundles; addresses #27 2019-03-25 01:46:06 +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 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 db3deeb5f6 Improve docs for adding speaker notes 2019-02-23 11:16:45 +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
dzello ab6edab21f Update exampleSite and README for custom_theme_options param 2019-02-06 14:11:15 +01:00
dzello 1c30b2c34e Improve title for custom theme presentation 2019-02-02 17:21:49 +00:00
dzello 385dc82756 Document custom_theme_compile in main presentation 2019-02-02 16:41:27 +00:00
dzello 5978cc743f Example presentation using Reveal.js theme built with Hugo pipes 2019-02-02 16:28:33 +00:00
dzello 07e7e4fa11 Add offline dev to features in exampleSite 2019-01-26 19:02:11 +01:00
dzello c3a0ca09bc Remove Google analytics tracking code 2019-01-09 23:02:07 -08:00
David Haberthür 9d670973c2 Fix typo 2018-12-18 11:18:01 +01:00
dzello 727286994b Bring in newest version of robot-lung theme 2018-10-09 03:11:44 +02:00
dzello 9b47e50246 Add an end option for inserting HTML before end of .reveal 2018-10-09 02:25:07 +02:00
dzello aaab2bc49b Add example of using a background image 2018-09-14 19:45:35 +02:00
dzello 3cf15427c3 Add example for slide-specific CSS 2018-08-14 01:00:03 +02:00
dzello d5d9abb091 Remove old message about closing shortcodes 2018-08-14 00:02:24 +02:00
dzello 2ed6eb81b9 Improve layout extension docs 2018-08-13 23:55:34 +02:00
dzello 7471223a07 Improve documentation about configuring themes 2018-08-13 18:58:22 +02:00
dzello b7e475d819 Bump Reveal.js version to 3.7.0 2018-08-13 18:21:46 +02:00
dzello 7e6187c6e1 Document how layout extension works 2018-08-13 18:04:44 +02:00
dzello 216135e004 Presentations can add their own HTML to the layout
This will be the recommended way to add custom CSS and JS on a per-presentation basis. Global layout extensions remain the same.
2018-08-13 17:41:06 +02:00