Skip to content

Commit

Permalink
đź“ť chore: Update README.md and remove staging workflow.
Browse files Browse the repository at this point in the history
  • Loading branch information
kareemlukitomo committed Aug 2, 2024
1 parent 3925e03 commit 3d98a04
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 88 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/production.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
deploy:
name: Build and copy to production server
runs-on: ubuntu-latest
if: github.repository_owner == 'ditatompel'
if: github.repository_owner == 'kareemlukitomo'
environment: production
permissions:
contents: read
Expand Down
64 changes: 0 additions & 64 deletions .github/workflows/staging.yaml

This file was deleted.

25 changes: 2 additions & 23 deletions README.md
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
Expand Down

0 comments on commit 3d98a04

Please sign in to comment.