Commit Graph

60 Commits

Author SHA1 Message Date
Martin/Geno c7fec6d158
first 35c3 version 2018-12-07 04:54:11 +01:00
Martin/Geno e8f2c3ddec
cleanup 2018-12-07 00:36:20 +01:00
Josh Dzielak 778a6153a9
Merge pull request #9 from shrmnk/documentation-submodule
[Documentation] Add command to pull in theme submodule when cloning repo
2018-10-18 20:12:40 +02:00
Sherman K 3006095714 Add use of `end.html` partial for custom HTML 2018-10-17 11:42:31 -04:00
Sherman K f3355351bb Add section about partials in Hugo 2018-10-17 11:40:02 -04:00
Sherman K 804b2d1f6f Add section about custom Reveal.js themes 2018-10-17 11:33:53 -04:00
Sherman K 273494063d Add command to pull in theme submodule when cloning repo 2018-10-17 11:28:57 -04:00
Josh Dzielak 4eca16bd42
Update README.md 2018-09-14 20:23:24 +02:00
dzello 37aa3f6a13 Update README.md 2018-08-13 19:22:15 +02:00
dzello 3d05cf68f0 Include a Reveal.js distribution in static and make it default
CDN can still be used via a configuration parameter. This way, development and presentation can be done locally with no network dependency.
2018-08-13 18:44:29 +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 51623a07af Remove need for a data file in the theme
This removes an extra step in params lookup and works around a bug in Hugo introduced after 0.37 that causes theme data files not to be found in certain circumstances.
2018-08-07 17:43:24 +02:00
dzello 31dca11944 Document ability to change CDN urls 2018-08-07 17:33:19 +02:00
dzello e3387153e6 Remove potentially confusing link from README 2018-08-03 15:19:27 +01:00
dzello 6f7767a751 Make the slide shortcode easier to use 2018-08-03 15:07:12 +01:00
dzello bf4801d37b Document usage of class slide attribute and don't pfx it 2018-07-23 00:49:48 +02:00
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
Josh Dzielak 1521654c1e
Change URL for where exampleSite is hosted 2018-07-17 17:07:38 +02:00
Josh Dzielak 0a6b9d0071
Link to programming-quotes + Forestry.io blog post 2018-07-14 23:04:03 +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 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 c465e764e3
Merge pull request #1 from pixelastic/patch-1
i18n changes
2018-06-10 22:51:49 +02: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
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 7024169277 Store Reveal params in snakecase and convert 2018-05-01 00:26:56 -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 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 dcbeba670d Improve the example presentation 2018-04-30 11:04:48 -07:00
dzello 54ed796610 Add a shortcode for adding vertical sections 2018-04-30 01:01:10 -07:00
dzello e44093d0a3 Add contribution section 2018-04-30 00:38:55 -07:00
Josh Dzielak b3f11e882d
Update README.md 2018-04-27 23:35:27 -07:00
Josh Dzielak 397d563ef4
Update README.md 2018-04-27 23:31:21 -07:00
dzello 25a113128f Render a partial that can be overridden to add content to the page 2018-04-27 23:09:28 -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
Josh Dzielak 955ca9f1ee
Update README.md 2018-04-26 23:37:02 -07:00
dzello b9e9c36732 Update README.md 2018-04-26 23:28:29 -07:00
Josh Dzielak 4082205230
Update README.md 2018-04-26 23:26:51 -07:00