https://github.com/vpetersson/vpetersson.com
Viktor's ramblings.
https://github.com/vpetersson/vpetersson.com
devops entrepreneurship freebsd linux ranting
Last synced: 5 months ago
JSON representation
Viktor's ramblings.
- Host: GitHub
- URL: https://github.com/vpetersson/vpetersson.com
- Owner: vpetersson
- Created: 2017-12-19T22:01:10.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2025-12-17T14:29:43.000Z (6 months ago)
- Last Synced: 2025-12-21T00:50:11.701Z (6 months ago)
- Topics: devops, entrepreneurship, freebsd, linux, ranting
- Language: HTML
- Homepage: https://vpetersson.com
- Size: 58.9 MB
- Stars: 0
- Watchers: 2
- Forks: 4
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Agents: agents.md
Awesome Lists containing this project
README
## vpetersson.com
### Adding new gems
To add new gems to the project:
```bash
# Add a new gem using docker compose
docker compose run --rm web bundle add jekyll-seo-tag # Replace with the gem you want to add
```
### Updating dependencies
To update all dependencies in the lockfile:
```bash
docker compose run --rm web bundle update
```