diff --git a/ODOO4projects/deploy b/ODOO4projects/deploy index 1ab1ddf..3d9f463 100755 --- a/ODOO4projects/deploy +++ b/ODOO4projects/deploy @@ -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 diff --git a/ODOO4projects/hugo.toml b/ODOO4projects/hugo.toml index 9502102..8d8a2e0 100644 --- a/ODOO4projects/hugo.toml +++ b/ODOO4projects/hugo.toml @@ -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 diff --git a/ODOO4projects/public.tar.gz b/ODOO4projects/public.tar.gz index c3b9999..93b34e7 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 c1cb496..1f65723 100644 --- a/ODOO4projects/themes/editor-hugo/layouts/index.html +++ b/ODOO4projects/themes/editor-hugo/layouts/index.html @@ -1,7 +1,12 @@ {{ define "main" }}
+
+ +

Odoo Community Hosting Tips, Tutorials & Best Practices

+ + {{ with site.GetPage "/about" }} {{ if .Params.image }} Author @@ -134,4 +139,4 @@
-{{ end }} \ No newline at end of file +{{ end }}