https://github.com/mtpatter/opensciencecafe
science/code blog with jeff and ryan
https://github.com/mtpatter/opensciencecafe
jekyll jekyll-blog
Last synced: 29 days ago
JSON representation
science/code blog with jeff and ryan
- Host: GitHub
- URL: https://github.com/mtpatter/opensciencecafe
- Owner: mtpatter
- License: mit
- Created: 2015-08-24T02:03:22.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2018-04-30T03:42:23.000Z (about 8 years ago)
- Last Synced: 2025-01-12T12:24:45.923Z (over 1 year ago)
- Topics: jekyll, jekyll-blog
- Language: JavaScript
- Homepage: http://opensciencecafe.org/
- Size: 2.29 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: news/index.md
- License: LICENSE
Awesome Lists containing this project
README
# opensciencecafe
Blog using the **So Simple Theme**, the followup to [**Minimal Mistakes**](http://mmistakes.github.io/minimal-mistakes/) -- by designer slash illustrator [Michael Rose](http://mademistakes.com).
To run Jekyll with Docker for editing, from the root directory, build the image:
```
docker build -t "jekyll_blog" .
```
and run a container:
```
docker run --name jekyll -d -v ${PWD}:/srv/jekyll -p 4000:4000 jekyll_blog
```