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

https://github.com/parabolic/parabolic.github.io

Github Pages
https://github.com/parabolic/parabolic.github.io

Last synced: 2 months ago
JSON representation

Github Pages

Awesome Lists containing this project

README

        

A simple blog using jekyll and docker




Jekyll Logo


Docker Logo

# Usage

In order to start jekyll and preview the blog locally make sure you have [docker] and [docker-compose] installed and running.

After the installation is done and docker is up and running execute the following commands to get blog running on your system.

Get the uid and gid from your system.

```sh
source docker_env
```

Build the dockerfile and start jekyll.

```sh
docker-compose up --build
```

Your blog should be available on localhost and every change that you do locally will be reflected inside the docker and automatically refreshed by jekyll.

http://localhost:5000

[docker]: https://docs.docker.com/install
[docker-compose]: https://docs.docker.com/compose/install/