This commit is contained in:
Oliver
2025-05-03 15:19:37 -03:00
parent 40cca28357
commit 2b1bfc60e7
3 changed files with 6 additions and 2 deletions

View File

@@ -1,5 +1,9 @@
#/bin/bash
hugo
rm public.tar.gz
cd public
tar -czvf ../public.tar.gz .
git pull
git add *
git commit -m "new content"
git push

View File

@@ -1,5 +1,5 @@
######################## default configuration ####################
baseURL = "https://ODOO4projects.com/"
baseURL = "https://blog.ODOO4projects.com/"
title = "ODOO Community Hosting Blog - Your source for ODOO Communtiy Tips & Tricks"
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

Binary file not shown.