Commit Graph

18 Commits

Author SHA1 Message Date
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
mrBrutus fe6a1254eb enable Highlight.js line numbers and -highlights 2020-02-16 13:02:37 +01:00
Kostas Chatzikokolakis 62d97be121 config.toml: use the default markdown handler 2020-01-14 22:02:37 +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
dzello 007fca1d16 Show relative / ugly URLs options in config.toml 2019-03-25 02:48:34 +01:00
dzello bbbd59ad74 Add example presentation for using slide templates; investigating #26 2019-03-25 02:26:48 +01:00
dzello f6a1568da1 Use $.Param and default function for cleaning config reading 2018-08-07 18:02:47 +02:00
dzello 77d38e4f34 Document slide templates in the exampleSite presentation 2018-07-23 00:44:05 +02:00
dzello e79f999528 Simply commands to run the example site
Works around #4851
2018-07-03 00:00:56 +02:00
dzello a2fc650ec8 Use CDN for assets instead of local
Much more friendly for merging into an existing Hugo site
2018-04-30 15:48:40 -07:00
dzello 9ba8adc268 Add more customization 2018-04-30 12:58:55 -07:00
dzello dcbeba670d Improve the example presentation 2018-04-30 11:04:48 -07:00
dzello 4e0d34413b Reveal should be an outputFormat
Now any Hugo section can be configured to generate a presentation without altering its type, and the theme is more easily copied into existing sites without conflicting with any preexisting layouts.
2018-04-27 22:56:09 -07:00
dzello a3ac10926d Locate Netlify-specific params in netlify.toml 2018-04-26 15:42:20 -07:00
dzello 1ee822a6ea Try different paths for Netlify deployment 2018-04-26 15:39:53 -07:00
dzello 71f9d035ec Initial commit 2018-04-26 15:25:43 -07:00