Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/ahmetozer/jekyll-container

My jekyll base container due to official repo has a performance issue. You can use in your projects.
https://github.com/ahmetozer/jekyll-container

arm arm64 container jekyll jekyll-container linux raspberry-pi raspberrypi ruby

Last synced: 7 days ago
JSON representation

My jekyll base container due to official repo has a performance issue. You can use in your projects.

Awesome Lists containing this project

README

        

# Jekyll Container

This container is created for my jekyll based websites.
I get a performance issue on jekyll official repo, so i build my self.

This container has a multiple platforms support. {amd64,arm}
You may use in also Raspberry Pi or like devices (Orange Pi, Banana Pi)

For using empty container, just run in docker.

```bash
docker run -it ahmetozer/jekyll
```

To embed your projects, set `FROM` in docker file to `ahmetozer/jekyll`.

```docker
FROM ahmetozer/jekyll
```