Skip to content

Commit 0981f31

Browse files
committed
Rename icon file for clarity
1 parent 362834e commit 0981f31

File tree

7 files changed

+16
-16
lines changed

7 files changed

+16
-16
lines changed

LICENSE.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2014-2024 Individual contributors to reveal.js-local
3+
Copyright (c) 2014-2025 Individual contributors to reveal.js-local
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal
File renamed without changes.

docs/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<meta http-equiv=refresh content="1; url=presentation-template.html">
1010
<meta name=description content="reveal.js-local">
1111
<title>reveal.js-local</title>
12-
<link rel=icon href=https://center-key.github.io/reveal.js-local/assets/bookmark.png>
12+
<link rel=icon href=https://center-key.github.io/reveal.js-local/assets/bookmark-icon.png>
1313
<style>
1414
body { background-color: black; }
1515
main { opacity: 10; }

docs/presentation-template.html

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,22 +9,22 @@
99
<meta name=apple-mobile-web-app-capable content=yes>
1010
<meta name=apple-mobile-web-app-status-bar-style content=black-translucent>
1111
<title>[See H1 tag in first slide]</title>
12-
<link rel=icon href=https://center-key.github.io/reveal.js-local/assets/bookmark.png>
13-
<link rel=stylesheet href=https://cdn.jsdelivr.net/npm/@fortawesome/fontawesome-free@6.6/css/all.min.css>
12+
<link rel=icon href=https://center-key.github.io/reveal.js-local/assets/bookmark-icon.png>
13+
<link rel=stylesheet href=https://cdn.jsdelivr.net/npm/@fortawesome/fontawesome-free@6.7/css/all.min.css>
1414
<link rel=stylesheet href=https://cdn.jsdelivr.net/npm/[email protected]/dist/dna-engine.css>
1515
<link rel=stylesheet href=https://cdn.jsdelivr.net/npm/[email protected]/dist/panel-nav.css>
16-
<link rel=stylesheet href=https://cdn.jsdelivr.net/npm/reveal.js@5.1/dist/reveal.css>
16+
<link rel=stylesheet href=https://cdn.jsdelivr.net/npm/reveal.js@5.2/dist/reveal.css>
1717
<link rel=stylesheet href=https://cdn.jsdelivr.net/npm/[email protected]/hljs-enhance.css>
1818
<link rel=stylesheet href=https://cdn.jsdelivr.net/gh/center-key/[email protected]/docs/reveal.js-local.css>
19-
<script defer src=https://cdn.jsdelivr.net/npm/reveal.js@5.1/dist/reveal.js></script>
20-
<script defer src=https://cdn.jsdelivr.net/gh/highlightjs/cdn-release@11.10/build/highlight.min.js></script>
21-
<script defer src=https://cdn.jsdelivr.net/gh/highlightjs/cdn-release@11.10/build/languages/http.min.js></script>
19+
<script defer src=https://cdn.jsdelivr.net/npm/reveal.js@5.2/dist/reveal.js></script>
20+
<script defer src=https://cdn.jsdelivr.net/gh/highlightjs/cdn-release@11.11/build/highlight.min.js></script>
21+
<script defer src=https://cdn.jsdelivr.net/gh/highlightjs/cdn-release@11.11/build/languages/http.min.js></script>
2222
<script defer src=https://cdn.jsdelivr.net/npm/[email protected]/dist/dna-engine.min.js></script>
2323
<script defer src=https://cdn.jsdelivr.net/npm/[email protected]/hljs-enhance.js></script>
2424
<script defer src=https://cdn.jsdelivr.net/gh/center-key/[email protected]/docs/reveal.js-local.js></script>
2525
<script src=https://cdn.jsdelivr.net/npm/[email protected]/dist/chart.umd.js></script> <!-- wait for loading -->
2626
<script src=https://cdn.jsdelivr.net/npm/[email protected]/dist/chartjs-plugin-datalabels.min.js></script> <!-- wait for loading -->
27-
<script src=https://cdn.jsdelivr.net/npm/chartjs-plugin-annotation@3.0/dist/chartjs-plugin-annotation.min.js></script> <!-- wait for loading -->
27+
<script src=https://cdn.jsdelivr.net/npm/chartjs-plugin-annotation@3.1/dist/chartjs-plugin-annotation.min.js></script> <!-- wait for loading -->
2828

2929
<!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
3030
<!-- reveal.js-local v0.3.2 -->

docs/reveal.js-local.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ const revealJsLocal = {
2121
version: '0.3.2',
2222
themes() {
2323
const version = {
24-
reveal: '5.1',
25-
highlight: '11.10',
24+
reveal: '5.2',
25+
highlight: '11.11',
2626
};
2727
const addCss = (url) => {
2828
const link = dna.dom.create('link', { rel: 'stylesheet', type: 'text/css', href: url });

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -53,17 +53,17 @@
5353
"test": "html-validator docs"
5454
},
5555
"devDependencies": {
56-
"@fortawesome/fontawesome-free": "~6.6",
56+
"@fortawesome/fontawesome-free": "~6.7",
5757
"add-dist-header": "~1.4",
5858
"chart.js": "~4.4",
59-
"chartjs-plugin-annotation": "~3.0",
59+
"chartjs-plugin-annotation": "~3.1",
6060
"chartjs-plugin-datalabels": "~2.2",
6161
"dna-engine": "~3.2",
62-
"highlight.js": "~11.10",
62+
"highlight.js": "~11.11",
6363
"hljs-enhance": "~2.0",
6464
"jshint": "~2.13",
6565
"replacer-util": "~1.3",
66-
"reveal.js": "~5.1",
66+
"reveal.js": "~5.2",
6767
"rimraf": "~6.0",
6868
"run-scripts-util": "~1.3",
6969
"w3c-html-validator": "~1.8"

src/presentation-template.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<meta name=apple-mobile-web-app-capable content=yes>
1010
<meta name=apple-mobile-web-app-status-bar-style content=black-translucent>
1111
<title>[See H1 tag in first slide]</title>
12-
<link rel=icon href=https://center-key.github.io/reveal.js-local/assets/bookmark.png>
12+
<link rel=icon href=https://center-key.github.io/reveal.js-local/assets/bookmark-icon.png>
1313
<link rel=stylesheet href=https://cdn.jsdelivr.net/npm/@fortawesome/fontawesome-free@{{package.devDependencies.-fortawesome-fontawesome-free|version}}/css/all.min.css>
1414
<link rel=stylesheet href=https://cdn.jsdelivr.net/npm/dna-engine@{{package.devDependencies.dna-engine|version}}/dist/dna-engine.css>
1515
<link rel=stylesheet href=https://cdn.jsdelivr.net/npm/dna-engine@{{package.devDependencies.dna-engine|version}}/dist/panel-nav.css>

0 commit comments

Comments
 (0)