Let's apply Jekyll Theme

1. Download the zip file of the desired Jekyll Theme.

Let’s get the Jekyll Theme you want on this page first.

and please download the zip files of the desired Jekyll Theme.

I downloaded the hydejack theme in my case.

2. Copy and Paste zip files of Jekyll Theme to your Jekyll Proejct directory.

When you’re done, please unzip your theme file. then copy and paste these all files to your jekyll project folder.

and when you received above message, you should surely press the skip button.

Don’t overwrite the file. Never! otherwise your Jekyll service is not operating.

3. Serve Your Jekyll Page locally

please you operate your Jekyll Server using below command at your Jekyll directory.

actually, we already seen this command at Jekyll-1 Let’s build the jekyll page in local

if you can’t understand this, I recommend you looking at the above post.

1
.../my_jekyll > jekyll serve

you can see below image as a result.

I think it is more awesome then default theme.

4. update Jekyll Theme to Github.

it is also so simple just you do to upload your updated to github.

following these commands at your Jekyll project folder.

1
2
3
.../my_jekyll > git add .
.../my_jekyll > git commit -m "first"
.../my_jekyll > git push -u origin master

then you can also see the same with above picture.

Share