diff --git a/assets/scss/custom.scss b/assets/scss/custom.scss
old mode 100644
new mode 100755
index 39baf1e..4a741a6
--- a/assets/scss/custom.scss
+++ b/assets/scss/custom.scss
@@ -113,18 +113,35 @@ main > section {
}
section {
- // Change bulletlists rendering in flex bloc
+ // Centered text
+ &.big-text,
+ &.li-block {
+ h2, p {
+ width: fit-content;
+ margin-left: auto;
+ margin-right: auto;
+ }
+ }
+ &.big-text {
+ .container .row {
+ & > div {
+ &:last-child {
+ width: 80%;
+ margin-left: 10%;
+ }
+ }
+ }
+ p.text-xl {
+ //font-size: 1.4rem;
+ }
+ }
+ // Change bulletlists rendering in flex bloc }
&.li-block {
.container .row {
& > div {
&:last-child {
width: 100%;
}
- h2, p {
- width: fit-content;
- margin-left: auto;
- margin-right: auto;
- }
ul {
display: flex;
li {
@@ -162,12 +179,6 @@ section {
}
}
}
- // Only big centered text
- &.big-text {
- p.text-xl {
- //font-size: 1.4rem;
- }
- }
}
// Dark context (homepage header, hero, footer)
diff --git a/content/francais/_index.md b/content/francais/_index.md
index 4d21095..8108845 100755
--- a/content/francais/_index.md
+++ b/content/francais/_index.md
@@ -74,7 +74,7 @@ features:
class: li-block
image: /images/svg/curve-30.svg ##
title: #Mais aussi...
- content: #CHILL est un logiciel professionnel conçu selon les standards de développement actuels.
+ content: texte #CHILL est un logiciel professionnel conçu selon les standards de développement actuels.
bulletpoints:
-
Responsive et accessible depuis n’importe quel support informatique
(smartphone, ordinateur, tablette, etc.) afin de répondre aux enjeux de mobilité des travailleurs.
- Propose une solution clé en main
backend-frontend aux nombreuses possibilités de paramétrage, qui peut être adaptée et installée dans différentes infrastructures techniques.
@@ -86,7 +86,7 @@ features:
link: #
- #6
- class: dark big-text
+ class: dark
image: /images/service-3.png
title:
content: >
diff --git a/hugo.toml b/hugo.toml
index 2badd31..7fa723c 100755
--- a/hugo.toml
+++ b/hugo.toml
@@ -1,20 +1,29 @@
######################## default configuration ####################
+
# The base URL of your site (required). This will be prepended to all relative URLs.
baseURL = "/"
+
# Title of your website (required).
-title = "Hugoplate"
+title = "CHILL"
+
# Your theme name
theme = "hugoplate"
+
# Default time zone for time stamps; use any valid tz database name: https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List
-timeZone = "America/New_York"
+timeZone = "Europe/Brussels"
+
# post pagination
paginate = 2 # see https://gohugo.io/extras/pagination/
+
# post excerpt
summaryLength = 10 # see https://gohugo.io/content-management/excerpts/
+
# google analytics
googleAnalytics = "G-MEASUREMENT_ID" # see https://gohugo.io/templates/internal/#configure-google-analytics
+
# disqus short name
disqusShortname = "themefisher-template" # we use disqus to show comments in blog posts . To install disqus please follow this tutorial https://portfolio.peter-baumgartner.net/2017/09/10/how-to-install-disqus-on-hugo/
+
# disable language
disableLanguages = [
] # example: ["fr"] for disable french language. see https://gohugo.io/content-management/multilingual/