Skip to content

Commit

Permalink
Add Releases taxonomy for news
Browse files Browse the repository at this point in the history
- Manually tagged related news as "Releases"
- Apply CSS classes for "Releases" and "News" sections in /news/
- /news/releases/ is also available

Signed-off-by: Alexander Borsuk <[email protected]>
  • Loading branch information
biodranik committed Mar 18, 2024
1 parent eb8d0a6 commit d232839
Show file tree
Hide file tree
Showing 111 changed files with 223 additions and 43 deletions.
24 changes: 24 additions & 0 deletions config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ ignored_content = [".DS_Store"]

taxonomies = [
{name = "faq", feed = false},
{name = "news", feed = true},
]

[markdown]
Expand Down Expand Up @@ -52,6 +53,7 @@ token = "Token"
[languages.af]
taxonomies = [
{name = "faq", feed = false},
{name = "news", feed = true},
]
[languages.af.translations]
address = "Adres"
Expand All @@ -69,6 +71,7 @@ token = "Teken"
[languages.ar]
taxonomies = [
{name = "faq", feed = false},
{name = "news", feed = true},
]
[languages.ar.translations]
address = "العنوان"
Expand All @@ -86,6 +89,7 @@ token = "رمز"
[languages.ca]
taxonomies = [
{name = "faq", feed = false},
{name = "news", feed = true},
]
[languages.ca.translations]
address = "Adreça"
Expand All @@ -103,6 +107,7 @@ token = "Testimoni"
[languages.cs]
taxonomies = [
{name = "faq", feed = false},
{name = "news", feed = true},
]
[languages.cs.translations]
address = "Adresa"
Expand All @@ -120,6 +125,7 @@ token = "Token"
[languages.de]
taxonomies = [
{name = "faq", feed = false},
{name = "news", feed = true},
]
[languages.de.translations]
address = "Adresse"
Expand All @@ -137,6 +143,7 @@ token = "Token"
[languages.es]
taxonomies = [
{name = "faq", feed = false},
{name = "news", feed = true},
]
[languages.es.translations]
address = "Dirección"
Expand All @@ -157,6 +164,7 @@ token = "Ficha"
[languages.eu]
taxonomies = [
{name = "faq", feed = false},
{name = "news", feed = true},
]
[languages.eu.translations]
address = "Helbidea"
Expand All @@ -174,6 +182,7 @@ token = "token"
[languages.fr]
taxonomies = [
{name = "faq", feed = false},
{name = "news", feed = true},
]
[languages.fr.translations]
address = "Addresse"
Expand All @@ -191,6 +200,7 @@ token = "Jeton"
[languages.hi]
taxonomies = [
{name = "faq", feed = false},
{name = "news", feed = true},
]
[languages.hi.translations]
address = "पता"
Expand All @@ -208,6 +218,7 @@ token = "टोकन/Token"
[languages.hu]
taxonomies = [
{name = "faq", feed = false},
{name = "news", feed = true},
]
[languages.hu.translations]
address = "Cím"
Expand All @@ -225,6 +236,7 @@ token = "Token"
[languages.id]
taxonomies = [
{name = "faq", feed = false},
{name = "news", feed = true},
]
[languages.id.translations]
address = "Alamat"
Expand All @@ -242,6 +254,7 @@ token = "Token"
[languages.it]
taxonomies = [
{name = "faq", feed = false},
{name = "news", feed = true},
]
[languages.it.translations]
address = "Indirizzi"
Expand All @@ -262,6 +275,7 @@ token = "Token"
[languages.mr]
taxonomies = [
{name = "faq", feed = false},
{name = "news", feed = true},
]
[languages.mr.translations]
address = "पत्ता"
Expand All @@ -279,6 +293,7 @@ token = "Token"
[languages.nl]
taxonomies = [
{name = "faq", feed = false},
{name = "news", feed = true},
]
[languages.nl.translations]
address = "Adres"
Expand All @@ -296,6 +311,7 @@ token = "Token"
[languages.oc]
taxonomies = [
{name = "faq", feed = false},
{name = "news", feed = true},
]
[languages.oc.translations]
address = "Address"
Expand All @@ -313,6 +329,7 @@ token = "geton"
[languages.pl]
taxonomies = [
{name = "faq", feed = false},
{name = "news", feed = true},
]
[languages.pl.translations]
address = "Adres"
Expand All @@ -330,6 +347,7 @@ token = "Token"
[languages.pt-BR]
taxonomies = [
{name = "faq", feed = false},
{name = "news", feed = true},
]
[languages.pt-BR.translations]
address = "Endereço"
Expand All @@ -347,6 +365,7 @@ token = "Token"
[languages.ru]
taxonomies = [
{name = "faq", feed = false},
{name = "news", feed = true},
]
[languages.ru.translations]
address = "Адрес"
Expand All @@ -367,6 +386,7 @@ token = "Токен"
[languages.sv]
taxonomies = [
{name = "faq", feed = false},
{name = "news", feed = true},
]
[languages.sv.translations]
address = "Adress"
Expand All @@ -384,6 +404,7 @@ token = "Token"
[languages.tr]
taxonomies = [
{name = "faq", feed = false},
{name = "news", feed = true},
]
[languages.tr.translations]
address = "Adres"
Expand All @@ -401,6 +422,7 @@ token = "Token"
[languages.uk]
taxonomies = [
{name = "faq", feed = false},
{name = "news", feed = true},
]
[languages.uk.translations]
address = "Адреса"
Expand All @@ -418,6 +440,7 @@ token = "Токен"
[languages.zh-CN]
taxonomies = [
{name = "faq", feed = false},
{name = "news", feed = true},
]
[languages.zh-CN.translations]
address = "地址"
Expand All @@ -435,6 +458,7 @@ token = "令牌"
[languages.zh-Hans]
taxonomies = [
{name = "faq", feed = false},
{name = "news", feed = true},
]
[languages.zh-Hans.translations]
address = "地址"
Expand Down
2 changes: 2 additions & 0 deletions content/news/2021-05-09/7/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
title: "A new version 2021-05-08 is availiable for iOS and Android."
date: 2021-05-09T08:00:03+00:00
slug: "a-new-version-is-availiable-for-ios-and-android"
taxonomies:
news: ["Releases"]
---

