Is there any way to install or covert jekyll themes into hexo?

198 views Asked by At

I like to use hexo as my static site generator; however, many of the themes that I like are available in jekyll only.

Is there any way to install or convert jekyll themes into hexo?

1

There are 1 answers

2
Fady Sadek On BEST ANSWER

You won't be able to convert jekyll themes to hexo directly since they are two completely different tools , they even use different languages jekyll is built using ruby so it's plugins are built for ruby to while hexo is built using javascript.

But since themes at the end of the day are just a bunch of html, css and js files that are edited to get the markdown in them while generation you can rip that from an existing jekyll theme and try creating a hexo theme using the same html css and js .