Skip to content

Commit

Permalink
fix: featured image names
Browse files Browse the repository at this point in the history
  • Loading branch information
aoudiamoncef committed Jun 22, 2022
1 parent 9108106 commit 056eda2
Show file tree
Hide file tree
Showing 9 changed files with 20 additions and 18 deletions.
3 changes: 2 additions & 1 deletion archetypes/article.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
6 changes: 3 additions & 3 deletions assets/css/2-monokai-sublime.css
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@
color: #f6aa11;
}
.highlight .go {
color: #888888;
color: #FFFFFF;
}
.highlight .gp {
color: #555555;
color: #FFFFFF;
}
.highlight .gs {
font-weight: bold;
Expand Down Expand Up @@ -172,7 +172,7 @@
color: #ff6099;
}
.highlight .nt {
color: #ff6099;
color: #FFFFFF;
}
.highlight .k, .highlight .kv {
color: #ff6099;
Expand Down
14 changes: 7 additions & 7 deletions assets/css/4-aoudiamoncef.css
Original file line number Diff line number Diff line change
Expand Up @@ -42,15 +42,15 @@ h1, h2, h3, h4, h5, h6 {
}

.bilberry-hugo-theme a {
color: #3f8500;
color: #356f00;
}

.bilberry-hugo-theme a:hover {
color: #5abf00;
}

.bilberry-hugo-theme article .content a.more {
color: #3f8500;
color: #356f00;
}

.bilberry-hugo-theme a:hover {
Expand Down Expand Up @@ -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 {
Expand All @@ -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 {
Expand Down
2 changes: 1 addition & 1 deletion config/_default/params.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion i18n/fr.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ other = "Séries"
other = "Publié le"

[updated]
other = "Mise à jour le"
other = "Mis à jour le"

[by]
other = "Par"
Expand Down

0 comments on commit 056eda2

Please sign in to comment.