aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorShinigami <[email protected]>2022-11-25 17:15:19 +0100
committerGitHub <[email protected]>2022-11-25 17:15:19 +0100
commit795ca8cc52b357e03447a282469c6d1fb44fc960 (patch)
tree937d54f3a6ec5dd85dbe6bac70f4d57791c81f20 /docs
parent7d4d99f00bf1e29c14346bd6a9fab33c8e7d5743 (diff)
downloadfaker-795ca8cc52b357e03447a282469c6d1fb44fc960.tar.xz
faker-795ca8cc52b357e03447a282469c6d1fb44fc960.zip
docs: verify mastodon (#1594)
Diffstat (limited to 'docs')
-rw-r--r--docs/.vitepress/config.ts15
1 files changed, 14 insertions, 1 deletions
diff --git a/docs/.vitepress/config.ts b/docs/.vitepress/config.ts
index 9f8bd12e..0c44d267 100644
--- a/docs/.vitepress/config.ts
+++ b/docs/.vitepress/config.ts
@@ -93,6 +93,13 @@ const config = defineConfig({
content: 'summary_large_image',
},
],
+ [
+ 'link',
+ {
+ rel: 'me',
+ href: 'https://fosstodon.org/@faker_js',
+ },
+ ],
],
themeConfig: {
@@ -104,8 +111,14 @@ const config = defineConfig({
},
socialLinks: [
- { icon: 'twitter', link: 'https://twitter.com/faker_js' },
{ icon: 'discord', link: 'https://chat.fakerjs.dev' },
+ {
+ icon: {
+ svg: '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 417.8 512"><path d="M417.8 179.1c0-97.2-63.7-125.7-63.7-125.7-62.5-28.7-228.5-28.4-290.4 0 0 0-63.7 28.5-63.7 125.7 0 115.7-6.6 259.4 105.6 289.1 40.5 10.7 75.3 13 103.3 11.4 50.8-2.8 79.3-18.1 79.3-18.1l-1.7-36.9s-36.3 11.4-77.1 10.1c-40.4-1.4-83-4.4-89.6-54-.6-4.4-.9-9-.9-13.9 85.6 20.9 158.6 9.1 178.7 6.7 56.1-6.7 105-41.3 111.2-72.9 9.8-49.8 9-121.5 9-121.5zm-75.1 125.2h-46.6V190.1c0-49.7-64-51.6-64 6.9v62.5h-46.3V197c0-58.5-64-56.6-64-6.9v114.2H75.1c0-122.1-5.2-147.9 18.4-175 25.9-28.9 79.8-30.8 103.8 6.1l11.6 19.5 11.6-19.5c24.1-37.1 78.1-34.8 103.8-6.1 23.7 27.3 18.4 53 18.4 175z"/></svg>',
+ },
+ link: 'https://fosstodon.org/@faker_js',
+ },
+ { icon: 'twitter', link: 'https://twitter.com/faker_js' },
{ icon: 'github', link: 'https://github.com/faker-js/faker' },
],