new content
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
---
|
---
|
||||||
title: "About Me"
|
title: "About Me"
|
||||||
date: 2020-09-24T11:07:10+06:00
|
date: 2020-09-24T11:07:10+06:00
|
||||||
description: "this is meta description"
|
description: "Oliver Arnold | Who am I?"
|
||||||
draft: false
|
draft: false
|
||||||
layout: "about"
|
layout: "about"
|
||||||
|
|
||||||
@@ -10,20 +10,8 @@ email: "blog@ODOO4projects.com"
|
|||||||
image: "images/author.webp"
|
image: "images/author.webp"
|
||||||
summary: "Founder of ODOO4projects. ODOO hosting like it should be."
|
summary: "Founder of ODOO4projects. ODOO hosting like it should be."
|
||||||
|
|
||||||
partners:
|
|
||||||
enable: true
|
|
||||||
title : "My Contents also published <br> 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.
|
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.
|
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.
|
||||||
|
|||||||
@@ -171,7 +171,12 @@ sidebar = ["about-me", "recent-post", "categories", "tags"]
|
|||||||
[[params.social]]
|
[[params.social]]
|
||||||
title = "Linkedin"
|
title = "Linkedin"
|
||||||
icon = "fab fa-linkedin" # Fhemify icon : https://themify.me/themify-icons
|
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 #####################################
|
################################### English language #####################################
|
||||||
|
|||||||
Binary file not shown.
@@ -6,7 +6,6 @@
|
|||||||
|
|
||||||
<h1 class="h5">Odoo Community Hosting Tips, Tutorials & Best Practices </h1>
|
<h1 class="h5">Odoo Community Hosting Tips, Tutorials & Best Practices </h1>
|
||||||
|
|
||||||
|
|
||||||
{{ with site.GetPage "/about" }}
|
{{ with site.GetPage "/about" }}
|
||||||
{{ if .Params.image }}
|
{{ if .Params.image }}
|
||||||
<img class="mb-4 rounded-circle w-100" style="max-width:280px" src="{{ .Params.image | absURL }}" alt="Author">
|
<img class="mb-4 rounded-circle w-100" style="max-width:280px" src="{{ .Params.image | absURL }}" alt="Author">
|
||||||
@@ -17,6 +16,14 @@
|
|||||||
<h2 class="h3 text-primary font-primary mb-3">{{ .Params.name }}</h2>
|
<h2 class="h3 text-primary font-primary mb-3">{{ .Params.name }}</h2>
|
||||||
<div class="mb-0 mx-auto" style="max-width:460px">{{ .Params.summary }} <a href="{{ .Permalink }}" aria-label="About me" class="text-underline d-inline-block">{{ i18n `read_more` }}</a></div>
|
<div class="mb-0 mx-auto" style="max-width:460px">{{ .Params.summary }} <a href="{{ .Permalink }}" aria-label="About me" class="text-underline d-inline-block">{{ i18n `read_more` }}</a></div>
|
||||||
{{ end }}
|
{{ end }}
|
||||||
|
<ul class="social-links is-circled list-unstyled list-inline font-weight-500">
|
||||||
|
{{ range .Site.Params.social }}
|
||||||
|
<li class="list-inline-item"><a href="{{.link}}" title="{{.title}}">
|
||||||
|
<i class="icon {{.icon}}"></i> {{.title}}
|
||||||
|
</a></li>
|
||||||
|
{{ end }}
|
||||||
|
</ul>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="col-lg-8 col-xl-9">
|
<div class="col-lg-8 col-xl-9">
|
||||||
|
|||||||
@@ -12,4 +12,6 @@
|
|||||||
<div class="mb-0 mx-auto" style="max-width:460px">{{ .Summary }} <a href="{{ .Permalink }}" aria-label="About me" class="text-underline d-inline-block">{{ i18n `read_more` }}</a></div>
|
<div class="mb-0 mx-auto" style="max-width:460px">{{ .Summary }} <a href="{{ .Permalink }}" aria-label="About me" class="text-underline d-inline-block">{{ i18n `read_more` }}</a></div>
|
||||||
|
|
||||||
{{ end }}
|
{{ end }}
|
||||||
</div>
|
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user