Commit Graph

137 Commits

Author SHA1 Message Date
Martin/Geno fd1895ccb4
fix gitlab pages 2019-01-30 19:30:18 +01:00
Martin/Geno c7fec6d158
first 35c3 version 2018-12-07 04:54:11 +01:00
Martin/Geno 59975c5163
without cdn (and use gitmodules) 2018-12-07 02:16:34 +01:00
Martin/Geno 8553d217e2
add gitlab ci 2018-12-07 02:09:31 +01:00
Martin/Geno e8f2c3ddec
cleanup 2018-12-07 00:36:20 +01:00
dzello cc282afdb7 Improve handling of templates, fix issue with Hugo 0.5.0
Removes wrapping the template maps in an extra slice
2018-11-08 23:53:40 +00: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
Josh Dzielak bfda99ad0a
Merge pull request #10 from shrmnk/documentation-custom-theme
[Documentation] Custom theme and end.html partial
2018-10-18 19:50:56 +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
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
Josh Dzielak 4eca16bd42
Update README.md 2018-09-14 20:23:24 +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 37aa3f6a13 Update README.md 2018-08-13 19:22:15 +02:00
dzello 7471223a07 Improve documentation about configuring themes 2018-08-13 18:58:22 +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 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
dzello 1f99371394 Remove trailing whitespace from exampleSite slide 2018-08-13 17:40:43 +02:00
dzello 209ff907b5 Rename and improve section example 2018-08-13 16:45:40 +02:00
dzello 37fcc0c158 Clean up slide shortcode
Fixes a bug outputting junk into the HTML tag as a result of Scratch calls and avoid reprocessing a section that only need to be processed once
2018-08-07 18:27:19 +02:00
dzello f6a1568da1 Use $.Param and default function for cleaning config reading 2018-08-07 18:02:47 +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 8bc6de9d53 Fix domain name in Netlify redirects file 2018-08-07 17:12:48 +02:00
dzello 31aa2fe206 Bump Hugo version for Netlify deployment 2018-08-07 17:12:13 +02:00
Josh Dzielak 9dbc309792
Merge pull request #5 from sbruder/master
Make CDN URLs customizable
2018-08-07 17:11:34 +02:00
Simon Bruder f70433763c
make cdn urls customizable 2018-08-07 13:18:19 +00:00
dzello 86820452f0 Refactor slides code to avoid duplication 2018-08-06 19:29:30 +01:00
dzello eb6f921b36 Better illustrate slide shortcode customizations 2018-08-03 15:32:50 +01: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 aa464f40ac Add comments to explain use of head and body partials 2018-08-03 12:04:46 +01:00
dzello 3bd0dbabe9 Make order of precedence clearer for slide templates 2018-07-23 10:49:05 +02:00
dzello db6d875a3f Don't try to add templates from section for _index.md
Causes a strange segfault otherwise
2018-07-23 01:36:26 +02:00
dzello bf4801d37b Document usage of class slide attribute and don't pfx it 2018-07-23 00:49:48 +02:00
dzello 77d38e4f34 Document slide templates in the exampleSite presentation 2018-07-23 00:44:05 +02:00
dzello 8b76bd9182 Add support for slide templates 2018-07-23 00:43:30 +02:00
dzello e6e2234960 Add a data attribute to show where section tag came from 2018-07-23 00:09:11 +02:00
dzello 15bdf36520 Swap out the word scrolling 2018-07-22 19:14:22 +02:00
dzello 5760a51eaf Link the down arrow emoji to the next slide down 2018-07-22 19:13:39 +02:00
dzello e1e706bb5e Scroll is misleading 2018-07-22 19:04:19 +02:00
dzello dff011156e Add final slide with link back to the beginning 2018-07-22 18:59:36 +02:00