A-limon / pacman

Pacman is a flat and responsive design theme for Hexo.
http://yangjian.me/pacman
MIT License
548 stars 187 forks source link

how to hide the sidebar defaultly? #11

Open jasonross opened 10 years ago

jasonross commented 10 years ago

hello,your pacman theme looks very beautiful.And I want to know how to hide the sidebar defaultly.

proudrain commented 9 years ago

可以查看layout\_partial\sidebar.ejs,然后编辑source\css\_partial\aside.styl。相应的为了让主体部分默认处于靠中间的位置,可以为相应的元素(layout\index.ejs还有layout\_partial\post\article.ejs中,id为main)添加moveMain样式。因为我没研究过node,也不太清楚hexo整个是怎么解析模板的,我其实想问那些js对象是在哪?没见主题source文件夹下有另外的js文件,难道都是hexo原本有的?。