new content
This commit is contained in:
@@ -2,8 +2,11 @@
|
||||
git pull
|
||||
hugo
|
||||
rm public.tar.gz
|
||||
|
||||
cd public
|
||||
tar -czvf ../public.tar.gz .
|
||||
cd ..
|
||||
|
||||
git add *
|
||||
git commit -m "new content"
|
||||
git push
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
######################## default configuration ####################
|
||||
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"
|
||||
# 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"
|
||||
@@ -177,7 +177,7 @@ link = "www.linkedin.com/company/104665455"
|
||||
################################### English language #####################################
|
||||
[Languages.en]
|
||||
languageName = "En"
|
||||
languageCode = "en-us"
|
||||
languageCode = "en"
|
||||
contentDir = "content/english"
|
||||
weight = 1
|
||||
# copyright
|
||||
|
||||
Binary file not shown.
@@ -1,7 +1,12 @@
|
||||
{{ define "main" }}
|
||||
|
||||
<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">
|
||||
|
||||
<h1 class="h5">Odoo Community Hosting Tips, Tutorials & Best Practices </h1>
|
||||
|
||||
|
||||
{{ with site.GetPage "/about" }}
|
||||
{{ if .Params.image }}
|
||||
<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>
|
||||
|
||||
{{ end }}
|
||||
{{ end }}
|
||||
|
||||
Reference in New Issue
Block a user