dzello
f244a43852
Delete unnecessary Reveal.js files
2019-02-02 16:57:47 +00:00
dzello
b85d5102b9
Create partials from layout sections for easier overriding
2019-02-02 16:56:14 +00:00
dzello
0fb03952d9
Document custom_theme_compile in the README
2019-02-02 16:43:31 +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
74a2867259
Support using Hugo pipes to compile custom Reveal.js theme
2019-02-02 16:15:16 +00:00
Josh Dzielak
ddfde45563
Merge pull request #18 from dzello/dependabot/npm_and_yarn/npm-6.7.0
...
Bump npm from 6.0.0 to 6.7.0
2019-02-02 01:42:22 +00:00
dependabot[bot]
a64a813160
Bump npm from 6.0.0 to 6.7.0
...
Bumps [npm](https://github.com/npm/cli ) from 6.0.0 to 6.7.0.
- [Release notes](https://github.com/npm/cli/releases )
- [Changelog](https://github.com/npm/cli/blob/latest/CHANGELOG.md )
- [Commits](https://github.com/npm/cli/compare/v6.0.0...v6.7.0 )
Signed-off-by: dependabot[bot] <support@dependabot.com >
2019-02-02 01:31:51 +00:00
dzello
07e7e4fa11
Add offline dev to features in exampleSite
2019-01-26 19:02:11 +01:00
Josh Dzielak
86ab78d189
Add information about offline dev & file:// URLs
2019-01-26 18:37:10 +01:00
dzello
7767261ddf
Update thumbnail and screenshot used on themes.gohugo.io
2019-01-26 18:27:18 +01:00
dzello
13e04f3b6b
Better offline support including file:/// url editing; addresses #17
2019-01-26 18:11:20 +01:00
dzello
4e56a95ecc
Add local version of highlight.js styles
2019-01-26 18:07:07 +01:00
dzello
c3a0ca09bc
Remove Google analytics tracking code
2019-01-09 23:02:07 -08:00
Josh Dzielak
6e8bece5f3
Merge pull request #13 from habi/patch-1
...
Fix typo
2018-12-19 17:37:55 +01:00
David Haberthür
9d670973c2
Fix typo
2018-12-18 11:18:01 +01:00
Josh Dzielak
2d08c5a9dd
Merge pull request #12 from ccamara/patch-1
...
Fixed typo in readme file.
2018-12-14 13:20:50 +01:00
Carlos Cámara
f5a46aa3d7
Fixed typo in readme file.
2018-12-14 11:56:00 +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