All Projects → sujaykundu777 → Devlopr Jekyll

sujaykundu777 / Devlopr Jekyll

Licence: mit
Build and Deploy your Static Site 🚀 using this beautiful Jekyll Framework/Theme built for Creatives

Programming Languages

javascript
184084 projects - #8 most used programming language
ruby
36898 projects - #4 most used programming language

Projects that are alternatives of or similar to Devlopr Jekyll

Garth
🥁 A really basic theme for Jekyll
Stars: ✭ 85 (-72.49%)
Mutual labels:  hacktoberfest, jekyll-theme, ruby-gem, scss
Alembic
⚗️ A Jekyll boilerplate theme designed to be a starting point for any Jekyll website
Stars: ✭ 501 (+62.14%)
Mutual labels:  hacktoberfest, jekyll-theme, ruby-gem, scss
Forty Jekyll Theme
A Jekyll version of the "Forty" theme by HTML5 UP.
Stars: ✭ 695 (+124.92%)
Mutual labels:  jekyll-theme, ruby-gem, scss
Jekyll Theme Basically Basic
Your new Jekyll default theme
Stars: ✭ 524 (+69.58%)
Mutual labels:  jekyll-theme, ruby-gem, scss
Minimal Mistakes
📐 Jekyll theme for building a personal site, blog, project documentation, or portfolio.
Stars: ✭ 8,967 (+2801.94%)
Mutual labels:  jekyll-theme, ruby-gem, scss
Hydeout
A refreshed version of Hyde for Jekyll 3.x and 4.x
Stars: ✭ 448 (+44.98%)
Mutual labels:  jekyll-theme, ruby-gem, scss
So Simple Theme
A simple Jekyll theme for words and pictures.
Stars: ✭ 1,701 (+450.49%)
Mutual labels:  jekyll-theme, ruby-gem, scss
Filestack Rails
Official Ruby on Rails plugin for Filestack File Picker that makes it easy to add powerful file uploading and transformation capabilities to any web or mobile application.
Stars: ✭ 220 (-28.8%)
Mutual labels:  hacktoberfest, ruby-gem
Vue Firebase Auth Vuex
Vue Firebase🔥 Authentication with Vuex
Stars: ✭ 248 (-19.74%)
Mutual labels:  hacktoberfest, firebase
Tilex
Today I Learned
Stars: ✭ 418 (+35.28%)
Mutual labels:  heroku, hacktoberfest
Scssphp
SCSS compiler written in PHP
Stars: ✭ 309 (+0%)
Mutual labels:  hacktoberfest, scss
Awesome Learning
Awesome Learning - Learn JavaScript and Front-End Fundamentals at your own pace
Stars: ✭ 216 (-30.1%)
Mutual labels:  hacktoberfest, scss
Colaboradados.github.io
O VEÍCULO COLABORATIVO SOBRE TRANSPARÊNCIA E OPEN DATA NO BRASIL.
Stars: ✭ 201 (-34.95%)
Mutual labels:  hacktoberfest, scss
Nyxo App
The repository for Nyxo React Native app, a personal sleep tracker and sleep coach
Stars: ✭ 111 (-64.08%)
Mutual labels:  aws-amplify, hacktoberfest
Bootstrap Italia
Bootstrap Italia è un tema Bootstrap 4 conforme alle linee guida di design per i servizi web della PA
Stars: ✭ 193 (-37.54%)
Mutual labels:  hacktoberfest, scss
Packtpub Crawler
Download your daily free Packt Publishing eBook https://www.packtpub.com/packt/offers/free-learning
Stars: ✭ 717 (+132.04%)
Mutual labels:  heroku, firebase
Media Manager
A simple file browser and up-loader for Laravel written in Vue.JS
Stars: ✭ 190 (-38.51%)
Mutual labels:  hacktoberfest, scss
Passwordpusher
🔐 PasswordPusher is an application to securely communicate passwords over the web. Passwords automatically expire after a certain number of views and/or time has passed.
Stars: ✭ 484 (+56.63%)
Mutual labels:  heroku, hacktoberfest
Zws
Shorten URLs using invisible spaces.
Stars: ✭ 780 (+152.43%)
Mutual labels:  heroku, hacktoberfest
agency-jekyll-theme
Jekyll version of the newest Agency Bootstrap theme, plus new features: Google Analytics, Markdown support, custom pages, and more!
Stars: ✭ 222 (-28.16%)
Mutual labels:  ruby-gem, jekyll-theme

devlopr-jekyll - A Beautiful Jekyll Theme Built for Developers

Gem Versionworkflow-badge Netlify Status MIT license Bakers

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. (Under Active Development) !

Highly Customizable and No Hosting or Maintainence Cost is required !

Installation Guide

devlopr jekyll

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

[Get Started Locally]

To get started follow this tutorial.Then follow the below commands to start the server locally at http://127.0.0.1:4000/.

$ git clone https://github.com/your_github_username/your_github_username.github.io.git
$ cd your_github_username
$ ruby -v
$ gem install bundler
$ bundler -v
$ bundle add jekyll
$ bundle exec jekyll -v
$ bundle update
$ bundle install
$ bundle exec jekyll serve --watch

Deploy your devlopr-jekyll blog - One Click Deploy

Deploy with ZEIT Now Deploy with Netlify Deploy

Demo (Hosted Apps)

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

Features :

Jekyll Admin

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

Jekyll Admin

Recent Release Changes (v 0.4.7):

You can check out for all changelogs here

Pull the latest changes

git remote -v
git remote add upstream https://github.com/sujaykundu777/devlopr-jekyll.git
git fetch upstream
git checkout master
git merge upstream/master
git push

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

Contributors:

This project exists thanks to all the people who contribute.

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

Remove Credits

You can remove credits/footer attribution links, by Donating $5 to Buymeacoffee or Open Collective.

Thanks to all our Backers ! 🙏 Become a Backer

Also thanks to some cool people for raising funds:

Dirish Mohan

For Help :

You can contact me, if you need any help via Email. If you like the project. Don't forget to ⭐️ !

Licence

The theme is available as open source under the terms of the MIT License. You can do anything you want, including projects for your clients, as long as you mention an attribution back (credit links in footer). See the Licence file

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].