Feature/add black friday 2023 blog post (#2664)

* Add blog post: Black Friday 2023

* Update changelog
This commit is contained in:
Thomas Kaul
2023-11-17 20:20:49 +01:00
committed by GitHub
parent 272a34195b
commit e2234c4966
8 changed files with 217 additions and 0 deletions

View File

@ -326,6 +326,10 @@
<loc>https://ghostfol.io/en/blog/2023/09/hacktoberfest-2023</loc>
<lastmod>${currentDate}T00:00:00+00:00</lastmod>
</url>
<url>
<loc>https://ghostfol.io/en/blog/2023/11/black-friday-2023</loc>
<lastmod>${currentDate}T00:00:00+00:00</lastmod>
</url>
<url>
<loc>https://ghostfol.io/en/blog/2023/11/hacktoberfest-2023-debriefing</loc>
<lastmod>${currentDate}T00:00:00+00:00</lastmod>

View File

@ -76,6 +76,10 @@ const locales = {
featureGraphicPath: 'assets/images/blog/hacktoberfest-2023.png',
title: `Hacktoberfest 2023 - ${title}`
},
'/en/blog/2023/11/black-friday-2023': {
featureGraphicPath: 'assets/images/blog/black-friday-2023.png',
title: `Black Friday 2023 - ${title}`
},
'/en/blog/2023/11/hacktoberfest-2023-debriefing': {
featureGraphicPath: 'assets/images/blog/hacktoberfest-2023.png',
title: `Hacktoberfest 2023 Debriefing - ${title}`