/gkravi.github.io

Primary LanguageCSSMIT LicenseMIT

devlopr-jekyll - A Beautiful Jekyll Theme Built for Developers

Gem Versionworkflow-badge Netlify Status

Just a little something I'm using to jump start a site refresh. I like to think of it as a starter for building your own Jekyll site. I purposely keep the styling minimal and bare to make it easier to add your own flare and markup. The Theme supports both Light and Dark Style. Highly Customizable and No Hosting or Maintainence Cost is required !

devlopr jekyll

devlopr uses Markdown Files to create data like Blog Posts, Gallery, Shop Products etc. No external database is required.

You can easily manage the site using the admin : http://localhost:4000/admin

jekyll admin

Deploy your devlopr-jekyll blog - One Click Deploy

Deploy with ZEIT Now Deploy with Netlify Deploy

Demo (Hosted Apps)

  • Github Pages Demo - here

Features :

Release Changes :

You can check out the latest changes here

Using Docker :

Building the Image :

docker build -t my-devlopr-jekyll-blog .

Running the container :

docker run -d -p 4000:4000 -it --volume="$PWD:/srv/jekyll" --name "my_blog" my-devlopr-jekyll-blog:latest jekyll serve --watch

Using Docker Compose :

Development :

You can run the app in development mode : (your changes will be reflected --watch moded)

Serve the site at http://localhost:4000 :

docker-compose -f docker-compose-dev.yml up --build --remove-orphans

Production :

You can run the app in production mode : (your changes will be reflected --watch moded)

Serve the site at http://localhost:4000 :

docker-compose -f docker-compose-prod.yml up --build --remove-orphans

Stop the app : docker-compose -f docker-compose-prod.yml down Once everything is good and ready to go live -

docker-compose -f docker-compose-prod.yml up --build --detach

Contributions:

Contributions are more than just welcome. Fork this repo and create a new branch, then submit a pull request

  • 1.Fork it http://github.com/gkravi/gkravi.github.io/fork

  • 2.Create your feature branch git checkout -b my-new-feature

  • 3.Commit your changes git commit -am 'Add some feature'

  • 4.Push to the branch git push origin my-new-feature

  • 5.Create new Pull Request

If you like the project. Don't forget to ⭐ !