diff --git a/docs/config.toml b/docs/config.toml index 2d563786..00028d9b 100644 --- a/docs/config.toml +++ b/docs/config.toml @@ -23,8 +23,8 @@ include_content = true highlight_code = true [extra] -author = "" -github = "" +author = "MrPicklePinosaur" +github = "https://github.com/MrPicklePinosaur/shrs" twitter = "" email = "" @@ -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 = "" @@ -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 diff --git a/docs/static/android-chrome-192x192.png b/docs/static/android-chrome-192x192.png new file mode 100644 index 00000000..16296587 Binary files /dev/null and b/docs/static/android-chrome-192x192.png differ diff --git a/docs/static/android-chrome-512x512.png b/docs/static/android-chrome-512x512.png new file mode 100644 index 00000000..90f106b9 Binary files /dev/null and b/docs/static/android-chrome-512x512.png differ diff --git a/docs/static/apple-touch-icon.png b/docs/static/apple-touch-icon.png new file mode 100644 index 00000000..5ca43026 Binary files /dev/null and b/docs/static/apple-touch-icon.png differ diff --git a/docs/static/favicon-16x16.png b/docs/static/favicon-16x16.png new file mode 100644 index 00000000..290c4859 Binary files /dev/null and b/docs/static/favicon-16x16.png differ diff --git a/docs/static/favicon-32x32.png b/docs/static/favicon-32x32.png new file mode 100644 index 00000000..35985798 Binary files /dev/null and b/docs/static/favicon-32x32.png differ diff --git a/docs/static/favicon.ico b/docs/static/favicon.ico new file mode 100644 index 00000000..5d8aac73 Binary files /dev/null and b/docs/static/favicon.ico differ diff --git a/docs/static/shrs_banner.png b/docs/static/shrs_banner.png new file mode 100644 index 00000000..1724b682 Binary files /dev/null and b/docs/static/shrs_banner.png differ diff --git a/docs/static/shrs_logo.png b/docs/static/shrs_logo.png new file mode 100644 index 00000000..ababa910 Binary files /dev/null and b/docs/static/shrs_logo.png differ diff --git a/docs/static/site.webmanifest b/docs/static/site.webmanifest new file mode 100644 index 00000000..3e4e9e2c --- /dev/null +++ b/docs/static/site.webmanifest @@ -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"}