https://github.com/vbfox/blog
My blog source
https://github.com/vbfox/blog
blog jekyll jekyll-blog
Last synced: 3 months ago
JSON representation
My blog source
- Host: GitHub
- URL: https://github.com/vbfox/blog
- Owner: vbfox
- Created: 2014-11-01T19:08:16.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2025-03-18T20:21:57.000Z (over 1 year ago)
- Last Synced: 2025-04-04T00:12:08.665Z (about 1 year ago)
- Topics: blog, jekyll, jekyll-blog
- Language: SCSS
- Homepage: https://blog.vbfox.net
- Size: 2.41 MB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# My blog
[](https://ci.appveyor.com/project/vbfox/blog/branch/master)
[](https://circleci.com/gh/vbfox/blog/tree/master)
Uses [Jekyll](https://jekyllrb.com) to generate [blog.vbfox.net](https://blog.vbfox.net).
## Building locally
* Install ruby 2.5
* `gem install bundler`
* `bundle`
* `dev.cmd`
## Building in Docker
Build and run (Will be accessible on [http://127.0.0.1:8080](http://127.0.0.1:8080))
```sh
docker build . -t vbfox/blog
docker run --name vbfox-blog -it --rm -p 127.0.0.1:8080:80 vbfox/blog
# Ctrl+C to kill the container
# To build with future & drafts
docker build . --build-arg DRAFTS=yes --build-arg FUTURE=yes -t vbfox/blog:drafts
```
# Uploading to the server
```sh
./build.cmd Upload
# Enter password for blog_upload
```