forked from ditatompel/insights
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
đź“ť chore: Update README.md and remove staging workflow.
- Loading branch information
1 parent
3925e03
commit 3d98a04
Showing
3 changed files
with
3 additions
and
88 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,27 +1,6 @@ | ||
# insights.ditatompel.com Site | ||
# kareem.lukitomo.com Site | ||
|
||
This is replacement for `rtd.ditatompel.com` (previously using **Ghost**) and 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 insights | ||
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/insights. | ||
sed -i -e 's/module\ github.com\/hbstack\/theme/module\ github.com\/ditatompel\/insights/' go.mod | ||
# push to remote repo | ||
git add . | ||
git commit --amend | ||
git remote set-url origin [email protected]:ditatompel/insights.git | ||
git push origin main | ||
# install build tools | ||
npm ci | ||
# start hugo server | ||
npm run dev | ||
# or | ||
npm run prod | ||
``` | ||
This is a static-site generator for Kareem's personal blog at https://kareem.lukitomo.com, forked from https://github.com/ditatompel/insights. Thank you for the open-source repository đź–¤ | ||
|
||
## Original upstream section | ||
### Documentations | ||
|