jpshackelford / jpshackelford-blog

Other
0 stars 1 forks source link

Ensure main blog page scales as dozens of new articles are added #9

Open jpshackelford opened 10 months ago

jpshackelford commented 10 months ago

The current implementation of http://jpshackelford.info appears to list all of the content from all of site's articles on the front page. This won't scale as the new content arrives. We will rapidly expand the amount of new content so that the older content does not appear on main page.

Options are:

  1. Infinite scroll
  2. Pagination
  3. Limit to 5-10 articles and then use sidebar index by date or topic tag.

A variation on this theme would be that after the first article--or perhaps first several articles--others displayed show only first paragraph with a read more link that takes us to the permalink page for each article.