Skip to content

Commit

Permalink
feat: add bulk-update-with-spring-data-mongodb-reactive
Browse files Browse the repository at this point in the history
  • Loading branch information
aoudiamoncef committed Jun 20, 2022
1 parent 96e79ca commit 8322dff
Show file tree
Hide file tree
Showing 34 changed files with 1,524 additions and 114 deletions.
2 changes: 1 addition & 1 deletion README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ This repo contains the source code of the https://www.maoudia.com[maoudia.com] w
built using https://gohugo.io/[Hugo] + https://github.com/Lednerb/bilberry-hugo-theme[Billeberry] theme and hosted on https://maoudia.pages.dev/[CloudFlare Pages] + https://pages.github.com/[GitHub Pages].

== Requirements
1. https://gohugo.io/getting-started/installing/[Hugo] (0.98.x)
1. https://gohugo.io/getting-started/installing/[Hugo] (0.100.x)
2. https://www.ruby-lang.org/en/documentation/installation/[Ruby] (2.7.x)
3. https://nodejs.org/[NodeJS] (16.15.x)
4. https://asciidoctor.org/[Asciidoctor] with required https://asciidoctor.org/docs/extensions/[extensions]:
Expand Down
7 changes: 4 additions & 3 deletions archetypes/article.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,12 @@ lastmod = 2021-05-19T08:30:00+01:00
showPublishDate = true
showLastModificationDate = true
showReadingTime = true
readingtime = 10
showAuthor = true
images = ["featuredImage.jpg"]
categories = ["Tutorial", "Tip"]
tags = ["Java", "Kotlin", "Android", "Hugo", "SpringBoot", "GraphQL", "Programming", "Quarkus"]
project_url = "https://github.com/gohugoio/hugo"
project_url = "https=//github.com/gohugoio/hugo"
author = "Moncef AOUDIA"
series = []
audio = []
Expand All @@ -19,8 +21,7 @@ resizeImages = false
excludeFromIndex = false
draft = true
slug = "/"
exclude = false
exclude : false
+++


<!--more-->
75 changes: 67 additions & 8 deletions assets/css/4-aoudiamoncef.css
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,18 @@ h1, h2, h3, h4, h5, h6 {
}

.bilberry-hugo-theme article .content {
padding: 0em;
padding: 0;
margin: 1.5em;
}

.bilberry-hugo-theme article .content h2 {
font-size: 1.8em;
}

.bilberry-hugo-theme article .content h3 {
font-size: 1.4em;
}

.bilberry-hugo-theme header {
background-color: #000a12;
}
Expand Down Expand Up @@ -172,19 +180,19 @@ h1, h2, h3, h4, h5, h6 {
}

.bilberry-hugo-theme footer .container ul a {
color: #2b5c00;
color: #377300;
}

.bilberry-hugo-theme footer .container .right .languages a {
color: #2b5c00;
color: #377300;
}

.bilberry-hugo-theme .credits .container .author {
color: #2b5c00;
color: #377300;
}

.bilberry-hugo-theme .credits .container a {
color: #2b5c00;
color: #377300;
}

.bilberry-hugo-theme footer .container a:hover {
Expand All @@ -207,13 +215,13 @@ h1, h2, h3, h4, h5, h6 {
}

.bilberry-hugo-theme footer .container .right .languages span {
color: #2b5c00;
color: #377300;
}

.bilberry-hugo-theme header .logo img {
max-width: 100%;
border-radius: 50%;
height: auto;
height: inherit;
}

.bilberry-hugo-theme pre code {
Expand All @@ -235,13 +243,38 @@ h1, h2, h3, h4, h5, h6 {
height: auto;
}

.bilberry-hugo-theme article .content .meta {
color: #737373;
}

.bilberry-hugo-theme article .content img {
width: 100%;
height: auto;
display: block;
margin: 0 auto;
}

.bilberry-hugo-theme article .content.schema img {
width: 60%;
}

@media (max-width: 1200px) {
.bilberry-hugo-theme article .content.schema img {
width: 70%;
}
}

@media (max-width: 1024px) {
.bilberry-hugo-theme article .content.schema img {
width: 80%;
}
}
@media (max-width: 768px) {
.bilberry-hugo-theme article .content.schema img {
width: 100%;
}
}

.badge .image {
display: inline-table;
}
Expand Down Expand Up @@ -292,6 +325,32 @@ details.badge summary {
font-size: 0.95em;
}

.content .listingblock .content {
.bilberry-hugo-theme .content .listingblock .content {
margin: 0;
}

.bilberry-hugo-theme .container {
width: 1200px;
max-width: 100%;
}

.bilberry-hugo-theme ul {
padding-left: revert;
}

.bilberry-hugo-theme ol li {
list-style: decimal;
}

.bilberry-hugo-theme ol {
padding-left: revert;
margin-top: 0;
}

.bilberry-hugo-theme .ulist ul {
padding-left: inherit;
}

.bilberry-hugo-theme .toc ul li ul {
padding-left: inherit;
}
8 changes: 4 additions & 4 deletions config/_default/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,17 +31,17 @@ disableAliases = false

[markup]
[markup.tableOfContents]
endLevel = 5
ordered = false
endLevel = 4
ordered = true
startLevel = 2
[markup.asciidocExt]
backend = "html5"
extensions = ["asciidoctor-html5s"]
failureLevel = "fatal"
noHeaderOrFooter = true
preserveTOC = false
preserveTOC = true
safeMode = "unsafe"
sectionNumbers = false
sectionNumbers = true
trace = false
verbose = false
workingFolderCurrent = false
Expand Down
4 changes: 3 additions & 1 deletion config/_default/params.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ resizeImages = false
gravatarEMail = "[email protected]"
# avatarEmail = "[email protected]"
# set an path to the image file you want to use | overwrites gravatar
customImage = "/images/favicons/splash.webp"
customImage = "/images/logo.png"
# define the icon you want to use for the overlay for the customImage or gravatar.
overlayIcon = "fa-home"
# always display the top navigation (with pages and search) on non-mobile screens
Expand Down Expand Up @@ -65,6 +65,8 @@ showReadingTime = true
showPublishDate = true

showLastModificationDate = true

showAuthor = true
# Minimum word count to display the Table of Contents
tocMinWordCount = 400
# Footer configuration
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 8322dff

Please sign in to comment.