linxmix / blog

Blog for Linx
http://blog.linx.dj
1 stars 0 forks source link

index page should be list of Table of Contents of actual posts #7

Closed ahdinosaur closed 10 years ago

ahdinosaur commented 10 years ago

instead of list of actual posts.

another option that is much easier is to just cut off each post on the index page to a certain number of lines, words, characters.

ahdinosaur commented 10 years ago

@wolfbiter, what do you think about this? see the blog in action.

wolfbiter commented 10 years ago

yes definitely. can it also have a little blurb we can write?

On Wed, May 7, 2014 at 5:35 PM, Michael Williams notifications@github.comwrote:

@wolfbiter https://github.com/wolfbiter, what do you think about this?

— Reply to this email directly or view it on GitHubhttps://github.com/linxmusic/blog/issues/7#issuecomment-42501561 .

ahdinosaur commented 10 years ago

sure. do you want the blurb to be in the actual post too? i think it's probably best to just make a description meta key with your blurb.

wolfbiter commented 10 years ago

by what mechanism do i do this? can you show an example in an example post? or do one of mine so i can see it?

On Thu, May 8, 2014 at 1:16 PM, Michael Williams notifications@github.comwrote:

sure. do you want the blurb to be in the actual post too? i think it's probably best to just make a description meta key with your blurb.

— Reply to this email directly or view it on GitHubhttps://github.com/linxmusic/blog/issues/7#issuecomment-42600732 .

ahdinosaur commented 10 years ago

example: https://github.com/linxmusic/blog/commit/42e39269056e045d6bcc09cbadcdec64caab9cca.

this should be a good example for how YAML front matter works and how a .eco template works.

wolfbiter commented 10 years ago

ok got it. thanks!