https://github.com/paulbrodner/paulbrodner.github.io
My Personal Blog https://paulbrodner.github.io
https://github.com/paulbrodner/paulbrodner.github.io
automation blog jekyll ruby
Last synced: 5 months ago
JSON representation
My Personal Blog https://paulbrodner.github.io
- Host: GitHub
- URL: https://github.com/paulbrodner/paulbrodner.github.io
- Owner: paulbrodner
- License: mit
- Created: 2017-12-12T14:35:20.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2025-02-17T11:08:33.000Z (over 1 year ago)
- Last Synced: 2025-02-17T12:23:07.985Z (over 1 year ago)
- Topics: automation, blog, jekyll, ruby
- Language: HTML
- Size: 15.5 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# paulbrodner.github.io
My Personal Blog https://paulbrodner.github.io
[](https://travis-ci.org/paulbrodner/paulbrodner.github.io) 
# run everithing in Docker
* build the image
```shell
docker build -t pbrodner-site .
```
* run the image
> this will have a shared volume from host to container, so we can update the site automatically
```
docker run -v ${PWD}:/site -it -p 4000:4000 pbrodner-site
```
* view site under: http://127.0.0.1:4000