Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How do I "install" Hyde over an existing Jekyll installation? #98

Open
phayz opened this issue Jul 24, 2015 · 4 comments
Open

How do I "install" Hyde over an existing Jekyll installation? #98

phayz opened this issue Jul 24, 2015 · 4 comments

Comments

@phayz
Copy link

phayz commented Jul 24, 2015

I cannot understand just how I install only the Hyde theme on my existing Jekyll installation.

@nickmccurdy
Copy link

Like most Jekyll themes, Hyde acts like sort of a template of a site to build off of. I would recommend forking Hyde and copying over your existing Jekyll posts and configs (making edits as necessary), though if you want to stay within the same repo you can copy parts of Hyde's source into your project.

@phayz
Copy link
Author

phayz commented Jul 26, 2015

Ah... thank you. I thought Hyde was installed to a "themes" directory, or some such arrangement. I am new to Jekyll, so didn't understand how themes are applied.

@nickmccurdy
Copy link

Adding it to an existing site may take some trial and error, so feel free to let me know if you have any other questions.

@scozv
Copy link

scozv commented Mar 18, 2016

hi @phayz

I have installed the hyde on my existing Jekyll project (https://scotv.github.io) rencently, you may get some ideas from my commit scozv/scozv.github.com@235f6f6

And I also summarized the process on

http://scotv.github.io/help/2016/03/18/how-do-we-apply-the-hyde-theme-to-existing-jekyll-site#pi

It needs some coding on CSS, ruby, or Liquid in Jekyll. Actually, I am not very experienced on CSS, ruby or Liquid, but we can always learn from the codes written by others, right?

So I use code comparing tool, such as meld in Ubuntu, to find out the code differences between Hyde and the existing site.

I used this way to upgrade Jekyll to 3.0, to install Hyde theme, and I am trying to install Jekyll i18n plugin named Polyglot for two languages display for my site.

Guess what, Polyglot uses Hyde too !!!

http://untra.github.io/polyglot/

Thanks Hyde

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants