Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```