A Jekyll theme for Material You Lovers
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.
- Download or clone the repo
git clone https://github.com/sharadcodes/jekyll-theme-material-you.git
- Enter the folder
cd jekyll-theme-material-you
- Run
bundle install
- Start Jekyll server
bundle exec jekyll serve
- Access via
- localhost or according to your pc configurations.
- Change the
_config.yml
&_data/author.yml
files as you like. - Upload the files on your repository and 😎 enjoy.
NOTE: You have to remove
url
andbaseurl
from_config.yml
to use this theme for<your-username>.github.io
- Don't touch
categories.js
insideassets/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.