chore: improve social media images

This commit is contained in:
Thomas Allmer 2021-03-15 16:16:28 +01:00
parent 6f2b6f940a
commit f1cb7b83b4
5 changed files with 64 additions and 0 deletions

View file

@ -0,0 +1,12 @@
const { createSocialImage } = require('@rocket/cli');
module.exports = async function () {
const socialMediaImage = await createSocialImage({
title: 'Controlling',
subTitle: 'Exports',
footer: 'Lion Blog',
});
return {
socialMediaImage,
};
};

View file

@ -0,0 +1,13 @@
const { createSocialImage } = require('@rocket/cli');
module.exports = async function () {
const socialMediaImage = await createSocialImage({
title: 'ING',
subTitle: 'Open Sources',
subTitle2: 'Lion',
footer: 'Lion Blog',
});
return {
socialMediaImage,
};
};

View file

@ -0,0 +1,13 @@
const { createSocialImage } = require('@rocket/cli');
module.exports = async function () {
const socialMediaImage = await createSocialImage({
title: 'Introducing',
subTitle: 'Lions',
subTitle2: 'Website',
footer: 'Lion Blog',
});
return {
socialMediaImage,
};
};

View file

@ -0,0 +1,13 @@
const { createSocialImage } = require('@rocket/cli');
module.exports = async function () {
const socialMediaImage = await createSocialImage({
title: 'Lion',
subTitle: 'Components for',
subTitle2: 'your Design System',
footer: 'ING open source',
});
return {
socialMediaImage,
};
};

13
docs/index.11tydata.cjs Normal file
View file

@ -0,0 +1,13 @@
const { createSocialImage } = require('@rocket/cli');
module.exports = async function () {
const socialMediaImage = await createSocialImage({
title: 'Lion',
subTitle: 'Components for',
subTitle2: 'your Design System',
footer: 'ING open source',
});
return {
socialMediaImage,
};
};