Codrspace / codrspace

The blogging platform for coders.
http://codrspace.com
Other
35 stars 13 forks source link

Cleanup main user pages with new UI #51

Open durden opened 11 years ago

durden commented 11 years ago

Currently when you go to http://codrspace.com/durden it shows all of the posts. I'm getting quite a few and loading all of them in one big page is a little annoying. We could fix it with 1 of the following:

durden commented 11 years ago

I looked into this a little bit and the 'issue' is that we are using the _post_content.html template in both the user homepage template and the detail article view.

We can do a few things to remedy this:

  1. Make a new template that could be used by the user homepage template to show a post title and maybe the first 200 characters or something of the post.
  2. Don't make a full template for this and just put a little snippet that shows post title and first X characters of a post into the user homepage template directly.
  3. Add a few arguments to the _post_content.html template that can handle whether we are showing 'article previews' or the full article.
vote539 commented 9 years ago

I asked a friend of mine to review my online portfolio, and one thing he mentioned was that he couldn't find an index of all my Codrspace blog posts. It would be nice to have an index of all Codrspace blog posts on the main user page.