Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sharu725/yudish
A minimal, super-fast Jekyll theme
https://github.com/sharu725/yudish
github-pages jekyll jekyll-theme jekylltemplate
Last synced: 2 months ago
JSON representation
A minimal, super-fast Jekyll theme
- Host: GitHub
- URL: https://github.com/sharu725/yudish
- Owner: sharu725
- License: mit
- Created: 2016-09-10T18:37:26.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2022-11-27T09:58:42.000Z (about 2 years ago)
- Last Synced: 2024-04-14T02:07:23.295Z (8 months ago)
- Topics: github-pages, jekyll, jekyll-theme, jekylltemplate
- Language: SCSS
- Homepage: https://yudish.webjeda.com
- Size: 578 KB
- Stars: 7
- Watchers: 2
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
**Demo:** [http://webjeda.com/yudish/](http://webjeda.com/yudish/)
# Features
## Customizable theme
The theme can be customized just by changing few variables in **_config.yml** file.## Inline CSS
Since the style used in this theme is very less, I'm inlining it. This will save a request and hence speeds up website loading.Website loads lightning fast because css pertaining to pages are separated from the css ertaining to posts. All the general css goes to main.css and css for posts go to post.css
## Prose editing ready
You can edit or add blog posts easily using [Prose](http://prose.io).## Pre-installed Disqus comments
Disqus is already installed. All you have to do is to sign up with Disqus, get the **disqus-shortname** and update it in the **_config.yml** file.# Installation
- fork the repo
- set master as source in **settings** >> **pages**![webjeda yudish jekyll theme](/images/yudish-jekyll-theme.png)
This theme is responsive.
![webjeda yudish jekyll responsive theme](/images/yudish-responsive-jekyll-theme.png)
# Customization
Theme can be customized by changing the brand color in **_config.yml**.``brand-color: '#3498db'``
![webjeda yudish customized jekyll theme](/images/yudish-jekyll-theme-2.png)
Remember, while developing locally, every change you make in **_config.yml** is applied only if you restart ``jekyll serve`` process.
## Font
The default font is Robota.# Development
Make changes to the **master** branch and create a pull request. Do not use **gh-pages** branch as it is used to host the theme.# License
MIT License# Changelog
version 1.1 - Add Gemfile, delete gh-pages branchversion 1.0 - Stability tests and minor fixes.
version 0.9 - SEO improvements.
version 0.8 - Minimal design, small and compressed css, built in disqus comments, compressed html, superfast loading UI.