https://github.com/osteele/blog.osteele.com
My historical blog
https://github.com/osteele/blog.osteele.com
blog personal website
Last synced: 11 months ago
JSON representation
My historical blog
- Host: GitHub
- URL: https://github.com/osteele/blog.osteele.com
- Owner: osteele
- License: other
- Created: 2013-12-25T20:05:29.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2021-09-27T20:39:56.000Z (almost 5 years ago)
- Last Synced: 2025-04-20T08:15:33.401Z (about 1 year ago)
- Topics: blog, personal, website
- Language: CSS
- Homepage: https://blog.osteele.com
- Size: 701 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# blog.osteele.com
This repo contains the source for my personal
[blog.osteele.com](https://blog.osteele.com).
The source for my [main site wwww.osteele.com](https://osteele.com) is at
.
## Setup
1. [Install Jekyll](https://jekyllrb.com/docs/installation/)
2. `bundle install`
## Develop
1. `bundle exec jekyll serve`
2. Browse to
## Deploy
```bash
git push
```
## Alternative: Docker
1. Install [Docker Compose](https://docs.docker.com/compose/install/)
2. `docker-compose up`
## LICENSE
This work is licensed under the Creative Commons Attribution-ShareAlike 4.0
International License. To view a copy of this license, visit
or send a letter to Creative
Commons, 444 Castro Street, Suite 900, Mountain View, California, 94041, USA.