From 9f924138342b69b27a322b9e1077c57aeae91a2a Mon Sep 17 00:00:00 2001 From: ditatompel Date: Fri, 26 May 2023 01:22:25 +0700 Subject: [PATCH] moving to `insights` subdomain rather than using old `rtd` subdomain --- README.md | 13 +++++++------ go.mod | 2 +- 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 40a0acf..933cbf4 100644 --- a/README.md +++ b/README.md @@ -1,18 +1,19 @@ -# rtd.ditatompel.com Site +# insights.ditatompel.com Site + +This is replacement of rtd.ditatompel.com (previously using Ghost) and based from starter theme template of [HB Framework](https://hbstack.dev/). live demo: https://theme.hbstack.dev/. -Based from starter theme template of [HB Framework](https://hbstack.dev/). live demo: https://theme.hbstack.dev/. I install this by just following [https://hbstack.dev/en/docs/getting-started/installation/](https://hbstack.dev/en/docs/getting-started/installation/) process. ```bash # Clone the repository -git clone --depth 1 https://github.com/hbstack/theme rtd-ditatompel-com +git clone --depth 1 https://github.com/hbstack/theme insights-ditatompel-com cd rtd-ditatompel-com -# change the module path located in go.mod, replace the module github.com/hbstack/theme with this repo : github.com/ditatompel/rtd-ditatompel-com. -sed -i -e 's/module\ github.com\/hbstack\/theme/module\ github.com\/ditatompel\/rtd-ditatompel-com/' go.mod +# change the module path located in go.mod, replace the module github.com/hbstack/theme with this repo : github.com/ditatompel/insights-ditatompel-com. +sed -i -e 's/module\ github.com\/hbstack\/theme/module\ github.com\/ditatompel\/insights-ditatompel-com/' go.mod # push to remote repo git add . git commit --amend -git remote set-url origin git@github.com:ditatompel/rtd-ditatompel-com.git +git remote set-url origin git@github.com:ditatompel/insights-ditatompel-com.git git push origin main # install build tools npm ci diff --git a/go.mod b/go.mod index 6dc62c6..bad74da 100644 --- a/go.mod +++ b/go.mod @@ -1,4 +1,4 @@ -module github.com/ditatompel/rtd-ditatompel-com +module github.com/ditatompel/insights-ditatompel-com go 1.19