Skip to content

Commit

Permalink
feat: add press
Browse files Browse the repository at this point in the history
  • Loading branch information
EmmanuelDemey committed Oct 12, 2024
1 parent 626796a commit b6842e2
Show file tree
Hide file tree
Showing 3 changed files with 103 additions and 3 deletions.
5 changes: 4 additions & 1 deletion .eleventy.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,10 @@ export default function (eleventyConfig) {
// eleventyConfig.addCollection("flatTalks", createFlatTalksCollections);
// eleventyConfig.addCollection("talksByDate", createTalksCollectionsBydate);
eleventyConfig.addCollection("press", async () => {
return Object.values(press).flat();
return Object.entries(press)
.sort(([year], [year2]) => year2 - year)
.map(([year, articles]) => articles)
.flat();
});
eleventyConfig.addCollection("faqs", async () => {
try {
Expand Down
4 changes: 2 additions & 2 deletions data/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@ export default {
cfpStartedDate: "6 Janvier",
cfpEndedDate: "31 Mars",
partershipUrl:
"https://docs.google.com/presentation/u/1/d/e/2PACX-1vRf18ULorPCSXjc4FDy7hHUp2rYIDZNefrsE7OkiXUJaTY1bzTYcDJBnfVDuWHvggglIipco8GCND-2/pub?start=false&loop=false&slide=id.g117aa382f2b_0_85",
"https://docs.google.com/presentation/d/e/2PACX-1vSo0McftZg-uPKKsoJnKGmzny9pEB2G_6XHVPK3MXiEfMk2J4UgXGJ_JWS77namY9lw5Fqj1Ace8Ftr/pub?start=false&loop=false&delayms=3000",
numberOfPeople: 1500,
numberOfSpeaker: 60,
numberOfTalks: 44,
numberOfTraks: 4,
enabled: {
welovedevs: false,
billetweb: false,
sponsoring: false,
sponsoring: true,
},
};
97 changes: 97 additions & 0 deletions data/press.js
Original file line number Diff line number Diff line change
@@ -1,11 +1,108 @@
export default {
2024: [
{
title: "Devfest Lille 2024 : vers un numérique responsable et performant",
url: "https://www.urbilog.com/blogposts/devfest-lille-2024-vers-un-numerique-responsable-et-performant",
publishedAt: "20 août 2024",
publishedBy: "Urbilog",
},
{
title: "Summary of Devfest Lille 2024",
url: "https://techblog.criteo.com/summary-of-devfest-lille-2024-9ad32eb4aa3a",
publishedAt: "18 juillet 2024",
publishedBy: "Criteo",
},
{
title: "Retour sur le jour 2 du Devfest Lille 2024 !",
url: "https://www.sfeir.dev/tendances/retour-sur-le-jour-2-du-devfest-lille-2024-2/",
publishedAt: "01 juillet 2024",
publishedBy: "Sfeir",
},
{
title: "De retour du DevFest Lille 2024",
url: "https://les-tilleuls.coop/blog/de-retour-du-devfest-lille-2024",
publishedAt: "17 juin 2024",
publishedBy: "Les Tilleuls",
},
{
title: "Un petit compte-rendu subjectif du DevFest Lille 2024",
url: "https://medium.com/norsys-octogone/un-petit-compte-rendu-subjectif-du-devfest-lille-2024-f80e042bdf4d",
publishedAt: "13 juin 2024",
publishedBy: "Norsys",
},
{
title: "Holberton était présent à la 7ème édition du DevFest Lille !",
url: "https://www.holbertonschool.fr/post/holberton-etait-present-a-la-7eme-edition-du-devfest-lille",
publishedAt: "13 juin 2024",
publishedBy: "Holberton School",
},
{
title: "DevFest Lille 2024 : highlights et conférences marquantes",
url: "https://fr.ippon.tech/news/devfest-lille",
publishedAt: "06 juin 2024",
publishedBy: "Ippon Technologies",
},
],
2023: [
{
title:
"[YOUTUBE] Parlons Tech – L’EMPREINTE NUMÉRIQUE avec Baptiste / DevFest Lille 2023",
url: "https://welovedevs.com/fr/articles/youtube-parlons-tech-empreinte-numerique-avec-baptiste-devfest-lille-2023/",
publishedAt: "11 septembre 2023",
publishedBy: "WeLoveDevs",
},
{
title:
"[YOUTUBE] Parlons Tech – LE DESIGN D’ATTENTION avec Alizée / DevFest Lille 2023",
url: "https://welovedevs.com/fr/articles/youtube-parlons-tech-le-design-dattention-avec-alizee-devfest-lille-2023/",
publishedAt: "22 août 2023",
publishedBy: "WeLoveDevs",
},
{
title: "Clean Architecture et Serverless : retour sur le Devfest 2023",
url: "https://www.hubvisory.com/fr/blog/clean-architecture-et-serverless-devfest-2023",
publishedAt: "15 août 2023",
publishedBy: "Hubvisory",
},
{
title: "DevFest Lille 2023 : Les retours de conf' de nos Sfeiriens",
url: "https://www.sfeir.dev/tendances/devfest-lille-2023-les-retours-de-conf-de-nos-sfeiriens/",
publishedAt: "26 juin 2023",
publishedBy: "Sfeir",
},
{
title:
"Le DevFest de Lille 2023 s’ouvre avec une sensibilisation au design d’attention",
url: "https://digital4better.com/actualites/le-devfest-de-lille-2023-s%E2%80%99ouvre-avec-une-sensibilisation-au-design-d%E2%80%99attention/",
publishedAt: "06 juin 2023",
publishedBy: "Alizée Colin",
},
{
title: "Cockpit io au Devfest Lille 2023",
url: "https://blog.cockpitio.com/events/devfest-lille-2023/",
publishedAt: "30 mai 2023",
publishedBy: "Cockpit IO",
},
{
title: "DevFest Lille 2023 : une conférence dans l’ère du temps !",
url: "https://www.sfeir.dev/tendances/un-devops-au-devfest-lille-2023/",
publishedAt: "26 mai 2023",
publishedBy: "Sfeir",
},
{
title:
"Le DevFest Lille 2023 : l’événement tech se prépare avec Le Messageur pour une accessibilité pour tous.",
url: "https://www.lemessageur.com/le-devfest-lille-2023-levenement-tech-se-prepare-avec-le-messageur-pour-une-accessibilite-pour-tous/",
publishedAt: "15 mai 2023",
publishedBy: "Le Messageur",
},
{
title:
"Le DEVFEST Lille : un événement engagé pour la technologie et l’environnement !",
url: "https://consignerie.com/le-devfest-lille-un-evenement-engage-pour-la-technologie-et-lenvironnement/",
publishedAt: "12 mai 2023",
publishedBy: "La Consignerie",
},
{
title: "Réduire l’impact environnemental du Devfest Lille",
url: "https://welovedevs.com/fr/articles/reduire-limpact-environnemental-du-devfest-lille/",
Expand Down

0 comments on commit b6842e2

Please sign in to comment.