MrGreensWorkshop / MrGreen-JekyllTheme

Mr. Green is a multilingual theme generated with Jekyll and fully compatible with GitHub Pages.
https://jekyll-theme-mrgreen-demo.mrgreensworkshop.com
MIT License
153 stars 295 forks source link
darkmode github-pages jekyll jekyll-blog jekyll-site jekyll-theme jekyll-themes jekyll-website jeykll-template multi-language multilingual multilingual-websites multiple-languages responsive responsive-web-design static-site

[English] [日本語] [Português do Brasil] [français] [简体中文] [한국어] [Türkçe]

Mr. Green Jekyll Theme

GitHub issues GitHub forks GitHub stars GitHub license Support me on GitHub Sponsors Be my Patron Tip me via Ko-fi


screen_mock

Click here for live demo

Introduction

Mr. Green is a multilingual theme generated with Jekyll and fully compatible with GitHub Pages.

I was going to make my website and thought if I did it as a template, I could share it with the open source community. That's why I decided to build it as a theme. I've worked so hard to make this possible, so please consider supporting my work. Thanks.

Features

Installation

GitHub pages

  1. Fork the repo.

  2. Edit _config.yml and change url like below and push changes.

    url: "https://your_github_user_name.github.io"
  3. Rename the repo name to your_github_user_name.github.io.

  4. Check Deploy status Actions tab on the repo.

  5. When it's turned to green, your site is up and running at https://your_github_user_name.github.io.

Local build

  1. Install Jekyll to your OS.
  2. Clone or download the repo, in command prompt go to the folder run bundle install command.
  3. Build using bundle exec jekyll serve --watch --host 0.0.0.0 --safe command,
    • with --host 0.0.0.0 parameter you can access web server from same lan.
    • with --safe parameter you can make sure no 3rd party plugin added. (for GitHub pages development)
  4. Your page will be up and running at the 0.0.0.0:4000/ address.

Documentation

Check out Mr. Green theme tutorials playlist on YouTube.

Credits

I want to thank these projects that gave me an opportunity to build my web site.

Some of the sites that I find useful while I'm working on this project. Links page.

You Can Support My Work

Creating projects starting from nothing takes a great amount of time. Much appreciated if you consider supporting me so that I can continue projects like this and creating new contents for everyone.

Contribute

Pull Requests are welcome. Please check the instructions in the Issues and Pull Request templates.

Contributors

Thank you for your contributions!

License

As it says in the MIT license, you can use this theme anywhere as long as you include the license and copyright notice.

Copyright (c) 2022 Mr. Green's Workshop https://www.MrGreensWorkshop.com

Please add link to my page or leave the "Pwrd by Mr. Green" link in the footer so I can get credit for my work.

Thank you!

Other Licenses

Mr. Green Jekyll Theme incorporates libraries written below. Without these libraries, I couldn't make this project possible.

Library file
jQuery v3.6.0, Copyright OpenJS Foundation and other contributors. jQuery is distributed under the terms of the MIT License. jquery-3.6.0.min.js
Bootstrap v3.3.7, Copyright (c) 2011-2016 Twitter, Inc. Bootstrap is distributed under the terms of the MIT License. bootstrap.min.js, bootstrap.min.css
Bootstrap Table of Contents v0.4.1, Copyright (c) 2015 Aidan Feldman. Bootstrap Table of Contents is distributed under the terms of the MIT License. bootstrap-toc.min.js, bootstrap-toc.min.css
Font Awesome v4.7.0, Copyright (c) 2017 Dave Gandy. The Font Awesome font is distributed under the terms of the SIL OFL 1.1. Font Awesome CSS, LESS, and Sass files are distributed under the terms of the MIT License. font-awesome.min.css, FontAwesome
Lozad.js v1.16.0, Copyright (c) 2017 Apoorv Saxena. Lozad.js is distributed under the terms of the MIT License. lozad.min.js
Magnific Popup v1.1.0, Copyright (c) 2014-2016 Dmitry Semenov, http://dimsemenov.com. Magnific Popup is distributed under the terms of the MIT License. jquery.magnific-popup.min.js, magnific-popup.css
Simple-Jekyll-Search v1.9.2, Copyright (c) 2015 Christian Fei. Simple-Jekyll-Search is distributed under the terms of the MIT License. simple-jekyll-search-1.9.2.min.js
Compress HTML in Jekyll v3.1.0, Copyright (c) 2014 Anatol Broder. Compress HTML in Jekyll is distributed under the terms of the MIT License. compress.liquid

Mr. Green Jekyll Theme