Skip to content

Commit

Permalink
added support for Reveal slides
Browse files Browse the repository at this point in the history
  • Loading branch information
rmercer33 committed Jan 26, 2022
1 parent 83f67f5 commit 6cf513e
Show file tree
Hide file tree
Showing 92 changed files with 14,936 additions and 15 deletions.
7 changes: 7 additions & 0 deletions _acq/quotes.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,10 @@ search: false
## Quotes
{: .disable-paragraph-marker}

Documentation for creating your own quotes isn't ready yet, sorry. If you want to get started
contact me using the [contact form](/acq/contact/).

Thanks,

Rick Mercer

1 change: 1 addition & 0 deletions public/css/cmi.css
Original file line number Diff line number Diff line change
Expand Up @@ -196,6 +196,7 @@ i.toc-share.icon {
}

#action-manager > .annotation-actions.hide,
#cmi-transcript-menu.hide,
.bookmark-segment.hide,
.bookmark-segment.qhide,
.bookmark-header.hide,
Expand Down
43 changes: 35 additions & 8 deletions public/js/page~profile~transcript.js

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

1 change: 1 addition & 0 deletions public/vendor/reveal/plugin/drawer/drawer.css

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

1 change: 1 addition & 0 deletions public/vendor/reveal/plugin/drawer/drawer.js

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

5 changes: 5 additions & 0 deletions public/vendor/reveal/plugin/highlight/highlight.esm.js

Large diffs are not rendered by default.

5 changes: 5 additions & 0 deletions public/vendor/reveal/plugin/highlight/highlight.js

Large diffs are not rendered by default.

71 changes: 71 additions & 0 deletions public/vendor/reveal/plugin/highlight/monokai.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,71 @@
/*
Monokai style - ported by Luigi Maselli - http://grigio.org
*/

.hljs {
display: block;
overflow-x: auto;
padding: 0.5em;
background: #272822;
color: #ddd;
}

.hljs-tag,
.hljs-keyword,
.hljs-selector-tag,
.hljs-literal,
.hljs-strong,
.hljs-name {
color: #f92672;
}

.hljs-code {
color: #66d9ef;
}

.hljs-class .hljs-title {
color: white;
}

.hljs-attribute,
.hljs-symbol,
.hljs-regexp,
.hljs-link {
color: #bf79db;
}

.hljs-string,
.hljs-bullet,
.hljs-subst,
.hljs-title,
.hljs-section,
.hljs-emphasis,
.hljs-type,
.hljs-built_in,
.hljs-builtin-name,
.hljs-selector-attr,
.hljs-selector-pseudo,
.hljs-addition,
.hljs-variable,
.hljs-template-tag,
.hljs-template-variable {
color: #a6e22e;
}

.hljs-comment,
.hljs-quote,
.hljs-deletion,
.hljs-meta {
color: #75715e;
}

.hljs-keyword,
.hljs-selector-tag,
.hljs-literal,
.hljs-doctag,
.hljs-title,
.hljs-section,
.hljs-type,
.hljs-selector-id {
font-weight: bold;
}
Loading

0 comments on commit 6cf513e

Please sign in to comment.