ttskch / jekyll-ttskch-theme

A simple and customizable theme for Jekyll.
http://ttskch.github.io/jekyll-ttskch-theme/
MIT License
33 stars 67 forks source link

Collapsed sidenav #15

Open ttskch opened 8 years ago

ttskch commented 8 years ago

/cc @sitaramshelke

sitaramshelke commented 8 years ago

@qckanemoto I was talking about the posts to be collapsed. Like now the posts on the main page are shown completely. But if a post contains lot of information the page will take time to scroll and reach to the next post. I tried to figure out how to do that but couldn't do that.

ttskch commented 8 years ago

@sitaramshelke Oh, sorry for my misunderstanding. You can collapse the content of the post just by inserting <!--more--> tag in your post. At this demo you can find a collapsed post. This <!--more--> tag do this. FYI, it's also possible to config keyword at here.

sitaramshelke commented 8 years ago

Thank you @qckanemoto. It helped a lot.

ttskch commented 8 years ago

Anyway, I'm trying to implement collapsed sidenav ongoingly :)

sitaramshelke commented 8 years ago

also if you have some time to spend, I read this post SEO for Github Pages, is also a good thing to try. :smiley:

ttskch commented 8 years ago

OK :star2: