https://github.com/pvzig/bytesized.co
Source for www.bytesized.co
https://github.com/pvzig/bytesized.co
Last synced: 9 months ago
JSON representation
Source for www.bytesized.co
- Host: GitHub
- URL: https://github.com/pvzig/bytesized.co
- Owner: pvzig
- License: mit
- Created: 2016-12-17T05:50:39.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2024-12-31T21:00:14.000Z (over 1 year ago)
- Last Synced: 2024-12-31T21:27:58.888Z (over 1 year ago)
- Language: CSS
- Homepage:
- Size: 17.8 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# bytesized.co
Source for [bytesized.co](https://www.bytesized.co).
bytesized.co is statically generated using [Publish](https://github.com/JohnSundell/Publish), a static site generator written in Swift.
## Testing Locally
```bash
public run
```
## Publishing to S3
### Manually:
```bash
swift run -c release bytesized
swift run -c release bytesized --deploy
```
### With Github Actions:
https://github.com/pvzig/bytesized.co/blob/master/.github/workflows/deploy.yml
Configure the following secrets in Github (/repo/settings/secrets)
- `AWS_S3_BUCKET`
- `AWS_ACCESS_KEY_ID`
- `AWS_SECRET_ACCESS_KEY`