Skip to content

Commit

Permalink
Add favicon options using new hat, icon, and logo assets (#14)
Browse files Browse the repository at this point in the history
* add multiple favicon options for book

* reveal templates include favicon
  • Loading branch information
nuke-web3 authored Nov 7, 2023
1 parent bb181e0 commit 380d361
Show file tree
Hide file tree
Showing 10 changed files with 86 additions and 1 deletion.
Binary file added theme/favicon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
18 changes: 18 additions & 0 deletions theme/favicon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added tools/assets/favicon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
18 changes: 18 additions & 0 deletions tools/assets/favicon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added tools/assets/favicon/pba-hat.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
18 changes: 18 additions & 0 deletions tools/assets/favicon/pba-hat.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added tools/assets/favicon/pba-icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
28 changes: 28 additions & 0 deletions tools/assets/favicon/pba-icon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions tools/templates/listing-template.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
<meta charset="utf-8" />
<title>{{pageTitle}}</title>
<link rel="stylesheet" href="{{{themeUrl}}}" id="theme" />
<link rel="icon" href="./tools/assets/favicon.svg" />
<link rel="shortcut icon" href="./tools/assets/favicon.png" />
<style>
/* local variables */
html {
Expand Down
3 changes: 2 additions & 1 deletion tools/templates/slide-template.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
<!-- <meta property="og:image" content="{{{absoluteUrl}}}featured-slide.jpg" /> -->
<meta property="og:url" content="{{{absoluteUrl}}}" />
{{/absoluteUrl}}
<link rel="shortcut icon" href="{{{base}}}/tools/icons/favicon.ico" />
<link rel="icon" href="{{{base}}}/tools/assets/favicon.svg" />
<link rel="shortcut icon" href="{{{base}}}/tools/assets/favicon.png" />
<link rel="stylesheet" href="{{{base}}}/dist/reset.css" />
<link rel="stylesheet" href="{{{base}}}/dist/reveal.css" />
<link rel="stylesheet" href="{{{themeUrl}}}" id="theme" />
Expand Down

0 comments on commit 380d361

Please sign in to comment.