Skip to content

Commit

Permalink
Merge branch 'exp/social-cards'
Browse files Browse the repository at this point in the history
Experiment to add social cards to website.
  • Loading branch information
arv-anshul committed Feb 17, 2024
2 parents df44275 + 3f41456 commit 3b66380
Show file tree
Hide file tree
Showing 3 changed files with 38 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@
"mkdocs.yml"
]
},
"[html]": {
"editor.defaultFormatter": "vscode.html-language-features",
"editor.formatOnSave": false
},
"[markdown]": {
"editor.defaultFormatter": null,
"editor.formatOnSave": false
Expand Down
33 changes: 33 additions & 0 deletions material/overrides/main.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
{% extends "base.html" %}

{% block site_meta %}

<meta name="title"
content="@arv-anshul/campusx-dsmp: Get all the resources like 🔗 Links of 📝 Notes and 📓 Notebooks provided in the CampusX's DSMP Course." />
<meta name="description"
content="Get all the resources like 🔗 Links of 📝 Notes and 📓 Notebooks provided in the CampusX's DSMP Course. - arv-anshul/campusx-dsmp" />

<!-- Open Graph -->
<meta property="og:type" content="website" />
<meta property="og:url" content="https://arv-anshul.github.io/campusx-dsmp/" />
<meta property="og:title" content="CampusX - DSMP: Resources" />
<meta property="og:description"
content="Get all the resources like 🔗 Links of 📝 Notes and 📓 Notebooks provided in the CampusX's DSMP Course. - arv-anshul/campusx-dsmp" />
<meta property="og:image"
content="https://repository-images.githubusercontent.com/754020263/a44fa2ee-2ee2-4252-a62c-3c359a7d262a" />
<meta property="og:image:type" content="object" />
<meta property="og:image:alt"
content="Get all the resources like 🔗 Links of 📝 Notes and 📓 Notebooks provided in the CampusX's DSMP Course. - arv-anshul/campusx-dsmp" />

<!-- Twitter -->
<meta property="twitter:card" content="summary_large_image" />
<meta property="twitter:url" content="https://github.com/arv-anshul/campusx-dsmp/" />
<meta property="twitter:title" content="CampusX - DSMP: Resources" />
<meta property="twitter:description"
content="Get all the resources like 🔗 Links of 📝 Notes and 📓 Notebooks provided in the CampusX's DSMP Course. - arv-anshul/campusx-dsmp" />
<meta name="twitter:image:src"
content="https://repository-images.githubusercontent.com/754020263/a44fa2ee-2ee2-4252-a62c-3c359a7d262a" />
<meta property="twitter:image"
content="https://repository-images.githubusercontent.com/754020263/a44fa2ee-2ee2-4252-a62c-3c359a7d262a" />

{% endblock site_meta %}
1 change: 1 addition & 0 deletions mkdocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ site_url: https://arv-anshul.github.io/campusx-dsmp
theme:
language: en
name: material
custom_dir: material/overrides
font:
text: Shantell Sans
logo: data/assets/favicon.jpg
Expand Down

0 comments on commit 3b66380

Please sign in to comment.