Commit Graph

137 Commits

Author SHA1 Message Date
dzello b1bf995acd Add big list of Reveal.js slide attributes to the docs 2018-07-22 18:42:27 +02:00
dzello 3e34fe3bc9 Pass through all slide shortcode params to section
Now slides can have ids and arbitrary data attributes, and a whitelist of valid attributes no longer needs to be maintained.
2018-07-22 18:25:48 +02:00
dzello 27e0dc2aa0 Add shortcodes to the README 2018-07-22 17:13:06 +02:00
dzello b9d502335b Mention to use closing or self-closing tags for slide shortcode 2018-07-22 11:50:50 +02:00
dzello 52eec0fd6a Improve logic for detecting whether shortcode has content inside 2018-07-22 11:50:06 +02:00
dzello f8a8c06266 Whitespace stripping to make generated HTML more readable 2018-07-22 10:54:47 +02:00
dzello e0c548e404 Update exampleSite to show slide shortcode content attribute 2018-07-21 10:55:03 +02:00
dzello 836c449d0c Add "content" attribute to slide shortcode
Points to a data template where markdown is contained. Makes it easy to reuse slides.
2018-07-21 10:53:55 +02:00
dzello c70aa5811e Redirect from Netlify domain to dzello domain 2018-07-19 16:57:51 +02:00
dzello ed873481d9 Bundle robot-lung and sunblind themes 2018-07-19 16:49:57 +02:00
dzello faadedd499 Improve exampleSite presentation
Better flow and more information

Plus... emoji!
2018-07-19 16:49:24 +02:00
dzello ad403c9682 Add favicon to example presentation 2018-07-19 16:45:05 +02:00
dzello aa490b115a Add analytics for exampleSite 2018-07-19 15:10:55 +02:00
dzello a910cd7eb4 Change homepage of the theme
Using a subdomain so that I can deploy the exampleSite directly instead of having to serve it from underneath that site that lives at dzello.com
2018-07-17 17:08:16 +02:00
Josh Dzielak 1521654c1e
Change URL for where exampleSite is hosted 2018-07-17 17:07:38 +02:00
dzello 6752bb7475 Swap in robot-lung Reveal.js theme 2018-07-17 11:46:12 +02:00
Josh Dzielak 0a6b9d0071
Link to programming-quotes + Forestry.io blog post 2018-07-14 23:04:03 +02:00
dzello ee2a2268cb Footnote markup shouldn't be interpreted as new slides
Addresses #4
2018-07-13 00:21:48 +02:00
Josh Dzielak da2ff896de
Add more favorite Reveal.js tools 2018-07-10 14:24:40 +02:00
Josh Dzielak f26b1764f7
Add example of root and section organization
Per [#3](https://github.com/dzello/reveal-hugo/issues/3) this wasn't that clear. Thanks @pganssle!
2018-07-03 20:23:51 +02:00
dzello 56be3a2a42 Avoid null Hugo defaults breaking JS initialization 2018-07-03 00:12:32 +02:00
dzello e79f999528 Simply commands to run the example site
Works around #4851
2018-07-03 00:00:56 +02:00
Josh Dzielak 78a10ec2cb
Use submodule instead of clone for theme in example 2018-06-20 16:43:23 +02:00
Josh Dzielak f44678a566 Update from Forestry.io - Updated Forestry configuration 2018-06-19 08:46:58 +00:00
Josh Dzielak c465e764e3
Merge pull request #1 from pixelastic/patch-1
i18n changes
2018-06-10 22:51:49 +02:00
dzello cefc44fc1f Update slide shortcode slide 2018-05-15 19:41:20 -07:00
Josh Dzielak 553797f4dd
Update README.md 2018-05-15 19:35:39 -07:00
Josh Dzielak 54fde08ce7
Use absolute image paths per Hugo themes docs 2018-05-15 19:35:27 -07:00
Josh Dzielak 34b8392354
Update README.md 2018-05-15 19:25:58 -07:00
dzello 9461d36a2c Improve example presentation 2018-05-15 19:15:36 -07:00
dzello 5d9c1a94bb Use page description if there is one 2018-05-15 19:05:35 -07:00
Tim Carry d2bea6a322
i18n changes
Just a tiny proof-reading french/spanish change ;)
2018-05-03 11:24:48 +02:00
dzello 7f1924882a Mention custom_theme in the Readme 2018-05-01 02:04:14 -07:00
dzello d3e8c179b9 Add screenshot and thumbnail to spec 2018-05-01 01:54:18 -07:00
dzello 0e960c90e3 Add custom theme support and the dzello theme 2018-05-01 01:46:00 -07:00
dzello 7024169277 Store Reveal params in snakecase and convert 2018-05-01 00:26:56 -07:00
dzello e16f5dc104 Rename section in example presentation 2018-04-30 23:29:26 -07:00
dzello 80f0c3ee33 Put slides partial into reveal-hugo dir 2018-04-30 23:19:04 -07:00
dzello 64d0490d38 It's called overview mode 2018-04-30 23:06:57 -07:00
dzello 39152b74cc Better explanation on markdown slide 2018-04-30 23:05:45 -07:00
dzello 1f65aa1adf Remove empty slide 2018-04-30 23:03:27 -07:00
dzello 99b4363c90 transition-speed param and example cleanup 2018-04-30 23:02:09 -07:00
dzello f7427d4631 Add shortcodes for customizing slides, markdown, HTML 2018-04-30 18:47:20 -07:00
dzello 05130b7ce6 Add note shortcode 2018-04-30 16:24:00 -07:00
dzello 3733eaf903 Document favorite Reveal.js features 2018-04-30 16:15:04 -07: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 ceb368418f Add empty package.json and add start script 2018-04-30 13:38:23 -07:00
dzello 13d0faf629 Add hook to put content at end of head and body
All Reveal params to be configured at default, site and page levels
2018-04-30 13:19:22 -07:00
dzello 9ba8adc268 Add more customization 2018-04-30 12:58:55 -07:00
dzello 67a64c121d Add the frag shortcode 2018-04-30 12:09:27 -07:00