dldx / hpstr-hugo-theme

:art: A Hugo theme based on the HPSTR Jekyll theme.
https://dldx.github.io/hpstr-hugo-theme/
MIT License
19 stars 17 forks source link

How do I modify the navigation menu? #2

Closed vazh closed 7 years ago

vazh commented 8 years ago

hey dldx, thanks for the port. great job!. anyway i dont know if i should be asking this in here or at the original jekyll repo.

so here's some questions::

can you help me with this? im not very good at css. if you can't, maybe you can give me some direction to it.

thx, regards.

dldx commented 8 years ago

Hey @vazh!

I implemented what you asked for in the "issue-#2" branch: https://github.com/dldx/hpstr-hugo-theme/tree/issue-%232

Hope it works for you! The only issue is that if you make the menu hover only, it won't work on mobile devices so I kept the click mode.

Let me know if you need anything else.

Cheers, Durand

vazh commented 8 years ago

@dldx holy shit, that was super awesome. im checking it right now. its super flawless :+1: the menu hover is fine. the menu is what matter the most. anyway, thanks a lot.

srsly though, that was fuckin awesome. best regards, vazh.

vazh commented 8 years ago

@dldx sorry to make another question. how to make the icon bigger, not really visible right now. :) sorry >_<

dldx commented 8 years ago

Like so: https://github.com/dldx/hpstr-hugo-theme/commit/4e3f2f78313ae372252e74c9dcc4b78c6222997d

If you want to experiment with it, get sass, run it in the static/css directory using sass --watch main.scss:main.css and then change static/css/sass/_dl-menu.scss:125.

Hope that helps!

vazh commented 8 years ago

@dldx okay, thank you very much. much appreciated. 👍