clean
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
######################## default configuration ####################
|
||||
baseURL = "https://demo.gethugothemes.com/editor/site/"
|
||||
title = "Editor - Personal Blog Hugo Theme"
|
||||
baseURL = "https://ODOO4projects.com/"
|
||||
title = "ODOO Community Hosting Blog - Your source for ODOO Communtiy Tips & Tricks"
|
||||
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"
|
||||
@@ -8,7 +8,7 @@ timeZone = "America/New_York"
|
||||
pagination.pagerSize = 6 # see https://gohugo.io/extras/pagination/
|
||||
# post excerpt
|
||||
summaryLength = 10 # see https://gohugo.io/content-management/excerpts/
|
||||
disableLanguages = [
|
||||
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
|
||||
|
||||
@@ -93,18 +93,18 @@ link = "plugins/search/search.js"
|
||||
|
||||
#################### default parameters ################################
|
||||
[params]
|
||||
favicon = "images/logo-sm.svg"
|
||||
logo_text = "Editor"
|
||||
favicon = "images/4.svg"
|
||||
logo_text = "ODOO4projects"
|
||||
logo = "images/logo.svg"
|
||||
logo_height = "26px"
|
||||
logo_height = "30px"
|
||||
logo_rotate = true
|
||||
# Meta data
|
||||
description = "This is meta description"
|
||||
author = "Themefisher"
|
||||
description = "ODOO4projetcs - We hook you up with brilliant ODOO Communtiy and Enterprise hosting"
|
||||
author = "Oliver Arnold"
|
||||
# contact info
|
||||
address = "9567 Turner Trace Apt. BC C3G8A4"
|
||||
mobile = "+211234565523"
|
||||
email = "hello@editor.com"
|
||||
address = ""
|
||||
mobile = ""
|
||||
email = "blog@odoo4projects.com"
|
||||
# contact form action
|
||||
contact_form_action = "#" # contact form works with https://formspree.io
|
||||
# Search
|
||||
@@ -140,8 +140,8 @@ 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 = "Lora:wght@500;600"
|
||||
secondary_font = "Work Sans:wght@400;500;600"
|
||||
primary_font = "Fira+Sans:ital,wght@500;600"
|
||||
secondary_font = "Fira+Sans:ital,wght@400;500;600"
|
||||
icon_font = "Font Awesome 5 Free"
|
||||
|
||||
# Preloader
|
||||
@@ -151,7 +151,7 @@ preloader = "" # use jpg, png, svg or gif format.
|
||||
|
||||
# Subscription
|
||||
[params.subscription]
|
||||
enable = true
|
||||
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
|
||||
@@ -169,24 +169,9 @@ sidebar = ["about-me", "recent-post", "categories", "tags"]
|
||||
|
||||
############################# social site ########################
|
||||
[[params.social]]
|
||||
title = "Facebook"
|
||||
icon = "fab fa-facebook" # Fhemify icon : https://themify.me/themify-icons
|
||||
link = "https://facebook.com"
|
||||
|
||||
[[params.social]]
|
||||
title = "Twitter"
|
||||
icon = "fab fa-twitter" # Fhemify icon : https://themify.me/themify-icons
|
||||
link = "https://twitter.com"
|
||||
|
||||
[[params.social]]
|
||||
title = "Instagram"
|
||||
icon = "fab fa-instagram" # Fontawesome icon pack : https://fontawesome.com/icons/
|
||||
link = "https://instagram.com"
|
||||
|
||||
[[params.social]]
|
||||
title = "Github"
|
||||
icon = "fab fa-github" # Fontawesome icon pack : https://fontawesome.com/icons/
|
||||
link = "https://github.com"
|
||||
title = "Linkedin"
|
||||
icon = "fab fa-linkedin" # Fhemify icon : https://themify.me/themify-icons
|
||||
link = "www.linkedin.com/company/104665455"
|
||||
|
||||
|
||||
################################### English language #####################################
|
||||
@@ -196,61 +181,21 @@ languageCode = "en-us"
|
||||
contentDir = "content/english"
|
||||
weight = 1
|
||||
# copyright
|
||||
copyright = "Copyright ©2021 <br> Designed & Developed by [Gethugothemes](https://gethugothemes.com/)"
|
||||
copyright = "Copyright ©2025 Oliver Arnold"
|
||||
|
||||
|
||||
############# English navigation ##############
|
||||
# main menu
|
||||
[[Languages.en.menu.main]]
|
||||
name = "Home"
|
||||
url = ""
|
||||
url = "/"
|
||||
weight = 1
|
||||
|
||||
[[Languages.en.menu.main]]
|
||||
name = "About"
|
||||
url = "about/"
|
||||
name = "ODOO4projects Hosting"
|
||||
url = "https://ODOO4projects.com"
|
||||
weight = 2
|
||||
|
||||
[[Languages.en.menu.main]]
|
||||
name = "Blogs"
|
||||
url = "blogs/"
|
||||
weight = 3
|
||||
|
||||
[[Languages.en.menu.main]]
|
||||
weight = 4
|
||||
name = "Pages"
|
||||
hasChildren = true
|
||||
|
||||
[[Languages.en.menu.main]]
|
||||
parent = "Pages"
|
||||
weight = 1
|
||||
url = "tags/artwork/"
|
||||
name = "Tag"
|
||||
|
||||
[[Languages.en.menu.main]]
|
||||
parent = "Pages"
|
||||
weight = 2
|
||||
url = "categories/lifestyle/"
|
||||
name = "Category"
|
||||
|
||||
[[Languages.en.menu.main]]
|
||||
parent = "Pages"
|
||||
weight = 3
|
||||
url = "elements/"
|
||||
name = "Elements"
|
||||
|
||||
[[Languages.en.menu.main]]
|
||||
parent = "Pages"
|
||||
weight = 4
|
||||
url = "terms/"
|
||||
name = "Terms & Conditions"
|
||||
|
||||
[[Languages.en.menu.main]]
|
||||
parent = "Pages"
|
||||
weight = 5
|
||||
url = "privacy/"
|
||||
name = "Privacy"
|
||||
|
||||
[[Languages.en.menu.main]]
|
||||
name = "Contact"
|
||||
url = "contact/"
|
||||
@@ -323,4 +268,4 @@ hasChildren = true
|
||||
[[Languages.fr.menu.main]]
|
||||
name = "Contacter"
|
||||
url = "contact/"
|
||||
weight = 5
|
||||
weight = 5
|
||||
|
||||
Reference in New Issue
Block a user