https://github.com/lumunix/jekyll-docker
Jekyll blog template ready to go with docker!
https://github.com/lumunix/jekyll-docker
docker docker-compose jekyll tutorial
Last synced: 12 months ago
JSON representation
Jekyll blog template ready to go with docker!
- Host: GitHub
- URL: https://github.com/lumunix/jekyll-docker
- Owner: Lumunix
- License: mit
- Created: 2021-03-29T00:50:52.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2025-02-21T15:35:25.000Z (12 months ago)
- Last Synced: 2025-02-21T16:32:17.506Z (12 months ago)
- Topics: docker, docker-compose, jekyll, tutorial
- Language: Ruby
- Homepage:
- Size: 2.3 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Jekyll-Docker - Jekyll blog template in a docker container with Jekyll Admin CMS.

## About
This template repository provides an example of a Jekyll blog. By using docker you can have a consistent environment across computers and you don't have to deal with installing ruby and its dependencies. The Jekyll plugin [Jekyll Admin](https://github.com/jekyll/jekyll-admin) is also present, which allows a CMS (Content Management System) experience similar to Wordpress.
## Usage
1. [Install Docker/Compose](https://docs.docker.com/compose/install/). You must have Docker and Compose installed.
2. Create your own copy of this repo using Github's Repository template feature. Clone it to your machine.
3. In the directory you downloaded the project, open command line or terminal and run the following command.
```
docker-compose up
```

4. You should now be able to go to your web browser and view the site [Here](http://127.0.0.1:4000/)

5. The Jekyll admin console is available [Here](http://127.0.0.1:4000/admin)
