diff --git a/ODOO4projects/content/english/about.md b/ODOO4projects/content/english/about.md index 16831f0..3fec55b 100644 --- a/ODOO4projects/content/english/about.md +++ b/ODOO4projects/content/english/about.md @@ -1,7 +1,7 @@ --- title: "About Me" date: 2020-09-24T11:07:10+06:00 -description: "this is meta description" +description: "Oliver Arnold | Who am I?" draft: false layout: "about" @@ -10,20 +10,8 @@ email: "blog@ODOO4projects.com" image: "images/author.webp" summary: "Founder of ODOO4projects. ODOO hosting like it should be." -partners: - enable: true - title : "My Contents also published
on these websites" - partner_logos: - - "images/partners/logo-1.png" - - "images/partners/logo-2.png" - - "images/partners/logo-3.png" - - "images/partners/logo-4.png" - - "images/partners/logo-5.png" - - "images/partners/logo-6.png" - - "images/partners/logo-7.png" - - "images/partners/logo-8.png" - - "images/partners/logo-9.png" --- + I’m a firm believer that launching and growing a business requires the right tools from day one. That’s why I advocate for ERP systems like ODOO, which provide a substantial foundation for managing operations efficiently. I’m passionate about open source software because it offers freedom, flexibility, and community-driven innovation. For startups, every dollar counts. Choosing solutions that deliver the biggest bang for the buck is critical to extending limited budgets and maximizing value. My approach combines smart technology choices with a practical mindset to help new ventures succeed without overspending. Open, scalable, and lean — that’s the way forward. diff --git a/ODOO4projects/hugo.toml b/ODOO4projects/hugo.toml index 8d8a2e0..a7b287a 100644 --- a/ODOO4projects/hugo.toml +++ b/ODOO4projects/hugo.toml @@ -171,7 +171,12 @@ sidebar = ["about-me", "recent-post", "categories", "tags"] [[params.social]] title = "Linkedin" icon = "fab fa-linkedin" # Fhemify icon : https://themify.me/themify-icons -link = "www.linkedin.com/company/104665455" +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 ##################################### diff --git a/ODOO4projects/public.tar.gz b/ODOO4projects/public.tar.gz index be7935b..e1d2a74 100644 Binary files a/ODOO4projects/public.tar.gz and b/ODOO4projects/public.tar.gz differ diff --git a/ODOO4projects/themes/editor-hugo/layouts/index.html b/ODOO4projects/themes/editor-hugo/layouts/index.html index 78f3c69..aa4c381 100644 --- a/ODOO4projects/themes/editor-hugo/layouts/index.html +++ b/ODOO4projects/themes/editor-hugo/layouts/index.html @@ -6,7 +6,6 @@

Odoo Community Hosting Tips, Tutorials & Best Practices

- {{ with site.GetPage "/about" }} {{ if .Params.image }} Author @@ -17,6 +16,14 @@

{{ .Params.name }}

{{ .Params.summary }} {{ i18n `read_more` }}
{{ end }} + +
diff --git a/ODOO4projects/themes/editor-hugo/layouts/partials/widgets/about-me.html b/ODOO4projects/themes/editor-hugo/layouts/partials/widgets/about-me.html index 0d95fbc..9cc7092 100644 --- a/ODOO4projects/themes/editor-hugo/layouts/partials/widgets/about-me.html +++ b/ODOO4projects/themes/editor-hugo/layouts/partials/widgets/about-me.html @@ -12,4 +12,6 @@
{{ .Summary }} {{ i18n `read_more` }}
{{ end }} -
\ No newline at end of file + + +