You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
Paginate articles
Make the main user page (or user's blog 'home') to just be a list of article titles instead of the full article text
Something awesome like this which has a great listing of all articles and just teaser text.
The text was updated successfully, but these errors were encountered:
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.
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.
Add a few arguments to the _post_content.html template that can handle whether we are showing 'article previews' or the full article.
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.
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:
The text was updated successfully, but these errors were encountered: