Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mtpatter/mtpatter.github.io
My website
https://github.com/mtpatter/mtpatter.github.io
jekyll jekyll-blog
Last synced: about 1 month ago
JSON representation
My website
- Host: GitHub
- URL: https://github.com/mtpatter/mtpatter.github.io
- Owner: mtpatter
- License: gpl-2.0
- Created: 2014-07-29T02:12:26.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2024-09-09T02:31:55.000Z (3 months ago)
- Last Synced: 2024-09-09T03:46:29.996Z (3 months ago)
- Topics: jekyll, jekyll-blog
- Language: HTML
- Homepage: https://mtpatter.github.io
- Size: 12.6 MB
- Stars: 0
- Watchers: 2
- Forks: 2
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# My website using the Minimal Mistakes theme
[![Docker Automated buil](https://img.shields.io/docker/automated/mtpatter/jekyll-minmistakes.svg)](https://hub.docker.com/r/mtpatter/jekyll-minmistakes/)
This is a (very old) version of Michael Rose's original [Minimal Mistakes theme](https://mmistakes.github.io/minimal-mistakes/). If you are looking for a website template, try that one instead.
For Docker jekyll environment, from the root directory, build a Docker image:
```
docker build -t "jekyll_blog" .
```Run the container with:
```
docker run --name jekyll -d -v ${PWD}:/srv/jekyll -p 4000:4000 jekyll_blog
```