A new version 2021-05-08 is availiable for iOS and Android.
Expand Down
2 changes: 2 additions & 0 deletions content/news/2021-05-24/8/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
title: "A new beta version 2021-05-21 is out."
date: 2021-05-24T07:03:54+00:00
slug: "a-new-beta-version-is-out"
taxonomies:
news: ["Releases"]
---

A new beta version 2021-05-21 is out.
Expand Down
2 changes: 2 additions & 0 deletions content/news/2021-05-25/9/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
title: "Organic Maps app is now available on F-Droid!"
date: 2021-05-25T21:40:15+00:00
slug: "organic-maps-app-is-now-available-on-f-droid"
taxonomies:
news: ["Releases"]
---

Organic Maps app is now available [on F-Droid](https://f-droid.org/en/packages/app.organicmaps/)!
2 changes: 2 additions & 0 deletions content/news/2021-06-17/12/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
title: "🍃 Organic Maps is live!"
date: 2021-06-17T08:17:18+00:00
slug: "organic-maps-is-live"
taxonomies:
news: ["Releases"]
---

🍃 Organic Maps is live!
Expand Down
2 changes: 2 additions & 0 deletions content/news/2021-06-20/13/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
title: "Android 5 support, OSM login, bookmarks export, and some other fixes are already in review, as the CarPlay for iOS"
date: 2021-06-20T12:12:15+00:00
slug: "android-5-support-osm-login-bookmarks-export-and-some-other-fixes-are-already-in-review-as-the-carplay-for-ios"
taxonomies:
news: ["Releases"]
---

Android 5 support, OSM login, bookmarks export, and some other fixes are already in review, as the CarPlay for iOS. Please be patient, or install the latest betas.
2 changes: 2 additions & 0 deletions content/news/2021-06-23/17/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
title: "🚗 iOS update with a (finally!) working CarPlay is live"
date: 2021-06-23T20:15:35+00:00
slug: "ios-update-with-a-finally-working-carplay-is-live"
taxonomies:
news: ["Releases"]
---

🚗 iOS update with a (finally!) working CarPlay is live. Happy driving!
Expand Down
2 changes: 2 additions & 0 deletions content/news/2021-07-10/20/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
title: "Updated OM 🧘 version 2021.07.08 is here!"
date: 2021-07-10T15:23:44+00:00
slug: "updated-om-version-is-here"
taxonomies:
news: ["Releases"]
---

Updated OM 🧘 version 2021.07.08 is here!
Expand Down
7 changes: 5 additions & 2 deletions content/news/2021-08-07/21/index.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
---
title: "Meet a new app update with"
title: "Meet a new app August 2021 update"
date: 2021-08-07T06:40:46+00:00
slug: "meet-a-new-app-update-with"
slug: "august-2021-release-of-organic-maps"
aliases: ["meet-a-new-app-update-with"]
taxonomies:
news: ["Releases"]
---

Meet a new app update with:
Expand Down
2 changes: 2 additions & 0 deletions content/news/2021-08-15/23/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
title: "We have a temporary issue with Google Play app availability"
date: 2021-08-15T15:14:17+00:00
slug: "we-have-a-temporary-issue-with-google-play-app-availability"
taxonomies:
news: ["Releases"]
---

We have a temporary issue with Google Play app availability. Hopefully it will be fixed soon 🤞
2 changes: 2 additions & 0 deletions content/news/2021-08-16/24/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
title: "Organic Maps is back on Google Play after a temporary problem 🎉"
date: 2021-08-16T17:44:40+00:00
slug: "organic-maps-is-back-on-google-play-after-a-temporary-problem"
taxonomies:
news: ["Releases"]
---

Organic Maps is back [on Google Play](https://play.google.com/store/apps/details?id=app.organicmaps) after a temporary problem 🎉
2 changes: 2 additions & 0 deletions content/news/2021-08-21/25/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
title: "A minor update is available in Google Play"
date: 2021-08-21T07:46:14+00:00
slug: "a-minor-update-is-available-in-google-play"
taxonomies:
news: ["Releases"]
---

A minor update is available in Google Play <https://omaps.app/gp>
Expand Down
2 changes: 2 additions & 0 deletions content/news/2021-08-30/28/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
title: "With the help of our community ❤️, in the 21.08.26 update we"
date: 2021-08-30T21:38:20+00:00
slug: "with-the-help-of-our-community-in-the-update-we"
taxonomies:
news: ["Releases"]
---

With the help of our community ❤️, in the 21.08.26 update we:
Expand Down
2 changes: 2 additions & 0 deletions content/news/2021-09-05/29/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
title: "ℹ️ The latest 21.09.01 update is available in Google Play, App Store and AppGallery with updated OSM maps 🗺️ data snapshot, made on 25th of August."
date: 2021-09-05T20:30:34+00:00
slug: "the-latest-update-is-available-in-google-play-app-store-and-appgallery-with-updated-osm-maps-data-snapshot-made-on-25th-of-august"
taxonomies:
news: ["Releases"]
---

ℹ️ The latest 21.09.01 update is available in Google Play, App Store and AppGallery with updated OSM maps 🗺️ data snapshot, made on 25th of August.
Expand Down
2 changes: 2 additions & 0 deletions content/news/2021-09-15/30/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
title: "21.09.14 app update is available in Google Play"
date: 2021-09-15T20:34:14+00:00
slug: "app-update-is-available-in-google-play"
taxonomies:
news: ["Releases"]
---

21.09.14 app update is available in Google Play. We:
Expand Down
2 changes: 2 additions & 0 deletions content/news/2021-10-09/33/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
title: "Sorry, the latest 21.10.07 release for Android has a bug"
date: 2021-10-09T18:07:49+00:00
slug: "sorry-the-latest-release-for-android-has-a-bug"
taxonomies:
news: ["Releases"]
---

Sorry, the latest 21.10.07 release for Android has a bug: if you clicked before on coordinates in the place info (to switch coordinates format), then you'll have a crash on startup. Only reinstall can help (but you'll loose your bookmarks!). If you have root access, then close the app and delete `/data/data/app.organicmaps.app/files/settings.ini` file.
Expand Down
2 changes: 2 additions & 0 deletions content/news/2021-10-14/34/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
title: "A new app update is available"
date: 2021-10-14T06:14:09+00:00
slug: "a-new-app-update-is-available"
taxonomies:
news: ["Releases"]
---

A new app update is available!
Expand Down
2 changes: 2 additions & 0 deletions content/news/2021-10-21/35/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
title: "In 21.10.15 Google Play update we"
date: 2021-10-21T09:36:45+00:00
slug: "in-google-play-update-we"
taxonomies:
news: ["Releases"]
---

In 21.10.15 Google Play update we:
Expand Down
2 changes: 2 additions & 0 deletions content/news/2021-11-09/37/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
title: "Meet November 4 Organic Maps update"
date: 2021-11-09T22:05:28+00:00
slug: "meet-november-4-organic-maps-update"
taxonomies:
news: ["Releases"]
---

Meet November 4 Organic Maps update!
Expand Down
4 changes: 3 additions & 1 deletion content/news/2021-12-03/41/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,12 @@
title: "Meet Organic Maps app update 21.12.01"
date: 2021-12-03T22:18:34+00:00
slug: "meet-organic-maps-app-update"
taxonomies:
news: ["Releases"]
---

Meet Organic Maps app update 21.12.01
🤖 \+ 🍏
🤖 + 🍏
* New OSM maps data as of November 22
* Fixed routing between map regions, please test and report to us any issues!
* Type "water" or "drinking water" in search to find it around yourself
Expand Down
2 changes: 2 additions & 0 deletions content/news/2022-01-14/42/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
title: "Meet new January Organic Maps app update, with many improvements from our beloved contributors 🙏"
date: 2022-01-14T14:44:07+00:00
slug: "meet-new-january-organic-maps-app-update-with-many-improvements-from-our-beloved-contributors"
taxonomies:
news: ["Releases"]
---

Meet new January Organic Maps app update, with many improvements from our beloved contributors 🙏!
Expand Down
2 changes: 2 additions & 0 deletions content/news/2022-01-15/43/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
title: "There is a regression with KML import on Android"
date: 2022-01-15T13:08:26+00:00
slug: "there-is-a-regression-with-kml-import-on-android"
taxonomies:
news: ["Releases"]
---

There is a regression with KML import on Android. No worries, the fix is already in review.
Expand Down
2 changes: 2 additions & 0 deletions content/news/2022-01-18/44/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
title: "Finally, FDroid update is available too"
date: 2022-01-18T11:47:38+00:00
slug: "finally-fdroid-update-is-available-too"
taxonomies:
news: ["Releases"]
---

Finally, FDroid update is available too: <https://f-droid.org/en/packages/app.organicmaps/>
Loading

0 comments on commit d232839

Please sign in to comment.