# Config * More generic way of including Hugo config in conf.py. * Option to include only posts from a configurable channel. # Performance * Investigate whether it's worth trying generate only new posts. # Use SSB content better ## Blog metadata * Use the user's image as the blog's hero image. * This is probably theme-specific. ## SSB links * Handle links to SSB objects in some generic way. * Try to handle internal SSB links (to other posts). ## Post titles * Work out a better way to generate a post title from various types of posts. * Handle markdown (links) in post titles. * Try to find a theme that elegantly handles posts without titles. ## Replies * Show the whole thread. Attribute comments properly. * Need to work out a suitable Hugo data structure for this.