Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/ahmetozer/jekyll-container
- Owner: ahmetozer
- License: mit
- Created: 2020-07-14T21:56:22.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-09-06T20:46:27.000Z (over 4 years ago)
- Last Synced: 2024-11-08T02:53:31.710Z (about 2 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: 3
- Forks: 1
- 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
```