mirror of
https://github.com/pomerium/pomerium.git
synced 2025-05-30 17:37:25 +02:00
add twitter meta tags (#3252)
This commit is contained in:
parent
cbe90fd96d
commit
424a7e4de8
3 changed files with 17 additions and 1 deletions
|
@ -40,6 +40,17 @@ module.exports = {
|
||||||
ga: "UA-129872447-2",
|
ga: "UA-129872447-2",
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
|
[
|
||||||
|
'@limdongjin/vuepress-plugin-simple-seo',
|
||||||
|
{
|
||||||
|
root_url: 'https://www.pomerium.com/',
|
||||||
|
default_site_name: 'Pomerium Documentation',
|
||||||
|
default_twitter_site: '@pomerium_io',
|
||||||
|
default_twitter_creator: '@pomerium_io',
|
||||||
|
default_image: 'img/logo-round.png',
|
||||||
|
default_twitter_card: 'summary',
|
||||||
|
},
|
||||||
|
],
|
||||||
],
|
],
|
||||||
markdown: {
|
markdown: {
|
||||||
externalLinkSymbol: false,
|
externalLinkSymbol: false,
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
{
|
{
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
|
"@limdongjin/vuepress-plugin-simple-seo": "https://github.com/pomerium/vuepress-plugin-simple-seo",
|
||||||
"@vuepress/plugin-google-analytics": "1.8.2",
|
"@vuepress/plugin-google-analytics": "1.8.2",
|
||||||
"js-yaml": "^4.1.0",
|
"js-yaml": "^4.1.0",
|
||||||
"vuepress": "1.8.2",
|
"vuepress": "1.8.2",
|
||||||
|
|
|
@ -908,6 +908,10 @@
|
||||||
resolved "https://registry.yarnpkg.com/@braintree/sanitize-url/-/sanitize-url-3.1.0.tgz#8ff71d51053cd5ee4981e5a501d80a536244f7fd"
|
resolved "https://registry.yarnpkg.com/@braintree/sanitize-url/-/sanitize-url-3.1.0.tgz#8ff71d51053cd5ee4981e5a501d80a536244f7fd"
|
||||||
integrity sha512-GcIY79elgB+azP74j8vqkiXz8xLFfIzbQJdlwOPisgbKT00tviJQuEghOXSMVxJ00HoYJbGswr4kcllUc4xCcg==
|
integrity sha512-GcIY79elgB+azP74j8vqkiXz8xLFfIzbQJdlwOPisgbKT00tviJQuEghOXSMVxJ00HoYJbGswr4kcllUc4xCcg==
|
||||||
|
|
||||||
|
"@limdongjin/vuepress-plugin-simple-seo@https://github.com/pomerium/vuepress-plugin-simple-seo":
|
||||||
|
version "1.0.4-alpha.5"
|
||||||
|
resolved "https://github.com/pomerium/vuepress-plugin-simple-seo#b8898006d4a6f446dd378e0967e8bb60ee827d44"
|
||||||
|
|
||||||
"@mrmlnc/readdir-enhanced@^2.2.1":
|
"@mrmlnc/readdir-enhanced@^2.2.1":
|
||||||
version "2.2.1"
|
version "2.2.1"
|
||||||
resolved "https://registry.yarnpkg.com/@mrmlnc/readdir-enhanced/-/readdir-enhanced-2.2.1.tgz#524af240d1a360527b730475ecfa1344aa540dde"
|
resolved "https://registry.yarnpkg.com/@mrmlnc/readdir-enhanced/-/readdir-enhanced-2.2.1.tgz#524af240d1a360527b730475ecfa1344aa540dde"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue