Skip to content

Commit

Permalink
add favicon and banner to docs (#259)
Browse files Browse the repository at this point in the history
  • Loading branch information
MrPicklePinosaur authored Nov 11, 2023
1 parent c2af0c5 commit 3bee399
Show file tree
Hide file tree
Showing 10 changed files with 6 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docs/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ include_content = true
highlight_code = true

[extra]
author = ""
github = ""
author = "MrPicklePinosaur"
github = "https://github.com/MrPicklePinosaur/shrs"
twitter = ""
email = ""

Expand All @@ -50,7 +50,7 @@ library = "katex" # options: "katex", "mathjax". default is "katex".
[extra.open]
enable = true
# this image will be used as fallback if a page has no image of its own
image = "doks.png"
image = "shrs_banner.png"
twitter_site = ""
twitter_creator = ""
facebook_author = ""
Expand All @@ -60,10 +60,10 @@ og_locale = "en_US"
## JSON-LD
[extra.schema]
type = "Organization"
logo = "logo-doks.png"
logo = "shrs_logo.png"
twitter = ""
linked_in = ""
github = ""
github = "https://github.com/MrPicklePinosaur/shrs"
section = "blog" # see config.extra.main~url
## Sitelinks Search Box
site_links_search_box = false
Expand Down
Binary file added docs/static/android-chrome-192x192.png
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 docs/static/android-chrome-512x512.png
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 docs/static/apple-touch-icon.png
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 docs/static/favicon-16x16.png
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 docs/static/favicon-32x32.png
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 docs/static/favicon.ico
Binary file not shown.
Binary file added docs/static/shrs_banner.png
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 docs/static/shrs_logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions docs/static/site.webmanifest
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"name":"shrs: rusty shell toolkit","short_name":"shrs","icons":[{"src":"/android-chrome-192x192.png","sizes":"192x192","type":"image/png"},{"src":"/android-chrome-512x512.png","sizes":"512x512","type":"image/png"}],"theme_color":"#ffffff","background_color":"#ffffff","display":"standalone"}

0 comments on commit 3bee399

Please sign in to comment.