Skip to content

Commit

Permalink
latest presentation starter patch for bg flicker (#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
thescientist13 committed Nov 15, 2023
1 parent 859021d commit 9bbc0b8
Show file tree
Hide file tree
Showing 4 changed files with 33 additions and 12 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# web-components-at-the-edge

Slides for my virtual track talk at [OpenJS World (2022)](https://events.linuxfoundation.org/openjs-world/) titled [_Web Components at the Edge_](https://sched.co/11loQ). Video recording is [available on YouTube](https://youtu.be/ba83Zo8kf68). [Hosted on Netlify](https://practical-goldberg-a5ae74.netlify.app/) and built using [GreenwoodJS](https://github.com/ProjectEvergreen/greenwood) with the [**greenwood-starter-presentation** theme pack plugin](https://github.com/thescientist13/greenwood-starter-presentation/).
Slides for my virtual track talk at [OpenJS World (2022)](https://events.linuxfoundation.org/openjs-world/) titled [_Web Components at the Edge_](https://sched.co/11loQ). Video recording is [available on YouTube](https://youtu.be/ba83Zo8kf68). [Hosted on Netlify](https://practical-goldberg-a5ae74.netlify.app/) and built using [GreenwoodJS](https://www.greenwoodjs.io) with the [**greenwood-starter-presentation** theme pack plugin](https://github.com/thescientist13/greenwood-starter-presentation/).

> _To operate the deck in full screen, click the "Presenter mode" button and use the left and right arrows keys to navigate through the slides. Hit `ESC` to exit presenter mode._
Expand Down
4 changes: 2 additions & 2 deletions greenwood.config.js
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
import { greenwoodPluginImportCss } from '@greenwood/plugin-import-css';
import { greenwoodThemeStarterPresentation } from 'greenwood-starter-presentation';

export default {

plugins: [
greenwoodPluginImportCss(),
greenwoodThemeStarterPresentation()
],

markdown: {
plugins: [
'@mapbox/rehype-prism'
Expand Down
37 changes: 29 additions & 8 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"@greenwood/cli": "~0.29.0",
"@mapbox/rehype-prism": "^0.8.0",
"eslint": "^8.15.0",
"greenwood-starter-presentation": "~0.8.0",
"greenwood-starter-presentation": "~0.8.1",
"netlify-cli": "^10.3.1",
"node-fetch": "^3.2.4",
"rimraf": "^3.0.2",
Expand Down

0 comments on commit 9bbc0b8

Please sign in to comment.