Commit Graph

243 Commits

Author SHA1 Message Date
Sean Cross a079aa8692 more standard cells!
Signed-off-by: Sean Cross <sean@xobs.io>
2023-04-14 11:20:30 +08:00
Sean Cross f48869ad20 noodling about on images
Signed-off-by: Sean Cross <sean@xobs.io>
2023-04-14 10:18:09 +08:00
Sean Cross 212c2ac485 more minor tweaks
Signed-off-by: Sean Cross <sean@xobs.io>
2023-04-13 12:27:33 +08:00
Sean Cross 5688015568 add & symbol to boolean gates
Signed-off-by: Sean Cross <sean@xobs.io>
2023-04-13 10:55:02 +08:00
Sean Cross 8449ae2e9c update documentation example image
Signed-off-by: Sean Cross <sean@xobs.io>
2023-04-13 10:45:14 +08:00
Sean Cross 348284b7fb add title page image
Signed-off-by: Sean Cross <sean@xobs.io>
2023-04-13 10:41:58 +08:00
Sean Cross 1950a90f0c rewording some bits
Signed-off-by: Sean Cross <sean@xobs.io>
2023-04-13 10:07:29 +08:00
Sean Cross 3ea46743fb logic: add example of synthesis
Signed-off-by: Sean Cross <sean@xobs.io>
2023-04-12 22:40:18 +08:00
Sean Cross b21b2174d6 spruce things up a bit
Signed-off-by: Sean Cross <sean@xobs.io>
2023-04-11 00:18:46 +08:00
Sean Cross 980fa41bf9 end-to-end done
Signed-off-by: Sean Cross <sean@xobs.io>
2023-04-10 23:46:23 +08:00
Sean Cross 86a661f686 slight reworking
Signed-off-by: Sean Cross <sean@xobs.io>
2023-04-08 14:44:52 +08:00
Sean Cross bce2cbf9b5 wip
Signed-off-by: Sean Cross <sean@xobs.io>
2023-04-08 12:44:03 +08:00
Sean Cross 41375ad017 initial commit
Signed-off-by: Sean Cross <sean@xobs.io>
2023-04-05 19:41:22 +08:00
Sam b5fb6da46e
Missing lang attribute
The lang attribute does not default to English. It defaults to an unknown, which is an accessibility issue.
2022-08-12 11:49:15 +05:30
hakimel ceed5edc78 roll back unintended changes to default template 2021-11-11 15:13:31 +01:00
hakimel 4e8a1b3802 fix issue with internal links 2021-11-11 08:16:28 +01:00
Hakim El Hattab 95592293ae remove unused style ids 2021-02-04 14:15:35 +01:00
Hakim El Hattab 676936e33d revert debug change to index.html 2020-09-09 10:32:20 +02:00
Hakim El Hattab 3a99a7b70a shuffle now applies to vertical slides as well 2020-08-17 14:42:27 +02:00
Hakim El Hattab 4f2293378b reveal.netlify.app -> revealjs.com 2020-05-19 18:27:00 +02:00
Hakim El Hattab 0a58c681fe move highlight themes from lib/css/ to plugin/highlight/ 2020-05-19 11:02:59 +02:00
Hakim El Hattab 815557c1d8 update all links to docs (will sub out '.netlify.app' once we ship 4.0) 2020-05-18 20:52:51 +02:00
Hakim El Hattab fb22716ddf move built plugin files from /dist/plugin/ to /plugin/<name>/ 2020-05-18 14:41:56 +02:00
Hakim El Hattab 57107ebe4c add #highligh-theme to theme css link 2020-05-08 21:04:19 +02:00
Hakim El Hattab 60cd098c8d .esm suffix for module bundle, marked/highlight.js are installed via npm 2020-05-04 10:39:37 +02:00
Hakim El Hattab 210fbb7646 plugins can be direct references or factory functions 2020-04-23 09:39:26 +02:00
Hakim El Hattab e58502b3fb tweak plugin initialization to enable multi-instance plugins 2020-04-17 14:10:56 +02:00
Hakim El Hattab 4f6bdf1420 two js bundles; reveal.js (es6) and reveal.es5.js, add source maps 2020-04-17 10:59:55 +02:00
Hakim El Hattab d9690462e0 add 'plugins' config option, new way of registering es5 plugins 2020-04-17 09:47:03 +02:00
Hakim El Hattab a55cd813be convert plugins to ES modules, transpile es5 versions backwards compatibility 2020-04-15 10:23:51 +02:00
Hakim El Hattab d918d750e0 print styles are now built into reveal.css, revamped print styles #2633 2020-03-13 19:53:54 +01:00
quilicicf 499dc68536
Package paper and pdf style sheets and apply them conditionally 2020-03-11 13:10:06 +01:00
Hakim El Hattab 608a7577bd 🚨 breaking change; move all compiled assets to /dist 2020-03-06 19:58:40 +01:00
Hakim El Hattab 027dc259da add webpack, move playback to own module 2020-03-06 18:59:09 +01:00
Hakim El Hattab f6f7f28ad9 enable url hash for default index.html #2434 #2175 2019-06-10 06:57:07 +02:00
Hakim El Hattab 7eb2cec6b6 first version of multi-step code highlights 2019-04-05 07:59:35 +02:00
Hakim El Hattab fbbae1dc55 switch to monokai as default syntax highlight theme 2019-03-12 11:26:10 +01:00
Hakim El Hattab 1c07fccc35 reset css in default index.html 2018-11-05 08:59:19 +01:00
Hakim El Hattab 29b0e86089 remove head.min.js in favor of simple built-in script loader 2018-10-04 14:48:01 +02:00
Hakim El Hattab d5cf3fa13c formatting and tweaks for #2104 2018-10-04 13:26:22 +02:00
Martin Jurča 250580fc4c added missing documentation 2018-02-20 16:08:29 +01:00
Hakim El Hattab a6ecbfa732 merge info links in index 2017-01-23 11:23:45 +01:00
Piotr Kubowicz 4afd854037 Remove 'history: true' from index.html
Readme says the default is 'history: false', so it may be surprising
for users - it's easy to miss the contradicting setting in index.html
2017-01-15 16:35:31 +01:00
Hakim El Hattab 00b9c2b929 minor tweaks 2016-03-20 18:57:30 +01:00
Hakim El Hattab 3d0969166f new empty template at index.html, move old index to demo.html #1526 2016-03-20 18:50:23 +01:00
Hakim El Hattab 4ee6769e0f tweaked fragment examples 2016-01-08 11:05:59 +01:00
Leonardo Kewitz d457b9270a Added 4 fragment transitions effect. 2015-11-22 18:34:25 -02:00
Gaëtan Renaudeau d44bcdb3ff Fixes #1225
always enable highlight.js to fix markdown-only usage
2015-11-07 09:21:07 +01:00
Andrew Dunning 015870ca8a Use en dash in title; <meta> is a void element. 2015-10-14 17:06:16 -04:00
Hakim El Hattab 523f78eda7 remove harcoded syntax highlight colors #1290 2015-07-02 14:58:47 +02:00