ppoffice / hexo-theme-hueman

A redesign of Alx's wordpress theme Hueman, ported to Hexo.
http://ppoffice.github.io/hexo-theme-hueman/
GNU General Public License v2.0
1.17k stars 335 forks source link

How to remove sidebar in the article page ? #164

Closed sevencai closed 7 years ago

sevencai commented 7 years ago

I find that the sidebar exists in every page, however it does influence reading articles.

Is there any ways to remove it or confiure it to show or disappear?

ppoffice commented 7 years ago

@sevencai It should work if you remove/comment out these lines: https://github.com/ppoffice/hexo-theme-hueman/blob/master/layout/layout.ejs#L14 https://github.com/ppoffice/hexo-theme-hueman/blob/master/source/css/style.styl#L74-L79 and set this to 0px: https://github.com/ppoffice/hexo-theme-hueman/blob/master/source/css/_variables.styl#L43

sevencai commented 7 years ago

After changing the responsive.styl and sidebar.ejs, I solved this problem.

Thanks a lot for your tips and the wonderful theme!