Files
Horacio Gonzalez 286a9d0d93 Initial commit
2021-05-05 11:22:00 +02:00

26 lines
1.2 KiB
JavaScript
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
/**
* @file Contains global data for the site colophon
* @author Reuben L. Lillie <reubenlillie@gmail.com>
* @author Horacio Gonzalez <horacio.gonzalez@gmail.com>
*/
// Edit the values for the properties in this file to fit your site.
// You can add as many new properties as you want,
// but you shouldnt remove any of the ones already included here
// without also editing the files where those properties are used.
// Otherwise, the site will probably break.
/**
* Global colophon data module
* @module _data/colophon
* @see {@link https://www.11ty.dev/docs/data-global/ Global data files in 11ty}
*/
export default {
fr: {
generator: '🏗️ Créé por <a href=\"https://twitter.com/LostInBrittany\">@LostInBrittany</a>',
languages: 'Code source écrit en 🍦 vanilla JavaScript, 🕸️ HTML semantique, 🎨 CSS progressivement améliorée, et 🧂 un soupçon de Markdown.',
git: '💝 Basé dans le <a href=\"http://gitlab.com/reubenlillie/eleventy-dot-js-blog/\">eleventy-dot-js-blog</a> starter pour <a href=\"https://11ty.dev/\">🕚 Eleventy</a>, le générateur de sites statiques.',
host: '🚀 Hébérgé sur <a href="https://pages.github.com/">GitHub Pages</a>'
}
}