From 056eda292755ffc92a562e60ccf782eab08245a6 Mon Sep 17 00:00:00 2001 From: Moncef AOUDIA Date: Wed, 22 Jun 2022 23:15:35 +0200 Subject: [PATCH] fix: featured image names --- archetypes/article.adoc | 3 ++- assets/css/2-monokai-sublime.css | 6 +++--- assets/css/4-aoudiamoncef.css | 14 +++++++------- config/_default/params.toml | 2 +- .../{featuredImage.png => featured-image-en.png} | Bin ...featuredImage-fr.png => featured-image-fr.png} | Bin .../index.adoc | 5 +++-- .../index.fr.adoc | 6 +++--- i18n/fr.toml | 2 +- 9 files changed, 20 insertions(+), 18 deletions(-) rename content/blog/bulk-update-with-spring-data-mongodb-reactive/{featuredImage.png => featured-image-en.png} (100%) rename content/blog/bulk-update-with-spring-data-mongodb-reactive/{featuredImage-fr.png => featured-image-fr.png} (100%) diff --git a/archetypes/article.adoc b/archetypes/article.adoc index 371a669..4ab3d80 100644 --- a/archetypes/article.adoc +++ b/archetypes/article.adoc @@ -8,7 +8,8 @@ showLastModificationDate = true showReadingTime = true readingtime = 10 showAuthor = true -images = ["featuredImage.jpg"] +images = ["featuredImage.png"] +featuredImage = "featuredImage.png" categories = ["Tutorial", "Tip"] tags = ["Java", "Kotlin", "Android", "Hugo", "SpringBoot", "GraphQL", "Programming", "Quarkus"] project_url = "https=//github.com/gohugoio/hugo" diff --git a/assets/css/2-monokai-sublime.css b/assets/css/2-monokai-sublime.css index 2ce635c..cdcea01 100644 --- a/assets/css/2-monokai-sublime.css +++ b/assets/css/2-monokai-sublime.css @@ -7,10 +7,10 @@ color: #f6aa11; } .highlight .go { - color: #888888; + color: #FFFFFF; } .highlight .gp { - color: #555555; + color: #FFFFFF; } .highlight .gs { font-weight: bold; @@ -172,7 +172,7 @@ color: #ff6099; } .highlight .nt { - color: #ff6099; + color: #FFFFFF; } .highlight .k, .highlight .kv { color: #ff6099; diff --git a/assets/css/4-aoudiamoncef.css b/assets/css/4-aoudiamoncef.css index 2b1a776..b08dee7 100644 --- a/assets/css/4-aoudiamoncef.css +++ b/assets/css/4-aoudiamoncef.css @@ -42,7 +42,7 @@ h1, h2, h3, h4, h5, h6 { } .bilberry-hugo-theme a { - color: #3f8500; + color: #356f00; } .bilberry-hugo-theme a:hover { @@ -50,7 +50,7 @@ h1, h2, h3, h4, h5, h6 { } .bilberry-hugo-theme article .content a.more { - color: #3f8500; + color: #356f00; } .bilberry-hugo-theme a:hover { @@ -180,19 +180,19 @@ h1, h2, h3, h4, h5, h6 { } .bilberry-hugo-theme footer .container ul a { - color: #377300; + color: #356f00; } .bilberry-hugo-theme footer .container .right .languages a { - color: #377300; + color: #356f00; } .bilberry-hugo-theme .credits .container .author { - color: #377300; + color: #356f00; } .bilberry-hugo-theme .credits .container a { - color: #377300; + color: #356f00; } .bilberry-hugo-theme footer .container a:hover { @@ -215,7 +215,7 @@ h1, h2, h3, h4, h5, h6 { } .bilberry-hugo-theme footer .container .right .languages span { - color: #377300; + color: #356f00; } .bilberry-hugo-theme header .logo img { diff --git a/config/_default/params.toml b/config/_default/params.toml index d3321ca..74dfc29 100644 --- a/config/_default/params.toml +++ b/config/_default/params.toml @@ -121,7 +121,7 @@ giscus = true giscusJsUrl = "https://giscus.app/client.js" giscusRepository = "maoudia/discussions.maoudia.com" giscusRepositoryId = "R_kgDOGX153A" -giscusMapping = "pathname" +giscusMapping = "og:title" giscusCategory = "General" giscusCategoryId = "DIC_kwDOGX153M4B_2Vz" giscusTheme = "light" diff --git a/content/blog/bulk-update-with-spring-data-mongodb-reactive/featuredImage.png b/content/blog/bulk-update-with-spring-data-mongodb-reactive/featured-image-en.png similarity index 100% rename from content/blog/bulk-update-with-spring-data-mongodb-reactive/featuredImage.png rename to content/blog/bulk-update-with-spring-data-mongodb-reactive/featured-image-en.png diff --git a/content/blog/bulk-update-with-spring-data-mongodb-reactive/featuredImage-fr.png b/content/blog/bulk-update-with-spring-data-mongodb-reactive/featured-image-fr.png similarity index 100% rename from content/blog/bulk-update-with-spring-data-mongodb-reactive/featuredImage-fr.png rename to content/blog/bulk-update-with-spring-data-mongodb-reactive/featured-image-fr.png diff --git a/content/blog/bulk-update-with-spring-data-mongodb-reactive/index.adoc b/content/blog/bulk-update-with-spring-data-mongodb-reactive/index.adoc index 760cae4..f2fad03 100644 --- a/content/blog/bulk-update-with-spring-data-mongodb-reactive/index.adoc +++ b/content/blog/bulk-update-with-spring-data-mongodb-reactive/index.adoc @@ -6,18 +6,19 @@ author = "Moncef AOUDIA" showAuthor = false showReadingTime = true readingtime = 10 -tags = ["EIP", "Java", "Reactor", "MongoDB", "Spring Boot", "Spring Data", "Spring WebFlux", "Docker Compose", "TestContainers"] +tags = ["EIP", "Java", "Reactor", "MongoDB", "Spring Boot", "Spring Data", "Spring WebFlux", "Docker Compose", "TestContainers", "VisualVM"] series = ["MongoDB Reactive CLI"] categories = ["Tutorial", "Reactive Programming"] slug = "bulk-update-with-spring-data-mongodb-reactive" type = "article" +featuredImage = "/blog/bulk-update-with-spring-data-mongodb-reactive/featured-image-en.png" [twitter] card = "summary_large_image" site = "@AoudiaMoncef" creator = "@AoudiaMoncef" title = "Bulk Update With Spring Data MongoDB Reactive" description = "We will implement a solution to enrich and update efficiently a large amount of data using Spring Data MongoDB Reactive." - image = "https://www.maoudia.com/blog/bulk-update-with-spring-data-mongodb-reactive/featuredImage.png" + image = "https://www.maoudia.com/blog/bulk-update-with-spring-data-mongodb-reactive/featured-image-en.png" +++ :toc: macro diff --git a/content/blog/bulk-update-with-spring-data-mongodb-reactive/index.fr.adoc b/content/blog/bulk-update-with-spring-data-mongodb-reactive/index.fr.adoc index a6c0612..ffc68fc 100644 --- a/content/blog/bulk-update-with-spring-data-mongodb-reactive/index.fr.adoc +++ b/content/blog/bulk-update-with-spring-data-mongodb-reactive/index.fr.adoc @@ -6,19 +6,19 @@ author = "Moncef AOUDIA" showAuthor = false showReadingTime = true readingtime = 10 -tags = ["EIP", "Java", "Reactor", "MongoDB", "Spring Boot", "Spring Data", "Spring WebFlux", "Docker Compose", "TestContainers"] +tags = ["EIP", "Java", "Reactor", "MongoDB", "Spring Boot", "Spring Data", "Spring WebFlux", "Docker Compose", "TestContainers" , "VisualVM"] series = ["MongoDB Reactive CLI"] categories = ["Tutorial", "Reactive Programming"] slug = "mise-a-jour-en-masse-avec-spring-data-mongodb-reactive" type = "article" -images = ["featuredImage-fr.jpg"] +featuredImage = "/fr/blog/mise-a-jour-en-masse-avec-spring-data-mongodb-reactive/featured-image-fr.png" [twitter] card = "summary_large_image" site = "@AoudiaMoncef" creator = "@AoudiaMoncef" title = "Mise À Jour En Masse Avec Spring Data MongoDB Reactive" description = "On va implémenter une solution pour enrichir et mettre à jour efficacement un grand volume de données en utilisant Spring Data MongoDB Reactive." - image = "https://www.maoudia.com/fr/blog/mise-a-jour-en-masse-avec-spring-data-mongodb-reactive/featuredImage.png" + image = "https://www.maoudia.com/fr/blog/mise-a-jour-en-masse-avec-spring-data-mongodb-reactive/featured-image-fr.png" +++ :toc: macro diff --git a/i18n/fr.toml b/i18n/fr.toml index c64c1ec..4c1d54f 100644 --- a/i18n/fr.toml +++ b/i18n/fr.toml @@ -42,7 +42,7 @@ other = "Séries" other = "Publié le" [updated] -other = "Mise à jour le" +other = "Mis à jour le" [by] other = "Par"