https://github.com/csdev/csdev.github.io
https://github.com/csdev/csdev.github.io
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/csdev/csdev.github.io
- Owner: csdev
- Created: 2023-01-13T17:39:01.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-07-05T17:44:11.000Z (almost 2 years ago)
- Last Synced: 2024-07-05T23:04:17.573Z (almost 2 years ago)
- Language: HTML
- Homepage: https://csang.dev
- Size: 52.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# csdev.github.io
## Commands
Serve docs locally:
```sh
docker-compose run --rm --service-ports jekyll-serve
```
Rebuild container:
```sh
docker-compose build --progress=plain jekyll
```
Update gems (inside dev container):
```sh
bundle update
```