Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/sharadcodes/jekyll-theme-material-you

A Jekyll theme for Material You Lovers
https://github.com/sharadcodes/jekyll-theme-material-you

css dark-theme html html-theme javascript jekyll jekyll-blog jekyll-theme jekyll-themes ruby

Last synced: about 1 month ago
JSON representation

A Jekyll theme for Material You Lovers

Awesome Lists containing this project

README

        

# Jekyll Theme Material You

> A Jekyll theme for Material You Lovers

[Live Demo](https://sharadcodes.github.io/jekyll-theme-material-you/)

## Asking for support!

Hello everyone, If you have used this theme and if it has helped you in any way or if you just want to support me for my open source work, you can support me by donating any amount.

You can use the sponsor button at the top or on the right.

### [Github Sponsor Page](https://github.com/sponsors/sharadcodes)

## How to install

1. Download or clone the repo
`git clone https://github.com/sharadcodes/jekyll-theme-material-you.git`
2. Enter the folder
`cd jekyll-theme-material-you`
3. Run
`bundle install`
4. Start Jekyll server
`bundle exec jekyll serve`
5. Access via
- localhost or according to your pc configurations.
6. Change the `_config.yml` & `_data/author.yml` files as you like.
7. Upload the files on your repository and :sunglasses: enjoy.
> NOTE: You have to remove `url` and `baseurl` from `_config.yml` to use this theme for `.github.io`

## Alert!

* Don't touch `categories.js` inside `assets/js` folder unless you know what you're doing, it is used for generating links for the particular category pill you click on.
* **Avoid having spaces in category name** because they break the category posts modal's code. You can use underscore instead of them.

# Screenshots

## PC BLOG PAGE

![Blog page](https://raw.githubusercontent.com/sharadcodes/jekyll-theme-material-you/main/screenshots/pc_blog.png)

## CATEGORIES MODAL

![Categories modal](https://raw.githubusercontent.com/sharadcodes/jekyll-theme-material-you/main/screenshots/cat_modal.png)

## PC POST EXAMPLE

![Post page](https://raw.githubusercontent.com/sharadcodes/jekyll-theme-material-you/main/screenshots/pc_post.png)