mirror of
https://github.com/JonasunderscoreJones/docs.jonasjones.dev.git
synced 2025-10-22 10:39:18 +02:00
Compare commits
3 commits
a4489e0389
...
5e395bca4c
Author | SHA1 | Date | |
---|---|---|---|
5e395bca4c | |||
95d814d9b1 | |||
d2399984b3 |
1 changed files with 13 additions and 0 deletions
|
@ -85,6 +85,19 @@ const config = {
|
|||
},
|
||||
// Replace with your project's social card
|
||||
image: 'img/favicon.png',
|
||||
metadata: [
|
||||
{ name: 'author', content: 'Jonas_Jones' },
|
||||
{ name: 'url', content: 'https://docs.jonasjones.dev/' },
|
||||
{ name: 'theme-color', content: '#008080' },
|
||||
|
||||
{ name: 'twitter:card', content: 'summary' },
|
||||
{ name: 'twitter:image', content: 'https://docs.jonasjones.dev/img/favicon.png' },
|
||||
|
||||
{ property: 'og:title', content: "Jonas_Jones's Homepage" },
|
||||
{ property: 'og:description', content: "The Home of all creations by Jonas_Jones!" },
|
||||
{ property: 'og:image', content: 'https://docs.jonasjones.dev/img/favicon.png' },
|
||||
{ property: 'og:type', content: 'website' },
|
||||
],
|
||||
navbar: {
|
||||
title: 'DOCS.JONASJONES.DEV',
|
||||
logo: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue