diff --git a/docusaurus.config.js b/docusaurus.config.js index e67434ec27f49bd9b2c29b4e63d903d233f54b75..2861d3a597dc35cf638885254d7b9a12e72f4aa0 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -13,11 +13,17 @@ module.exports = { organizationName: "froggit/www", // Usually your GitHub org/user name. projectName: "froggit.fr", // Usually your repo name. themeConfig: { + metadata: [{ + name: "description", content: "Collaborez autour du code sur la première plateforme intégrée DevOps Made in France. Avec Froggit, sécurisez vos données, améliorez vos performances et protégez enfin la planète. Nous hébergeons et infogérons GitLab et Mattermost pour vous en France, pas de Cloud Act avec nous !" + }, + { + name: "title", content: "Simplifiez-vous le code..." + }], navbar: { title: "", logo: { alt: "Froggit Logo", - src: "img/theme/logo_typo_froggit.png", + src: "img/theme/froggit-logo.png", }, items: [ {label: "Fonctionnalités", position: "left", to: "/#features", exact: true}, diff --git a/static/img/theme/logo_typo_froggit.png b/static/img/theme/froggit-logo.png similarity index 100% rename from static/img/theme/logo_typo_froggit.png rename to static/img/theme/froggit-logo.png