Skip to content

Commit

Permalink
zip process
Browse files Browse the repository at this point in the history
  • Loading branch information
pizzapanther committed Sep 7, 2023
1 parent 159d485 commit 5adaaa7
Show file tree
Hide file tree
Showing 4 changed files with 1,644 additions and 111 deletions.
13 changes: 12 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Hugo CMS static site that is compiled for web, android, and iOS.

Hugo Theme: [Stack](https://github.com/CaiJimmy/hugo-theme-stack)

## Deployment
## Web Deployment

- Commit and Push to github

Expand All @@ -16,6 +16,17 @@ Hugo Theme: [Stack](https://github.com/CaiJimmy/hugo-theme-stack)
./build.sh ios
```

## App Zip Update

```
hugo -b /
python3 prepare_native_app.py
rm -rf public/pimg/
capgo bundle zip --bundle X.X.X
```

Upload zip to Github Release

## Embed Code

Channel ID `UCmo8zL1ZhvT4vYNzhSAuAEw`
Expand Down
1 change: 1 addition & 0 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,6 @@ rm static/web.*
parcel build
hugo -b /
python3 prepare_native_app.py
rm -rf public/pimg/
cap sync $1
cap open $1
Loading

0 comments on commit 5adaaa7

Please sign in to comment.