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: 2 months ago
JSON representation
My jekyll base container due to official repo has a performance issue. You can use in your projects.
- Host: GitHub
- URL: https://github.com/ahmetozer/jekyll-container
- Owner: ahmetozer
- License: mit
- Created: 2020-07-14T21:56:22.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-09-06T20:46:27.000Z (almost 6 years ago)
- Last Synced: 2025-08-18T12:23:42.864Z (10 months ago)
- Topics: arm, arm64, container, jekyll, jekyll-container, linux, raspberry-pi, raspberrypi, ruby
- Language: Dockerfile
- Homepage: https://hub.docker.com/r/ahmetozer/jekyll
- Size: 5.86 KB
- Stars: 2
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
- License: LICENSE
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
```