module.exports = { buildTime: new Date(), isProduction: process.env.NODE_ENV === 'production', url: "http://localhost:8080", description: "A blog built with Eleventy", lang: "fr", repository: "https://github.com/TheThomaas", repoSrc: "Github" }