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
- Host: GitHub
- URL: https://github.com/parabolic/parabolic.github.io
- Owner: parabolic
- Created: 2017-02-24T13:23:38.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2024-05-16T18:53:50.000Z (about 1 year ago)
- Last Synced: 2025-03-22T21:01:44.779Z (2 months ago)
- Language: SCSS
- Size: 5.76 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
A simple blog using jekyll and docker
# 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/