Skip to content

yudiko/yudiko.github.io

This branch is 114 commits ahead of, 245 commits behind sujaykundu777/devlopr-jekyll:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

author
yudiko
Oct 17, 2023
7d770f0 · Oct 17, 2023
Feb 22, 2020
Jun 15, 2020
Dec 9, 2021
Aug 17, 2020
Jun 18, 2020
Jun 7, 2020
Aug 31, 2019
Jun 17, 2020
May 23, 2020
Jan 27, 2022
Aug 18, 2019
Apr 29, 2020
Jun 18, 2020
Feb 11, 2020
May 1, 2020
Jul 28, 2019
Jul 20, 2019
Apr 29, 2020
Jan 25, 2020
May 24, 2020
Nov 14, 2019
Feb 9, 2020
Feb 11, 2020
Jun 17, 2020
Jun 17, 2020
May 7, 2020
Jan 25, 2020
Jun 7, 2020
Jan 25, 2020
Jun 13, 2020
Mar 12, 2023
Feb 22, 2020
Jan 25, 2020
Feb 10, 2020
Jan 25, 2020
Jan 25, 2020
Jun 17, 2020
Feb 11, 2020
Feb 11, 2020
Jan 12, 2020
Apr 29, 2020
Oct 17, 2023
Feb 7, 2020
Nov 16, 2020
Aug 18, 2019
Aug 18, 2019
Aug 31, 2019
Feb 20, 2020

Repository files navigation

devlopr-jekyll - A Beautiful Jekyll Theme Built for Developers

Gem Versionworkflow-badge Netlify Status MIT license

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.

Deploy your devlopr-jekyll blog - One Click Deploy

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 :

Jekyll Admin

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

Jekyll Admin

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

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

Backers

Thanks to all our Backers ! 🙏 Become a Backer

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

I understand that sometimes footer links or any links to external websites are not convenient, so you have the option to remove credits/footer links by becoming a Backer.

About

Yudi's Personal Website

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Packages

No packages published

Languages

  • SCSS 51.4%
  • HTML 44.4%
  • Ruby 2.0%
  • JavaScript 1.9%
  • Other 0.3%