Skip to content

Build and Deploy your Static Site 🚀 using this beautiful Jekyll Theme built for Developers

License

Notifications You must be signed in to change notification settings

yogeshagarwala/devlopr-jekyll

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

devlopr-jekyll - A Jekyll Theme Built for Developers

Gem Versionworkflow-badge Netlify Status

Deploy your Blog using devlopr-jekyll - Get Started

Deploy with ZEIT Now Deploy with Netlify Deploy

Demo (Hosted Apps)

  • Github Pages Demo - here
  • Netlify Demo - here
  • Zeit Now Demo - here
  • Heroku Demo - here
  • AWS Amplify Demo - here

Features :

Upcoming Features (In development) :

  • Image Gallery Support

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

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/sujaykundu777/devlopr-jekyll/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

Licence

The theme is available as open source under the terms of the MIT License.

About

Build and Deploy your Static Site 🚀 using this beautiful Jekyll Theme built for Developers

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Packages

No packages published

Languages

  • CSS 51.5%
  • HTML 40.3%
  • Ruby 4.9%
  • JavaScript 3.0%
  • Dockerfile 0.3%