init
This commit is contained in:
276
hugo.toml
Normal file
276
hugo.toml
Normal file
@@ -0,0 +1,276 @@
|
||||
######################## default configuration ####################
|
||||
baseURL = "https://blog.ODOO4projects.com/"
|
||||
title = "Founder of ODOO4projects. ODOO hosting like it should be. "
|
||||
theme = "editor-hugo"
|
||||
# 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"
|
||||
# post pagination
|
||||
pagination.pagerSize = 6 # see https://gohugo.io/extras/pagination/
|
||||
# post excerpt
|
||||
summaryLength = 10 # see https://gohugo.io/content-management/excerpts/
|
||||
disableLanguages = ["fr"
|
||||
] # example: ["fr"] for disable french language. see https://gohugo.io/content-management/multilingual/
|
||||
hasCJKLanguage = false # If hasCJKLanguage true, auto-detect Chinese/Japanese/Korean Languages in the content. see: https://gohugo.io/getting-started/configuration/#hascjklanguage
|
||||
|
||||
|
||||
########################### Services #############################
|
||||
[services]
|
||||
[services.googleAnalytics]
|
||||
ID = 'G-MEASUREMENT_ID' # see https://gohugo.io/templates/internal/#configure-google-analytics
|
||||
|
||||
[services.disqus]
|
||||
shortname = '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/
|
||||
|
||||
|
||||
############################# Build ##############################
|
||||
[build]
|
||||
noJSConfigInAssets = false
|
||||
useResourceCacheWhen = 'fallback'
|
||||
[build.buildStats]
|
||||
enable = true
|
||||
[[build.cachebusters]]
|
||||
source = 'assets/.*\.(js|ts|jsx|tsx)'
|
||||
target = '(js|scripts|javascript)'
|
||||
[[build.cachebusters]]
|
||||
source = 'assets/.*\.(css|sass|scss)$'
|
||||
target = '(css|styles|scss|sass)'
|
||||
[[build.cachebusters]]
|
||||
source = 'assets/.*\.(.*)$'
|
||||
target = '$1'
|
||||
|
||||
|
||||
############################# Outputs ##############################
|
||||
[outputs]
|
||||
home = ["HTML", "RSS", "JSON"]
|
||||
|
||||
############################# Imaging ##############################
|
||||
[imaging]
|
||||
# See https://github.com/disintegration/imaging
|
||||
# Default JPEG or WebP quality setting. Default is 75.
|
||||
quality = 90
|
||||
resampleFilter = "lanczos"
|
||||
|
||||
############################# Caches ###############################
|
||||
[caches]
|
||||
[caches.images]
|
||||
dir = ":resourceDir/_gen"
|
||||
maxAge = "720h"
|
||||
|
||||
[caches.assets]
|
||||
dir = ":resourceDir/_gen"
|
||||
maxAge = "720h"
|
||||
|
||||
|
||||
############################# Markup ###############################
|
||||
[markup]
|
||||
[markup.goldmark.renderer]
|
||||
unsafe = true
|
||||
|
||||
############################# Plugins ##############################
|
||||
|
||||
# CSS Plugins
|
||||
[[params.plugins.css]]
|
||||
link = "plugins/bootstrap/bootstrap.min.css"
|
||||
[[params.plugins.css]]
|
||||
link = "plugins/slick/slick.css"
|
||||
|
||||
# JS Plugins
|
||||
[[params.plugins.js]]
|
||||
link = "plugins/jquery/jquery.min.js"
|
||||
[[params.plugins.js]]
|
||||
link = "plugins/bootstrap/bootstrap.min.js"
|
||||
[[params.plugins.js]]
|
||||
link = "https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.2/js/all.min.js"
|
||||
attributes = "crossorigin='anonymous' defer='defer' data-search-pseudo-elements"
|
||||
[[params.plugins.js]]
|
||||
link = "plugins/slick/slick.min.js"
|
||||
[[params.plugins.js]]
|
||||
link = "plugins/search/fuse.min.js"
|
||||
[[params.plugins.js]]
|
||||
link = "plugins/search/mark.js"
|
||||
[[params.plugins.js]]
|
||||
link = "plugins/search/search.js"
|
||||
|
||||
#################### default parameters ################################
|
||||
[params]
|
||||
favicon = "images/4.svg"
|
||||
logo_text = "ODOO4projects"
|
||||
logo = "images/logo.svg"
|
||||
logo_height = "30px"
|
||||
logo_rotate = true
|
||||
# Meta data
|
||||
description = "ODOO4projetcs - We hook you up with brilliant ODOO Communtiy and Enterprise hosting"
|
||||
author = "Oliver Arnold"
|
||||
# contact info
|
||||
address = ""
|
||||
mobile = ""
|
||||
email = "blog@odoo4projects.com"
|
||||
# contact form action
|
||||
contact_form_action = "#" # contact form works with https://formspree.io
|
||||
# Search
|
||||
search = true
|
||||
# Main section
|
||||
mainSections = ["blogs"]
|
||||
# custom script on header
|
||||
custom_script= ""
|
||||
|
||||
# site variables
|
||||
[params.variables]
|
||||
# color variables
|
||||
primary_color = "#c98664"
|
||||
secondary_color = "#c98665"
|
||||
white = "#ffffff"
|
||||
black = "#000000"
|
||||
dark = "#2B2C2E"
|
||||
gray = "#66676d"
|
||||
light = "#a8aab2"
|
||||
|
||||
# font-size variables
|
||||
h1 = "68px"
|
||||
h1_lg = "52px"
|
||||
h1_md = "40px"
|
||||
h2 = "42px"
|
||||
h2_md = "36px"
|
||||
h3 = "32px"
|
||||
h3_md = "28px"
|
||||
h4 = "24px"
|
||||
h5 = "18px"
|
||||
h6 = "16px"
|
||||
|
||||
# font variable
|
||||
# Give your font name from google font. add font weight using ":wght@" and separate by ";"
|
||||
# example: "Work Sans:wght@400;600;700"
|
||||
primary_font = "Fira+Sans:ital,wght@500;600"
|
||||
secondary_font = "Fira+Sans:ital,wght@400;500;600"
|
||||
icon_font = "Font Awesome 5 Free"
|
||||
|
||||
# Preloader
|
||||
[params.preloader]
|
||||
enable = false
|
||||
preloader = "" # use jpg, png, svg or gif format.
|
||||
|
||||
# Subscription
|
||||
[params.subscription]
|
||||
enable = false
|
||||
# mailchimp subsciption
|
||||
mailchimp_form_action = "https://gmail.us4.list-manage.com/subscribe/post?u=463ee871f45d2d93748e77cad&id=a0a2c6d074" # replace this url with yours
|
||||
mailchimp_form_name = "b_463ee871f45d2d93748e77cad_a0a2c6d074" # replace this code with yours
|
||||
|
||||
# cookies
|
||||
[params.cookies]
|
||||
enable = false
|
||||
expire_days = 2
|
||||
|
||||
|
||||
######################## sidebar widgets #########################
|
||||
[params.widgets]
|
||||
sidebar = ["about-me", "recent-post", "categories", "tags"]
|
||||
# available widget : search,about-me,authors,categories,tags,recent-post,social,promotion,subscription
|
||||
|
||||
############################# social site ########################
|
||||
[[params.social]]
|
||||
title = "Linkedin"
|
||||
icon = "fab fa-linkedin" # Fhemify icon : https://themify.me/themify-icons
|
||||
link = "https://www.linkedin.com/company/104665455"
|
||||
|
||||
[[params.social]]
|
||||
title = "Website"
|
||||
icon = "fas fa-globe" # Or any other icon you prefer
|
||||
link = "https://ODOO4projects.com"
|
||||
|
||||
|
||||
################################### English language #####################################
|
||||
[Languages.en]
|
||||
languageName = "En"
|
||||
languageCode = "en"
|
||||
contentDir = "content/english"
|
||||
weight = 1
|
||||
# copyright
|
||||
copyright = "Copyright ©2025 Oliver Arnold"
|
||||
|
||||
|
||||
############# English navigation ##############
|
||||
# main menu
|
||||
[[Languages.en.menu.main]]
|
||||
name = "Home"
|
||||
url = "/"
|
||||
weight = 1
|
||||
|
||||
[[Languages.en.menu.main]]
|
||||
name = "ODOO4projects Hosting"
|
||||
url = "https://ODOO4projects.com"
|
||||
weight = 2
|
||||
|
||||
[[Languages.en.menu.main]]
|
||||
name = "Contact"
|
||||
url = "contact/"
|
||||
weight = 5
|
||||
|
||||
|
||||
|
||||
################################### French language #####################################
|
||||
[Languages.fr]
|
||||
languageName = "Fr"
|
||||
languageCode = "fr-fr"
|
||||
contentDir = "content/french"
|
||||
weight = 2
|
||||
# copyright
|
||||
copyright = "Droits d'auteur ©2021 <br> Conçu et Développé par [Gethugothemes](https://gethugothemes.com/)"
|
||||
|
||||
|
||||
############# French navigation ##############
|
||||
# main menu
|
||||
[[Languages.fr.menu.main]]
|
||||
name = "Maison"
|
||||
url = ""
|
||||
weight = 1
|
||||
|
||||
[[Languages.fr.menu.main]]
|
||||
name = "Quelque"
|
||||
url = "about/"
|
||||
weight = 2
|
||||
|
||||
[[Languages.fr.menu.main]]
|
||||
name = "Les Blogs"
|
||||
url = "blogs/"
|
||||
weight = 3
|
||||
|
||||
[[Languages.fr.menu.main]]
|
||||
weight = 4
|
||||
name = "Pages"
|
||||
hasChildren = true
|
||||
|
||||
[[Languages.fr.menu.main]]
|
||||
parent = "Pages"
|
||||
weight = 1
|
||||
url = "tags/artwork/"
|
||||
name = "Mots clés"
|
||||
|
||||
[[Languages.fr.menu.main]]
|
||||
parent = "Pages"
|
||||
weight = 2
|
||||
url = "categories/lifestyle/"
|
||||
name = "Catégorie"
|
||||
|
||||
[[Languages.fr.menu.main]]
|
||||
parent = "Pages"
|
||||
weight = 3
|
||||
url = "elements/"
|
||||
name = "Éléments"
|
||||
|
||||
[[Languages.fr.menu.main]]
|
||||
parent = "Pages"
|
||||
weight = 4
|
||||
url = "terms/"
|
||||
name = "Termes et Conditions"
|
||||
|
||||
[[Languages.fr.menu.main]]
|
||||
parent = "Pages"
|
||||
weight = 5
|
||||
url = "privacy/"
|
||||
name = "Vie privée"
|
||||
|
||||
[[Languages.fr.menu.main]]
|
||||
name = "Contacter"
|
||||
url = "contact/"
|
||||
weight = 5
|
||||
Reference in New Issue
Block a user