new content

This commit is contained in:
Oliver
2025-05-03 16:10:24 -03:00
parent 2d3ac8f5a1
commit 661b829be3
4 changed files with 11 additions and 3 deletions

View File

@@ -2,8 +2,11 @@
git pull git pull
hugo hugo
rm public.tar.gz rm public.tar.gz
cd public cd public
tar -czvf ../public.tar.gz . tar -czvf ../public.tar.gz .
cd ..
git add * git add *
git commit -m "new content" git commit -m "new content"
git push git push

View File

@@ -1,6 +1,6 @@
######################## default configuration #################### ######################## default configuration ####################
baseURL = "https://blog.ODOO4projects.com/" baseURL = "https://blog.ODOO4projects.com/"
title = "ODOO Community Hosting Blog - Your source for ODOO Communtiy Tips & Tricks" title = "Founder of ODOO4projects. ODOO hosting like it should be. "
theme = "editor-hugo" 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 # 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 = "America/New_York"
@@ -177,7 +177,7 @@ link = "www.linkedin.com/company/104665455"
################################### English language ##################################### ################################### English language #####################################
[Languages.en] [Languages.en]
languageName = "En" languageName = "En"
languageCode = "en-us" languageCode = "en"
contentDir = "content/english" contentDir = "content/english"
weight = 1 weight = 1
# copyright # copyright

Binary file not shown.

View File

@@ -1,7 +1,12 @@
{{ define "main" }} {{ define "main" }}
<div class="col-lg-4 col-xl-3"> <div class="col-lg-4 col-xl-3">
<div class="author-banner bg-primary-light text-center d-flex flex-column align-items-center justify-content-center"> <div class="author-banner bg-primary-light text-center d-flex flex-column align-items-center justify-content-center">
<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 loading="lazy" class="mb-4 rounded-circle w-100" style="max-width:280px" src="{{ .Params.image | absURL }}" alt="Author"> <img loading="lazy" class="mb-4 rounded-circle w-100" style="max-width:280px" src="{{ .Params.image | absURL }}" alt="Author">
@@ -134,4 +139,4 @@
</div> </div>
</div> </div>
{{ end }} {{ end }}