Skip to content

Commit

Permalink
chitra new banner (#102)
Browse files Browse the repository at this point in the history
* new banner

* fix banner url
  • Loading branch information
aniketmaurya authored Jul 22, 2021
1 parent fd9c761 commit 10ac20b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
Binary file added docs/assets/chitra_banner_0.1.0.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions docs/overrides/main.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<meta property="og:title" content="{{ title }}" />
<meta property="og:description" content="{{ config.site_description }}" />
<meta property="og:url" content="{{ page.canonical_url }}" />
<meta property="og:image" content="https://raw.githubusercontent.com/aniketmaurya/chitra/master/docs/assets/chitra_banner.png" />
<meta property="og:image" content="{{ config.banner_url }}" />
<meta property="og:image:type" content="image/png" />
<meta property="og:image:width" content="1200" />
<meta property="og:image:height" content="630" />
Expand All @@ -26,7 +26,7 @@
<meta name="twitter:creator" content="<username>" />
<meta name="twitter:title" content="{{ title }}" />
<meta name="twitter:description" content="{{ config.site_description }}" />
<meta name="twitter:image" content="https://raw.githubusercontent.com/aniketmaurya/chitra/master/docs/assets/chitra_banner.png" />
<meta name="twitter:image" content="{{ config.banner_url }}" />
{% endblock %}

{% set extracopyright %}
Expand Down
1 change: 1 addition & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
site_name: chitra
site_description: "chitra (चित्र) is a Deep Learning library for Model Building, Interpretability, Visualization, API Building & Deployment"
banner_url: https://ik.imagekit.io/aniket/chitra/chitra_banner_0.1.0_tIzHC3b-y.png
repo_url: https://github.com/aniketmaurya/chitra/
repo_name: aniketmaurya/chitra

Expand Down

0 comments on commit 10ac20b

Please sign in to comment.