https://github.com/rsgalloway/rsg.io
Personal website
https://github.com/rsgalloway/rsg.io
serverless subfork website
Last synced: 2 months ago
JSON representation
Personal website
- Host: GitHub
- URL: https://github.com/rsgalloway/rsg.io
- Owner: rsgalloway
- Created: 2024-07-03T15:47:47.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-09-07T20:42:25.000Z (over 1 year ago)
- Last Synced: 2025-01-03T14:21:41.986Z (over 1 year ago)
- Topics: serverless, subfork, website
- Language: HTML
- Homepage: https://rsg.fork.io
- Size: 29.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# RSG.IO
Personal website built and hosted on [Subfork](https://subfork.com).
## Setup
```bash
$ python -m virtualenv venv3
$ source venv3/bin/activate
$ pip install -r requirements.txt
```
**Add Subfork API keys to the environment**
Compress image files using squash bash script:
```bash
$ ./bin/squash.sh
```
For example:
```bash
$ ./bin/squash.sh tmp/photo static/photo 7
```
## Testing
```bash
$ subfork run
```
## Deploy
```bash
$ subfork deploy -c --release
```