update
This commit is contained in:
@@ -1,5 +1,9 @@
|
|||||||
#/bin/bash
|
#/bin/bash
|
||||||
|
hugo
|
||||||
rm public.tar.gz
|
rm public.tar.gz
|
||||||
cd public
|
cd public
|
||||||
tar -czvf ../public.tar.gz .
|
tar -czvf ../public.tar.gz .
|
||||||
|
git pull
|
||||||
|
git add *
|
||||||
|
git commit -m "new content"
|
||||||
|
git push
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
######################## default configuration ####################
|
######################## default configuration ####################
|
||||||
baseURL = "https://ODOO4projects.com/"
|
baseURL = "https://blog.ODOO4projects.com/"
|
||||||
title = "ODOO Community Hosting Blog - Your source for ODOO Communtiy Tips & Tricks"
|
title = "ODOO Community Hosting Blog - Your source for ODOO Communtiy Tips & Tricks"
|
||||||
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
|
||||||
|
|||||||
Binary file not shown.
Reference in New Issue
Block a user